/*_________________________________________________________ h1 */
h1
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dotted #88ACD4;
}
/*_________________________________________________________ h2 */
h2
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004F82;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid white;
	width: 350px;
}
/*_________________________________________________________ h3 */
h3
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004F82;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid white;
}
/*_________________________________________________________ Links */
a:link, a:active
{
	text-decoration: underline;
	color: #0071BC;
}
a:visited
{
	text-decoration: underline;
	color: #01609F;
}
a:hover
{
	text-decoration: none;
	color: #0071BC;
}
/*_________________________________________________________ Input */
input, textarea
{
	background-color: white;
	border: 1px solid #0072BD;
}
radio, checkbox
{
	background-color: white;
	border: 1px solid white !important;
}

.pflicht
{
	border: 1px solid #910303; 
	background-color: white;
	background-color: #FFF4F4;
}
/*_________________________________________________________ img */
.img
{
	border: 1px solid #0168B3;
}
/*_________________________________________________________ Fieldset */
fieldset
{
	margin-top: 5px;
	background-color: #E9F3FE;
	border: 1px solid #034A80;
	padding: 7px;
}
fieldset legend
{
	background-color: #F4F9FF;
	color: #0870B8;
	font-weight: bold;
	width: 280px;
	border-bottom: 2px solid #C7D6E6;
	padding: 2px;
}
/*_________________________________________________________ box (mit Floats) */
.box250Fett
{
	float: left; 
	width: 250px;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
}
.box250Fett a
{
	font-weight: normal;
	font-size: 11px;
}
.box250Normal
{
	float: left; 
	width: 250px;
	font-weight: normal;
	padding: 2px;
	margin: 0px;
}
.box100Normal
{
	float: left; 
	width: 100px;
	font-weight: normal;
	padding: 2px;
	margin: 0px;
}
.form1
{
	float: left; 
	width: 220px;
	font-weight: bold;
	padding: 2px;
}
.form2
{
	float: left; 
	width: 220px;
	padding: 2px;
}
/*_________________________________________________________ Tabellen */
.top
{
	background-color: #F2F2F2;
	font-weight: bold;
	padding: 2px;
}
.topLight
{
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
	border-bottom: 1px solid #0371BF;
}
.inhalt1
{
	vertical-align: top;
	background-color: white;
	padding: 2px;
}
.inhalt2
{
	vertical-align: top;
	background-color: #D9E4F0;
	padding: 2px;
}
.headline
{
	border-left: 4px solid #0068B4;
	font-weight: bold;
	padding: 2px;
	background-color: #EEEEEE;
}
/*_________________________________________________________ liste */
#liste
{
	padding: 0px;
}
#liste ul li
{
	list-style-image: url('../img/icon_list.gif');
	padding: 4px;
}
#liste ul li a
{
	text-decoration: none;
	/*font-weight: bold;*/
}
#liste ul li a:hover
{
	text-decoration: none;
	/*font-weight: bold;*/
	background-color: white;
}
/*_________________________________________________________ pdf */
#pdf
{
	padding: 0px;
}
#pdf ul li
{
	list-style-image: url('../img/icon_blank.gif');
	padding: 0px;
	background-image: url('../img/icon_reader.gif');
	background-repeat: no-repeat;
}
#pdf ul li a
{
	text-decoration: none;
	/*font-weight: bold;*/
	margin-left: 20px;
	padding: 0px;
}
/*_________________________________________________________ infobox */
.infobox
{
	font-weight: bold; 
	padding: 4px; 
	border: 1px solid #910303; 
	background-color: white; 
	width: 510px;
}
/*_________________________________________________________ p */
p
{
	font-weight: normal;
}
