/* General settings */
body {
	font-family: Arial, Verdana;
	font-size: 10pt;
	background-image: url(/image.aspx?media=/home/layout/home/top_bg.png);
	margin: 0px;
	padding: 0px;
}
a:link {
  color: #003366;
  text-decoration: underline;
}
a:active {
  color: #003366;
  text-decoration: underline;
}
a:visited {
  color: #003366;
  text-decoration: underline;
}
input[type=text] {
border: 1px solid gray;
}
textarea {
border: 1px solid gray;
}
#DivMain {
	width: 900px;
	margin: 0px auto;
	background-color: white;
	padding: 0px auto;
}
#DivTop {
	height: 150px;
	width: 100%;
	background-image: url(/image.aspx?media=/home/layout/home/menu_bg_blau.png);
	background-repeat: repeat-x;
}
#DivAdressLineTop {
	float: right;
	width: 60px;
	padding-top: 5px;
	padding-right: 0px;
	color: #003366;
}
#DivLogoTop {
	float: left;
	width: 40%;
}
#DivMainContent {
	width: 100%;
	overflow: visible;
}
#DivMenu {
	float: left;
	width: 200px;
	background-color: white;
}
#insertkontaktformular {
float: left;
}
#DivContentBG {
	float: left;
	width: 700px;
	/*background-image: url(/image.aspx?media=/home/layout/home/news_bg.png);*/
background-color: #96BEFF;
}
#DivToolBarTop {
margin-top: 120px;
float: right;
margin-right: -50px;
}
#DivContent{
	float: left;
	width: 100%;
	min-height: 500px;
	background-color: white;
}
#DivContent img{
border-bottom: 5px solid #c2c2c2;
border-right: 3px solid gray;
border-left: 1px solid gray;
border-top: 1px solid gray;
}
#DivContentNews {
	width: 180px;
	float: left;
	margin: 0px;
	border-top: 1px solid #B5DBFF;
	background-color: #96BEFF;
	min-height: 450px;
}
#DivNewsHolder {
	padding: 6px;
}
#DivFooter{
	height: 50px;
	text-align: center;
	padding: 4px;
	border-top: 1px dotted #b4cdb8;
}

/* Menu settings */
#navcontainer { 

}

#navcontainer ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

#navcontainer li { 
	margin: 0px 0px 5px 0px;
}

#navcontainer a
{
display: block;
padding: 5px 0px 5px 10px;
color: black;
font-size: 10pt;
text-decoration: none;
border-right: 2px solid #003366;
border-bottom: 1px dotted #003366;
}

#navcontainer a:hover
{
text-decoration: none;
}
#navcontainer ul li#active
{

}
#current
{
font-weight: bold;
}

#navcontainer ul ul li {

}

#navcontainer ul ul a
{
	display: block;
	width: 120px;
	text-decoration: none;
}

#navcontainer ul ul a:hover
{

}

/* Top Menu in Contents */
ul#innernavlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#innernavlist li
{
display: inline;
list-style-type: none;
}

#innernavlist a { padding: 3px 10px; }

#innernavlist a:link, #innernavlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#innernavlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}

/* Elements */
.titel {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
.subtitel {
	font-weight: bold;
	color: #003366;
}
.fehlermeldung {
color: red
}