/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	margin:0px; 
	scrollbar-face-color: #16396B;
	scrollbar-highlight-color: #cdcdcd;
	scrollbar-shadow-color: #cdcdcd;
	scrolldbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #cdcdcd;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-base-color: #ffffff;
	background-color: #16396B;
	padding-top: 0.1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url('/IMAGE/CSS/bg_body.gif');
	background-repeat:repeat-x;
	float:left;
	background-attachment:fixed;
}

a:link { 
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

p {
	margin-top: 10px; 
	margin-bottom: 0px;
}
ul {
	list-style-type: square;
}

input {
	font-family: Arial, sans-serif;
	font-size: 100%;
	border: 1px solid #eeeeee;
}
textarea {
	font-family: Arial, sans-serif;
	font-size: 100%;
	border: 1px solid #eeeeee;
}
form{
	margin: 0px;
	padding: 0px;
}

/***********************************************/
/*Components                                   */
/***********************************************/
/*************** Site styles **************/
#header {
	font-family: Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #16396B;
	background-color: #ffffff;
	height: 40px;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 5px;
	border-top: 1px solid #cacaca;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	border-left: 1px solid #cacaca;	
}

.tabbox {
	display:block;
	width:100%;
	background-color:#9c9c9c;
	background-image: url('bg_box.gif');
	background-repeat: repeat-y;
}

a:link.linkbox {
	display:block;
	width:100%;
	background-color:#9c9c9c;
	background-image: url('bg_box.gif');
	background-repeat: repeat-y;
	color: #FFFFFF;
	text-decoration:none;
	font-family: Arial;
	font-size: 15px;  
	font-weight: bold

}

a:visited.linkbox {
	display:block;
	width:100%;
	background-color:#9c9c9c;
	background-image: url('bg_box.gif');
	background-repeat: repeat-y;
	color: #FFFFFF;
	text-decoration:none;
	font-family: Arial;
	font-size: 15px;  
	font-weight: bold

}



a:active.linkbox{
	display:block;
	width:100%;
	background-color:#16396b;
	background-image: url('bg_box_hover.gif');
	background-repeat: repeat-y;
	color: #FFFFFF;
	text-decoration:none;
	font-family: Arial;
	font-size: 15px;  
	font-weight: bold

}

a:hover.linkbox {
	display:block;
	width:100%;
	background-color:#16396b;
	background-image: url('bg_box_hover.gif');
	background-repeat: repeat-y;
	color: #FFFFFF

}

.box {

	display:block;
	width:100%;
	line-height: 32px;
}

.marg {

	margin-left: 33px;

}

*************************************************
*Nav durch Linkbox ersetzt
*************************************************

#nav a:hover {
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, sans-serif;
	background-color:#9c9c9c;
	background-image: url('bg_box_hover.gif');
	background-repeat: repeat-y;
	color: #FFFFFF
}
#nav input.searchField {
	border: 1px solid #000000;
	background-color: #ffffff;
	width: 50px;
	font-size: 95%;
	color: #9a9a9a;
}

#menu
{
background-color: #FFFFFF;
margin-top: 0px;
margin-left: 35px;
}

#nav input.searchBut {
	color: #000000;
	border: 1px solid #000000;
	width: 30px;
	font-size: 95%;
	background-color: #e5e5e5;
}
#nav form{
	margin: 0px;
	padding: 0px;
}

#content {
	margin-top: 5px;
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 170%;
	padding: 0px;
	padding-left: 5px;
	width: 950px;
	background-color: #FFFFFF;
	border-top: 0px solid #cacaca;
	border-right: 0px solid #a9a9a9;
	border-left: 0px solid #cacaca;		

}



.text {

	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 170%;
}

.xcontent {

	height: 98%;
	width: 940px;
	overflow:auto;
	background-color: #FFFFFF;

}
#headline1 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 170%;
	font-weight: bold;
}

#headline2 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 120%;
	font-weight: bold;
}

#headline3 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 50%;
	font-weight: bold;
}

#headline_pdf {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-size: 85%;
	margin-top: 0px;
	margin-bottom: 15px;
}

#emptycell {
	height: 5px;
}

#date {
	font-weight: bold;
	font-style: italic;
	color: #9c9c9c;
	border-bottom: 1px solid #a9a9a9;
	width: 100%;
	margin-top: 30px;
}

#footer {
	font-family: Arial, sans-serif;
	font-size: 65%;
	color: #FFFFFF;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	padding-top: 30px;
	
}

#search {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 5px;
	display:block;
	width:100%;
	line-height: 32px;
	height: 40px
}


#footer p {
	margin: 0px;
	padding: 3px;
	border: 1px solid #a9a9a9;
}

.button {
  border: 1px solid #000000;
	/**** background-color: #eeeeee + +#16396b+ #9c9c9c; *** geändert 16.10.2008 HB/
	background-color: #eeeeee;
	width: 100px;
}


/************* Table styles ***************/

#border {
	border: 1px solid #cacaca;
}

#border td{
	font-family: Arial, sans-serif;
	font-size: 70%;
	color: #000000;
	line-height: normal;
}

#linkTable{
	padding: 2px 0px 2px 0px;
}
#linkTable td{
	padding: 2px 0px 2px 0px;
	font-size: 70%;
}