/*----------- basics, links, typo ------------*/

body { 
	background-color: #eaf0fb;
	text-align: center;
	margin: 0; 
	padding: 0;
	font-family: Arial, san-serif;
	font-size: 12px;
	line-height: 18px; 
	color: #000;

	}

.bodycontent /* falls hintergrundfarbe des inhalts von der vom body abweicht */ {
	background-color: #fff;
	text-align: left;
	}


a:link  {
	color: #485e97;

}
a:visited { 
	color: #485e97;
	}
a:hover { 
	color: #0D2A6F;
	}
a:active { 
	}
a img { 
	border: none;
	}
	
p, .normal	{

	}
h1, .titel	{
	color: #2E63C1;
	font-size: 16px;

	}
h2, .untertitel  {
	color: #2E63C1;
	font-size: 14px;
	}

h3  {
	color: #2E63C1;
	font-size: 12px;
	}


hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0 }
	
table  {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0 }
th  {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	}
td  {
	font-size: 12px;
  	vertical-align: top;
  	}
img	{
	border: 0;
	}
  	
.invis {display: none}
.break {clear: both}


/*--------- design, layout ----------*/

#all {
	width: 900px;
	border: 1px solid #5f91e6;
	border-top: none;
	margin: auto;
	height: auto;
	padding: 0;
	text-align: left;
	background-color: #CADAF4;
}


#navi {
	width: 145px;
	float: left;
	color: #000;
	font-weight: normal;
	margin-left: 10px;
}

#navi a{
	color: #000;
	text-decoration: none;
	display: block;
	width: 130px;
	height: 20px;
	padding: 5px 0px 0px 5px;
	border-bottom: 1px solid #a0b2d3;
}

#navi a:hover {	
	color: #647faf;
	border-bottom: 1px solid #647faf;
}

#navi ul {
	margin: 15px 0px 35px 0px;
	padding: 0;
	list-style-type: none;
}

a#created {
	margin-top: 20px;
	color: #647faf;
	font-size: 11px;
	border-bottom: none;
}

a#created:hover {
	color: #2E63C1;
	border-bottom: none;
}


#head {
	height: 107px;
	width: 900px;
	margin: 0;
	background-image: url(/pictures/bg_head_s.jpg);
	background-repeat: no-repeat;
	padding: 0;
}

#start {
	height: 338px;
	width: 648px;
	margin: 2px 0px 0px 150px;
	background-image: url(/pictures/pic_start.jpg);
	background-repeat: no-repeat;
	padding: 0;
}


#content {
	margin-left: 190px;
	width: 648px;
	padding: 10px 0px 10px 0px;
	font-size: 12px;
	line-height: 17px;
}

#footer {
	background-image: url(/pictures/bg_footer.jpg);
	margin: 0;
	width: 900px;
	color: #485e97;
	font-size: 12px;
	height: 130px;
}

#footer a {text-decoration: none;}

#print {
	margin: 20px 0px 0px 190px;
	background-image: url(/pictures/btn_print.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
	font-size: 11px;
}

#print a{

	color: #000;
	text-decoration: none;
}
	
address {
	font-style: normal;
	color: #000;
	float: right;
	padding-top: 37px;
	padding-right: 20px;
}

#aktuelles {
	padding: 3px;
	border: 1px solid #b6c7e5;
	background-color: #bacef1;
	background-repeat: no-repeat;
	position: absolute;
	margin-top: 274px;
	margin-left: 20px;
	width: 350px;
}

#aktuelles h3 {
	margin: 0;
	color: #2E63C1;
	font-size: 13px;
}

a#agb {
	display: inline;
	border-bottom: none;
	font-weight: bold;
	font-size: 11px;
}

a#agb:hover {
	color: #647faf;
	border-bottom: none;
}
a.topnews {
	font-weight:bold; 
	text-decoration: none
}

/*---------- dokumente ------------*/

a.pdf  {
	background-image: url(/icons/module/Dokument3_0/icon_pdf_klein.gif);
	}
a.doc, a.rtf  {
	background-image: url(/icons/module/Dokument3_0/icon_word_klein.gif);
	}
a.xls  {
	background-image: url(/icons/module/Dokument3_0/icon_excel_klein.gif);
	}
a.pps  {
	background-image: url(/icons/module/Dokument3_0/icon_powerpoint_klein.gif);
	}
a.zip  {
	background-image: url(/icons/module/Dokument3_0/icon_zip_klein.gif);
	}
 a.document {
	background-position: 0 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-repeat: no-repeat;
	}

/*------ formular ----- */

input, textarea {
width: 210px;
border: 1px solid #7A8DC0;
padding: 1px;
margin-bottom: 5px;
}

input:hover, textarea:hover {
border: 1px solid #485E97;
}

input.button {
width: 60px;
border: 1px solid;
padding: 1px;
margin-right: 15px;
}
#created {
margin-left:750px;
color: #737e87;
font-family: arial;
font-size:11px;
}
#created a {
border: none !important;
display:inline !important;
padding: 0 !important;
background-image:none;
text-decoration:none;
color: #737e87 !important;
font-size:11px;
}

#created a:hover {
text-decoration:underline;
color: #616161;
}
