@charset "utf-8";
#top a:hover {
	color: #333333;
	text-decoration: none;
}

#menu {

}
#menu p {
	color: #333;
	width: 180px;
	margin-left: 20px;
}
#menu a {
	color: #393F8F;
	text-decoration: none;
}




#menu ul li {
	list-style-type: none;
	display: block;
	height: 25px;
	width: 185px;
	margin-bottom: 5px;
	margin-left: -40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #393F8F;
}
#menu   ul li a{
	color: #676B6B;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1em;
	line-height: 25px;
}
#menu  ul li a:hover {
	color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
}
#mainContent {
	float: right;
}
#mainContent li {
	color: #666666;
	font-size: 80%;
}



#mainContent  p  {
	color: #333;
	text-align: left;
	font-size: 1.2em;
	margin-left: 20px;
	line-height: 1.3em;
	margin-right: 20px;
}
#menu #adresse {
	float: left;
	width: 180px;
}
#menu #adresse p {
	color: #F00;
	width: 180px;
	text-align: left;
}

#mainContent  h1  {
	color: #393F8F;
	font-size: 1.5em;
	margin-left: 20px;
	margin-top: 20px;
}
#mainContent  h2  {
	color: #393F8F;
	font-size: 1.3em;
	line-height: 20px;
	padding-top: 20px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #393F8F;
}
#mainContent h3 {
	color: #393F8F;
	font-size: 1.3em;
	line-height: 20px;
	padding-top: 20px;
	margin-left: 20px;
}

#mainContent a {
	color: #393F8F;
	text-decoration: none;
}
#mainContent a:hover {
	color: #333333;
	text-decoration: none;
}

#footer {
	background-color: #EFEFEF;

}
#footer a {
	line-height: 25px;
	color: #676B6B;
	text-decoration: none;
	margin-left: 20px;
	font-size: 0.9em;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}

.formfield {
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EFEFEF;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #EFEFEF;
	border-right-color: #393F8F;
	border-bottom-color: #393F8F;
	width: 250px;
}
.formbutton {
	background-color: #FFFFFF;
	border: 1px solid #036;
}
.formfieldDropdown {
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EFEFEF;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #EFEFEF;
	border-right-color: #393F8F;
	border-bottom-color: #393F8F;
	width: 255px;
}

.imgleft {
	float: left;
	border: thin solid #393F8F;
}
.imgrechts {
	float: right;
	border: thin solid #393F8F;
}
.imgrechtsStartseite {
	float: right;
	margin-right: 20px;
}

.logo {
	margin-top: 50px;
	margin-left: 45px;
}
#menu a:hover {
	color: #333333;
	text-decoration: none;
}

#mainContent table td {
	font-size: 1.2em;
}
#mainContent table {
	margin-left: 20px;
}
#mainContent ul {
	margin-top: -5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

