/* CSS Document */


.tab {
	font-family: Verdana, Sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #242940;
	width: 724px;
	text-align: left;
	margin: 2;
	padding: 10px 15px 15px 10px;
}

h1 {
	font-family: Arial, Verdana, Sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #475d8d;
}

.text {
	font-family: Verdana, Sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #242940;
}
.small {
	font-family: Verdana, Sans-serif;
	font-style: normal;
	font-size: 10px;
	color: #242940;
}
.ueberschrift {
	font-family: "Tahoma", Verdana, Sans-serif;
	font-style: normal;
	font-size: 13px;
	color: #c1b1a0;
	text-decoration: none
}
.footer {
	font-family: "Tahoma", Verdana, Sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #696969;
	background: url(images/bot.gif);
	width: 804px;
	height: 45px;
	padding:5px 15px 0 0;
}

/* Links */

a:link { color:#475d8d; text-decoration: underline }
a:active { color: #a6a7a9; text-decoration: underline }
a:visited { color: #475d8d; text-decoration: underline  }
a:hover { color: #a6a7a9; text-decoration: underline }

a.head:link { color:#696969; text-decoration: none }
a.head:active { color: #000000; text-decoration: underline }
a.head:visited { color: #696969; text-decoration: none }
a.head:hover { color: #000000; text-decoration: underline }

a.navlink2:link, a.navlink2:visited, a.navlink2:active 
{
font-family: "Tahoma", Arial, Helvetica, sans-serif; 
color:#888888; 
font-size: 11px; 
text-decoration: none
}
a.navlink2:hover{
text-decoration:underline;
color:#000000;
}

a.navlink:link, a.navlink:visited, a.navlink:active 
{
font-family: "Tahoma", Arial, Helvetica, sans-serif; 
color:#888888; 
font-size: 12px; 
text-decoration: none
}
a.navlink:hover{
text-decoration:underline;
color:#000000;
}

/* Form */
.inputtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #27689f;
	text-decoration: none;
	background-color: #ffffff;
	padding: 2px;
	height: 17px;
	border: 1px solid #92b2cd;
}
.inputtextarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #27689f;
	text-decoration: none;
	background-color: #ffffff;
	padding: 2px;
	border: 1px solid #92b2cd;
}
.button{
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #27689f;
	text-decoration: none;
	background-color: #b8c7d4;
	border: 1px solid #27689f;
}
ul {
	line-height: 18px;
	list-style-type: disc;
	list-style-image: url(images/li.gif);
}

