/* CSS Document */

html, body { 
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size:10pt;
 color:#3F3F3F;
 width:100%;
 height:100%;
 margin:0px;
 padding:0px;
 border:0px;
 background-image:url(../images/screendesign/bgr_01.jpg);
 background-position:top center;
 background-repeat:repeat-x, repeat-y;
 text-align:left;
}

table, tr, td  { 
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size:10pt;
 color:#3F3F3F;
 border:0px;
 background-color:transparent;
}

html {height:100%;}
body {
 height:100%;
 margin:0%;
 padding:0%;
}

/* ul, li, hr, etc */

h1 {
 margin-top:0px;
 font-size:10pt;
 color:#004191;
}

ul {
margin:0px;
padding:0px;
}

li {
padding-left:15px;
list-style-type:none;
line-height:42px;
border-bottom:1px solid #9C9C9C;
}


/* Hyperlinks mit dem Format: Dunkel-Grau - Hover:Weiss, normal */

a:link{
 font-size: 10pt;
 font-weight:normal;
 text-decoration:none;
 color:#3F3F3F;
}
a:visited{
 font-size: 10pt;
 text-decoration:none;
 font-weight:normal;
 color:#3F3F3F;
}
a:active{
 font-size: 10pt;
 text-decoration:none;
 font-weight:normal;
 color:#3F3F3F;
}
a:hover{
 font-size: 10pt;
 text-decoration:none;
 font-weight:normal;
 color:white;
}

/* Hyperlinks mit dem Format: Weiss - Hover:Grau, fett */

a.link-weiss:link{
 font-size: 10pt;
 text-decoration:none;
 font-weight:bold;
 color:white;
}
a.link-weiss:visited{
 font-size: 10pt;
 text-decoration:none;
 font-weight:bold;
 color:white;
}
a.link-weiss:active{
 font-size: 10pt;
 text-decoration:none;
 font-weight:bold;
 color:white;
}
a.link-weiss:hover{
 font-size: 10pt;
 text-decoration:none;
 font-weight:bold;
 color:#C7C8CC;
}

/* Hyperlinks mit dem Format: Blau - Hover:Weiss, fett */

a.link-blau:link{
 font-size: 10pt;
 text-decoration:none;
 font-weight:bold;
 color:#004191;
}
a.link-blau:visited{
 font-size: 10pt;
 text-decoration:none;
 font-weight:bold;
 color:#004191;
}
a.link-blau:active{
 font-size: 10pt;
 text-decoration:none;
 font-weight:bold;
 color:#004191;
}
a.link-blau:hover{
 font-size: 10pt;
 text-decoration:none;
 font-weight:bold;
 color:white;
}

input, textarea
{
	border-top:1px solid #737373;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #737373;
	background:transparent;
	color:#014495;	
}