@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(grafik/background.jpg);
	background-repeat:repeat-x;
}
h1{
	font-size:17px;
	color:#4996af;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#topnaviDIV{
	height:20px;
}
#suchbereich{
	position:relative;
	margin-left: 25px;
}
#leiste{
	background-image:url(grafik/leiste_bg.jpg);
	background-repeat:repeat-x;
	height:31px;
	margin-top:30px;
}
#auswahl{
	background-color:#ececec;
	background-image:url(grafik/end.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:22px;
	margin-top:1px;
	font-size:11px;
	width:270px;
}
#leiste table{
	margin-left:25px;
}
#auswahl table{
	margin-left:25px;
}

.source{
	font-size:11px;
	white-space:nowrap;
}
.small{
	font-size:11px;
	white-space:nowrap;
	padding-left:3px;
	font-weight:normal;
}
.unterzeile{
	font-size:11px;
	color:#4996af;
}
.beschreibung{
	font-weight:bold;
}

form{
	margin:0;
	padding:0;
}
a:link        { color: #336666; text-decoration: none; font-weight:bold; }
a:visited     { color: #336666; text-decoration: none; font-weight:bold;}
a:hover	      { color: #000000; font-weight:bold;}
a:active      { color: #336666; text-decoration: none; font-weight:bold;}

.applicant{ 
	font-size:10px;
	line-height:15px;
}
.trefferliste{
	width:545px;
	padding-left:5px;
	margin-top:20px;
	border-left:1px solid #dcdcdc;
	left:400px;
	position:relative;
}
.nummer{
	position:absolute;
	margin-left:-59px;
	width:50px;
	text-align:right;
	color:#dcdcdc;
	font-size:16px;
	font-weight:bold;
}
.spalte{
	width:330px; 
	position:absolute;
	margin-left:28px;
	font-size:11px;
}
.textfeld {	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:4px 0px 0px 4px;
	color:#84222;
	height:20px;
	border:1px solid #3f684c;
	width:298px;
	vertical-align:top;
}
.textfeld_hinweis {	
	background-image:url(grafik/suchfeld_back.png);
	padding:4px 0px 0px 4px;
	color:#84222;
	height:20px;
	border:1px solid #3f684c;
	width:298px;
	vertical-align:top;
}

/* Styleanweisungen für Topnavigation */
ul#topnaviUL
{
	font-size:11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: right;
}

ul#topnaviUL li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 0;
	font-size: 11px;
	line-height: 20px;
	white-space: nowrap;
	border-left: 1px solid #ffffff;
}

ul#topnaviUL li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
	font-weight:normal;
}

ul#topnaviUL li a:hover
{
	color: #ffffff; /* --------------------------- FARBE 1 (dunkelgrün | MenüText-Hover) */
	background: #333333; /* --------------------------- FARBE 2 (hellgrün | MenüBackground-Hover) */
	font-weight:normal;
}