/*---------------------------------------------------------------------------------------- 
	STANDARDS
----------------------------------------------------------------------------------------*/

* {
	padding: 0;
	margin: 0;
}
body {
	background: #dde3e6; 
	margin-bottom: 42px;
	font-size: 11px; 
	font-family: Verdana, Arial, sans-serif;	
	line-height: 17px;
}
img, a img {
	border: none;
}

a {
	text-decoration: none;
	color: #A70240;
}

a:hover {
	text-decoration: underline;
}
p {
	margin: 26px 0 0 0;
}

ul {
	padding-left: 15px;
}

/*---------------------------------------------------------------------------------------- 
	KLASSEN (werden im WYSIWYG-Editor angeboten)
----------------------------------------------------------------------------------------*/

.bold {
	font-weight: bold;
}
.smaller {
	font-size: smaller;
}
.teaser {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
}
/* eigentlich kein Icon, nur dieser kleine rote Streifen am linken Rand */
.icon {
	display: block;
	border-left: 5px solid #A70240;
	padding-left: 5px;
}
.abstand {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin-top: 5px;
}

/*---------------------------------------------------------------------------------------- 
	HELFER
----------------------------------------------------------------------------------------*/

div.hr {
	height: 1px;
	margin: 10px 0;
	background: url(/_img_allgemein/hline.gif) top left repeat-x #ffffff;
}
div.hr hr {
	display: none;
}
.clear {
	clear: both;
}

/*---------------------------------------------------------------------------------------- 
	SPALTEN
----------------------------------------------------------------------------------------*/

.leftcol {	width: 201px;	}
.midcol {	width: 440px; padding-bottom: 10px;}
.rightcol {	width: 200px;	}

/*---------------------------------------------------------------------------------------- 
	HEADER 
----------------------------------------------------------------------------------------*/

div#header {
	font-size: 10px;
	color: #ffffff;
}
div#header a {
	color: #ffffff;
	text-decoration: none;
}
div#header img#logo {
	position: absolute;
	left: 706px;
	top: 0;
	border-color: #ffffff;
	border-style: solid;
	border-left-width: 24px;
	border-right-width: 106px;
	border-top-width: 11px;
	border-bottom-width: 18px;
}
div#languagebar {
	padding-left: 42px; 
	height: 26px;
	width: 664px;
	background: #013653;
	font-size: 10px;
	line-height: 26px;
}
div#languagebar img {
	display: block;
	float: left;
	width: 25px; 
	height: 26px;
}
div#languagebar a {
	display: block;
	float: left;
	width: 25px;
	text-align: center;
}
div#languagebar a.active {
	background: #a70240;
}
div#languagebar a:hover {
	background: #798e1c;
	text-decoration: underline;
}

/*---------------------------------------------------------------------------------------- 
	SUBHEADER 
----------------------------------------------------------------------------------------*/

div#subheader {
	height: 125px;
	padding-left: 42px;
	background: #798e1c;
}
div#subheader div#headline {
	float: left;
	width: 900px;
	height: 125px;
	background-image: url(/_img_allgemein/bereichsgrafiken/allgemein.png);
	background-repeat: no-repeat !important;
	background-color: #abbd2d !important;
	color: #ffffff;
}
div#subheader div#headline h1 {
	margin: 40px 12px 0 224px;
	font-weight: 600;
	font-size: 26px;
	line-height: 26px;
	font-family: Arial, sans-serif;
}
div#subheader div#headline h1.nosubheadline {
	margin-top: 61px;
}
div#subheader div#headline h2 {
	margin: 12px 12px 24px 224px;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	font-family: Arial, sans-serif;
}
/* Liste der Anwaelte auf der Startseite */
div#subheader div#headline ul {
	margin: 20px;
	padding: 0 0 0 667px;
	list-style-type: none;
}
div#subheader div#headline ul li {
	height: 10px;
	line-height: 10px;
	margin-bottom: 10px;
}
div#subheader div#headline ul li a {
	display: block;
	border-left: 5px solid #FFFFFF;
	padding-left: 10px;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
div#subheader div#headline ul li a:hover {
	text-decoration: underline;
	color: #A70240;
	border-left: 5px solid #A70240;
}

/*---------------------------------------------------------------------------------------- 
	SEITE
----------------------------------------------------------------------------------------*/

div#container {
	margin-left: 42px;
	padding-bottom: 18px;
	background: #8da6b4;
}
div#container div#content {
	background: #ffffff;
	width: 900px;
	padding: 24px 0 18px 0;
	margin: 0;
}
div#container div#content div.leftcol, 
div#container div#content div#page, 
div#container div#content div#page div.midcol,
div#container div#content div#page div.rightcol {
	float: left;
}
div#container div#content div.leftcol {
	height: 100%;
	width: 172px;
	margin: 0 0 0 12px;
	padding: 0 16px 0 0;
	background: url(/_img_allgemein/vline.gif) repeat-y right; 
}
div#container div#content div#page {
	background: url(/_img_allgemein/vline.gif) repeat-y;
	margin-left: -1px;
}
div#container div#content div#page div.midcol {
	margin: 0 24px 16px 24px;
}
div#container div#content div#page div.midcol h1 {
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 22px;
}
div#container div#content div#page div.midcol h3 {
	font-size: 12px;
}


/* Blätterfunktion */
div#container div#content div#page div.midcol .paging.details {
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	padding-bottom:10px;
}

div#container div#content div#page div.midcol a.paging {
	display: block;
	padding: 0 10px;
}
div#container div#content div#page div.midcol a.paging.back {
	float: left;
	background: url(/_img_allgemein/btn_back.gif) left center no-repeat;
}
div#container div#content div#page div.midcol a:hover.paging.back {
	background: url(/_img_allgemein/btn_back_f2.gif) left center no-repeat;
}
div#container div#content div#page div.midcol a.paging.next {
	float: right;
	background: url(/_img_allgemein/btn_next.gif) right center no-repeat;
}
div#container div#content div#page div.midcol a:hover.paging.next {
	background: url(/_img_allgemein/btn_next_f2.gif) right center no-repeat;
}

/* rechte Spalte */
div#container div#content div#page div.rightcol {
	margin: 0 12px 24px 0;
}
/* Formate innerhalb der rechten und linken Spalte */
div#container div#content div#page div.rightcol,
div#container div#content div.leftcol {
	font-size: 10px;
	line-height: 14px;
}
div#container div#content div#page div.rightcol h3,
div#container div#content div.leftcol h3 {
	background: #abbd2d;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	padding: 5px 5px 5px 8px;
	margin: 0;
}
div#container div#content div#page div.rightcol p,
div#container div#content div.leftcol p {
	margin-top: 8px;
	margin-bottom: 0;
}
div#container div#content div#page div.rightcol a,
div#container div#content div.leftcol a {
	color: #a70240;
}
div#container div#content div#page div.rightcol div.lightgreen_bg {
	background: #bcce3e;
	padding: 10px;
	text-align: center;
}


/* -----------------------------------------------------------------------------------------
   Footer
----------------------------------------------------------------------------------------- */

div#container div#content div#footer {
	position: relative;
	bottom: 0;
	clear: both;
	margin: 0 12px 0 224px;
	font-size: 10px;
	line-height: 14px;
	height: 12px;
	color:#666666;
	background: url(/_img_allgemein/hline.gif) bottom left repeat-x #ffffff;
}
div#container div#content div#footer span {
	height: 12px;
	padding-right: 10px;
	background: #ffffff;
	color: #666666;
}
div#container div#content div#footer a {
	color: #666666;
	text-decoration: none;
}
div#container div#content div#footer a:hover {
	color: #a70240;
	text-decoration: underline;
}


/* -----------------------------------------------------------------------------------------
   Kontaktformular
----------------------------------------------------------------------------------------- */

.contactform div {
	padding-top: 8px;
}

.contactform label {
font-size: 0.9em;
	font-weight: bold;
	display: block;
}

.contactform select {
	border: 1px groove #16203B;
}
.contactform input, 
.contactform textarea {
	border: 1px groove #16203B;
	width: 420px;
}

.contactform textarea {
	height: 200px;
}

.contactform input[type=button], .contactform input[type=submit] {
	width: 100px;
}

.contactform input#Einverstaendnis {
	width: 12px;
	border: none;
}

.contactform input#Name, 
.contactform input#Vorname {
	width: 203px;
}
.contactform input#PLZ {
	width: 53px;
}
.contactform input#Ort {
	width: 353px;
}

/* IE berechnet die Breite von Inputs anders ... */
* html .contactform input#Name, 
* html .contactform input#Vorname {
	width: 201px;
}
* html .contactform input#PLZ {
	width: 51px;
}
* html .contactform input#Ort {
	width: 351px;
}

.contactform input#email {
	width: 270px;
}

.contactform img {
	border: 1px solid #000;
}


/* -----------------------------------------------------------------------------------------
   Suche (Ergebnisliste)
----------------------------------------------------------------------------------------- */

ul#search_results {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#search_results li {
	padding-bottom: 10px; 
	padding-top: 10px;
	background: url(/_img_allgemein/hline.gif) top left repeat-x;
}
ul#search_results li.last {
	background: none;
}
ul#search_results li h3 {
	padding-top: 3px;
}
