@charset 'utf-8';
@import url(reset.css);
@import url(lightbox.css);

/* ----------------------------------------------------- All browsers */

body {
	background: #d5e391 url(img/back.png) 0 0 repeat-x;
	font: normal 15px/23px georgia, "Times New Roman", serif;
	color: #653d1d;
}

.wrapper {
	width: 880px;
	margin: 0 auto;
}

#header {
	height: 210px;
	position: relative;
}

h1 {
	padding-top: 6px;
	position: relative;
	z-index: 2;
}

#headerimage {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

#col-left {
	width: 240px;
	float: left;
}

#col-right {
	width: 580px;
	float: right;
}

a:link, a:visited {
	color: #653d1d;
}

a:focus, a:hover, a:active {
	color: #a3c30f
}

.left {
	float: left;
	margin: 0 20px 20px 0;
}


/* ----------------------------------------------------- Navigation */

#navi {
	position: relative;
	margin: -29px 0 40px 0;
	padding-top: 15px;
	background: url(img/naviback.png) 50% 0 no-repeat;
	z-index: 1;
	height: 4em;
}

#navi .wrapper {
	padding-left: 252px;
	width: 595px;
	height: 40px;
}

#navi li {
	display: inline; /* for IE6 */
	float: left;
	margin-left: 33px;
	position: relative;
	margin-top: 5px;
	padding: 10px 10px 2px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#navi .active {
	background: #a3c30f;
}

#navi a:link,
#navi a:visited {
	text-decoration: none;
}

#navi .active a {
	color: #fff;
}

li#menu_angebot { top: -9px; }
li#menu_themen { top: -13px; }
li#menu_kontakt { top: -14px; }
li#menu_honorar { top: -8px; }


/* ----------------------------------------------------- Subnavi */

#subnavi {
	overflow: hidden;
	margin-bottom: 4em;
	zoom: 1;
}

#subnavi li {
	float: left;
	clear: both;
	margin: 0 0 4px 0;
	line-height: 1.2em;
}

#subnavi a {
	padding: 4px 35px 4px 15px;
	float: left;
	width: 190px;
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#subnavi a:link,
#subnavi a:visited {
	color: #653d1d;
	text-decoration: none;
}

#subnavi a:focus,
#subnavi a:hover,
#subnavi a:active {
	color: #a3c30f;
}

#subnavi li.active a:link,
#subnavi li.active a:visited,
#subnavi li.active a:focus,
#subnavi li.active a:hover,
#subnavi li.active a:active {
	color: #fff;
	background: #a3c30f url(img/whitearrow.png) right top no-repeat;
}



/* ----------------------------------------------------- Startseite */

#welcomebox {
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: -20px;
}

.ie7 #welcomebox {
	width: 900px;
}

#welcomebox h2 {
	font-size: 38px;
}

#welcomeleft {
	float: left;
	width: 430px;
	margin: 0 7px 0 -20px;
	padding: 15px 23px 10px 20px;
	background: #a3c30f url(img/welcometrenner.png) top right no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-size: 13px;
	line-height: 19px;
	min-height: 195px;
}


#welcomeleft img {
	float: left;
	margin: 6px 10px 20px 0;
}

#welcomeleft .written {
	font-size: 30px;
	margin-top: 5px;
	text-align: right;
}

#welcomeright {
	padding-top: 15px;
	min-height: 205px;
}

.ie7 #welcomeright {
	height: 207px;
}


#welcomeright h2 {
	font-size: 38px;
	margin-bottom: 10px;
}

#welcomeright .vcard {
	float: left;
	width: 230px;
}

#vdfbox {
	height: 95px;
}

#vdfbox p {
	font-size: 9px;
	line-height: 10px;
	margin-bottom: 0.7em;
	font-family: arial, sans-serif;
}

#vdfbox img {
	float: left;
	margin: -2px 10px 0 0;
}



.thema {
	width: 150px;
	float: left;
	margin: 40px 0;
}

.thema img {
	border: 2px solid #fff;
}

.thema img:hover {
	border-color: #653d1d;
}


.thema h3 {
	font-size: 13px;
	line-height: 1.3em;
	width: 135px;
	margin-bottom: 10px;
}

.thema h3 a {
	text-decoration: none;
}

.thema p {
	color: #653d1d;
	width: 135px;
	font-size: 11px;
	line-height: 1.3em;
	font-family: arial, sans-serif;
	margin-bottom: 1em;
}

#laby {
	float: right;
	width: 280px;
	font-size: 13px;
	line-height: 19px;
}

#laby h2 {
	font-size: 38px;
	margin: -3px 0 5px 0;
}

#laby img {
	border: 2px solid #fff;
	display: block;
	margin-bottom: 10px;
}

#laby p {
	margin-bottom: 1em;
}

/* ----------------------------------------------------- Content */

#col-right {
	padding-bottom: 3em;
}

#col-right h2 {
	font-size: 50px;
	color: #a3c30f;
	margin: -10px 0 19px 0;
	line-height: 0.8em;
	font-family: "Times New Roman", serif;
	font-style: italic;
}

#col-right ul,
#col-right ol,
#col-right p {
	margin-bottom: 1em;
}

#col-right table {
	margin-bottom: 1.6em;
}


hr {
	height: 16px;
	border: none;
	margin: 2.4em 0 2em 0;
	background: url(img/line.png) 50% 0 no-repeat;
}

.ie7 hr {
	color: #fff;
	background: none;
	height: 0px;
	margin-top: 1em;
}

blockquote {
	padding: 20px 80px 20px 60px;
	font-style: italic;
	background: url(img/quote.png) 0 24px no-repeat;
}

blockquote cite {
	display: block;
	margin-left: 20px;

}

blockquote cite:before {
	content: "– ";
}

#col-right h3 {
	margin: 0 0 0.3em 0;
	font-weight: bold;
}

#col-right ul li {
	list-style: outside square;
	margin-left: 1em;
}

table {
	border-top: 1px solid #fff;	
	overflow: hidden;
}

th {
	width: 320px;
	border-bottom: 1px solid #fff;
	padding: 3px 0;
}

td {
	width: 90px;
	border-bottom: 1px solid #fff;
	padding: 3px 0;
	vertical-align: bottom;
}

.gallery {
	margin: 2em 0 2em -22px;
	overflow: hidden;
}

.gallery img {
	float: left;
	border: 2px solid #fff;
	margin-left: 22px;
}

.ie6 .gallery img {
	margin: 0 15px 20px 0;
}

/* ----------------------------------------------------- Sidebar */

.box {
	background: #a3c30f;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 15px;
	font-size: 13px;
	line-height: 19px;
}

.box h2 {
	font-size: 38px;
}

.singleinfo {
	margin-bottom: 1em;
}

.box a:link,
.box a:visited {
	color: #fff;
}

.box a:focus,
.box a:hover,
.box a:active {
	color: #000;
}

small {
	display: block;
	font-size: 11px;
	line-height: 12px;
	font-family: arial, sans-serif;
}


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

#footer {
	margin-top: 3em;
	height: 70px;
	padding-top: 2em;
	clear: both;
	background: url(img/naviback.png) 50% 0 no-repeat;
}

#footer .wrapper {
	text-align: right;
}

#footer a:link,
#footer a:visited {
	color: #653d1d;
	text-decoration: none;
}

#footer a:focus,
#footer a:hover,
#footer a:active {
	color: #a3c30f;
}





/* ----------------------------------------------------- JS enabled browsers */

.js div { }

/* ----------------------------------------------------- IE7 and below */

.ie7 div { }

/* ----------------------------------------------------- IE6 and below */

.ie6 div { }

