@charset "utf-8";
/* CSS Document Information / Farbwerte
-----------------------------------------------	
	weiß:				#fff
	grau:				#e3e4e4
	blau:				#003567
	schwarz:			#220009	
-----------------------------------------------*/


/* CSS Document
-----------------------------------------------*/
* { margin:0; padding:0 }
/* CSS Main custom rules
-----------------------------------------------*/
html { height:100% }
body { height:100%; background-color:#fff; background-image:url(../images/html_background.png); background-repeat:repeat-x }

hr { width:auto; width:100% !important; height:1px; color:#003567; border:0px; background-color:#003567 }
h1 { font-size:16pt; letter-spacing:1pt; padding:10px 0 }
h2 { font-size:14pt; letter-spacing:1pt; padding:10px 0 }
iframe { border:1px #cc501b solid }
ul { list-style:square; padding-top:10px; line-height:16pt; background-image:url(../images/iu) }
li { margin-left:20px }

/* CSS Clear Both DIV
-----------------------------------------------*/
.clear { clear:both; width:1px; height:1px }

/* CSS Root DIV / LAYOUT
-----------------------------------------------*/
#table { font-family:Verdana, Geneva, sans-serif; font-size:12px; line-height:21px; color:#220009 }

#content td.link a { display:block; width:200px; height:30px; text-align:center; padding-top:10px; margin-top:1px; background-color:#003567;   }
#content td.link a.active { text-decoration:none; font-weight:bold; color:#003567 !important; background-color:#e3e4e4; border:1px dotted #003567 }
#content td.link a:link { text-decoration:none; font-weight:bold; color:#fff }
#content td.link a:visited { text-decoration:none; font-weight:bold; color:#fff }
#content td.link a:hover { text-decoration:none; font-weight:bold; color:#003567; background-color:#e3e4e4 }

#content td.box { padding:0 20px; font-size:16px; color:#220009 }


#footer td.link a:link { text-decoration:none; font-weight:bold; color:#003567 }
#footer td.link a:visited { text-decoration:none; font-weight:bold; color:#003567 }
#footer td.link a:hover { text-decoration:underline; font-weight:bold; color:#220009 }


