/* CSS by Christian Schlupp */
html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #2b3c54;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
/* horizontal centering for IE Win quirks */
	font-size: 0.75em;
}
#metanav {
  width:100%;
  text-align:center;
	background-color: #2b3c54;
	color: #677993;	
}
#metanav a {
	color: #677993;
}
#container {
	margin: auto;
	margin-top: 40px;
	text-align: left;
	width: 780px;
	background: #fff;
}
#logo {
	height: 155px;
	background-color: #FFFFFF;
}
#body {
	background-color: #ffffff;
}
#left {
	width: 259px;
	background-color: transparent;
	float: left;
}
#contentAREA {
	width: 520px;
	background-color: transparent;
	float: left;
}
#navigation {
	padding: 5px 0px 40px 5px;
}
#navigation A {
	background-color: #677993;
	padding: 4px 0px 4px 6px;
	width: 209px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#navigation A:hover {
	background-image: url(/gfx/navigation_arrows.png);
	color: #2b3c54;
}
#navigation .this {
	background-image: url(/gfx/navigation_arrows.png);
	color: #2b3c54;
}
.quote {
	color: #677993;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.teaser {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* Content incl. header */
#contentHEADER {
	padding: 0px 0px 0px 40px;
	height: 38px;
	font-size: 14px;
	color: #677993;
	font-weight: bold;
	text-transform: uppercase;
}
#content {
	padding: 0px 100px 40px 40px;
	width: 380px;
	text-align: justify;
}
#content A {
	color: #2b3c54;
}
#content A:hover {
	color: #2b3c54;
	text-decoration: none;
}
/* Bottom */
#bottom_associates {
	width: 200px;
	float: left;
}
#bottom_imprint {
	padding-top: 5px;
	padding-bottom: 20px;
	width: 780px;
	background-color: #2b3c54;
	text-align: right;
	clear: both;
}
#bottom_imprint A {
	font-size:;
	color: #677993;
	text-decoration: none;
}
/*Suchergebnisse für die Eingabemaske */
DIV.autocomplete {
	width: 200px;
	border: 2px solid #ffcc00;
	background: #FFFFCC;
	margin-bottom: 15px;
	clear: both;
	display: block;
}
DIV.autocomplete UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
DIV.autocomplete UL LI {
	margin: 0px;
	padding: 5px;
}
DIV.autocomplete li:hover {
	background: #171717;
	color: #fff;
}
DIV.error {
	padding: 5px;
	border: 2px solid #ffcc00;
	background: #FFFFCC;
	margin-bottom: 15px;
}
H3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
DIV.rechtsgebiet_list UL {
	margin: 0px;
	padding: 0px 0px 0px 16px;
	list-style-type: square;
}
DIV.rechtsgebiet_list LI {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
DIV.rechtsgebiet_list H2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
	font-weight: bold;
}