/* CSS-Datei für die internen Links-Seiten (c) [SuF] Little Idiot */

body { background-color:#232551;			/* allgemeine Definitionen */
       background-image:url(pics/utlogo.gif);
       background-attachment:fixed;
       background-position:right bottom;
       background-repeat:no-repeat;
       font-family:Tahoma,Helvetica,Arial,sans-serif;
       scrollbar-base-color:#2F326E;
       scrollbar-3dlight-color:silver;
       scrollbar-arrow-color:#FFFFFF;
       scrollbar-darkshadow-color:#000000;
       scrollbar-face-color:#2F326E;
       scrollbar-highlight-color:#FFFFFF;
       scrollbar-shadow-color:#000000;
       scrollbar-track-color:#2A2D61;
       margin-left:50px; }

h1, h2, h3 						/* Farbdefinition für Überschriften */
     { color:#D8D8ED;
       font-variant:small-caps; }

h1   { font-size:11pt; }				/* Überschrift 1. Ordnung */

h2   { font-size:10pt;					/* Überschrift 2. Ordnung */
       font-weight:bold; }

h3   { font-size:12pt;					/* Überschrift 3. Ordnung - NOT IN USE */
       font-style:italic;
       text-shadow:black;
       line-height:18pt;
       border-bottom:1px solid silver; }

ul   { list-style-image:url(pics/bullet.gif); }		/* Aufzählungsliste */

li   { color:#FFFFFF; }					/* Listenelemente */
       
a:link 							/* Hyperlink Section */
     { font-size:10pt;
       color:#FAFBAD; }

a:visited
     { font-size:10pt;
       color:#FFFFDD; }

a:hover
     { font-size:10pt;
       color:#FFFFFF; }

table							/* Tabelle */
     { border:none;
	   table-layout:fixed;
	   width:100%; }
	   
	   
td   { vertical-align:top; 				/* Tabellenzellen */     
       font-size:11pt;
       color:#FFFFFF;
       width:50%; }
       
/* Custom CSS Section */

table.top						/* Tabelle mit Überschrift */
     { border:none;
       table-layout:fixed;
       padding:0;
       margin:0;
       color:#FFFFFF;
       width:100%; }
	   
td.topleft						/* linke Zellen genannter Tabelle */
     { vertical-align:bottom;
       text-align:left;
       font-size:11pt;
       font-variant:small-caps;
       font-weight:bold;
       width:50%; }
	   
td.topright						/* rechte Zellen genannter Tabelle */
     { vertical-align:bottom;
       text-align:right;
       font-size:9pt;
       width:50%; }

td.info
     { font-size:9pt;
       color:white;
       text-align:right; }

td.discl
     { vertical-align:top; 
       font-size:11pt;
       color:#CCCCCC; }
       
li.discl
     { color:#CCCCCC; }
	   
a.topleft:link
     { font-size:11pt;
       color:#ED7D7D; }

a.topleft:visited
     { font-size:11pt;
       color:#ED7D7D; }

a.topleft:hover
     { font-size:11pt;
       color:#FF3333; }
       	   
a.special:link
     { font-size:10pt;
       color:#ED7D7D; }

a.special:visited
     { font-size:10pt;
       color:#ED7D7D; }

a.special:hover
     { font-size:10pt;
       color:#FF3333; }

.tm  { color:#FFFFFF;			/* begriffe mit trademark */
       font-weight:bold; }
	   
.tm:after
     { content:"™"; }
     
