/*
	created by GuerillaGraphix, http://www.guerillagraphix.net/
*/

html, body {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	background: url(images/body_background.jpg) no-repeat center bottom;
}
a {
	color: #002f6b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

/* @group Header */

#header {
	position: relative;
}
#logo {
	position: absolute;
	top: 20px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 225px;
	height: 175px;
	background: url(images/logo.gif) no-repeat;
	overflow: hidden;
}
.en #logo {
	background: url(images/logo_en.gif) no-repeat;
}
#logo h1 {
	margin: 0;
}
#logo a {
	display: block;
	height: 175px;
	text-indent: -9999px;
}
#logo p {
	position: relative;
	display: block;
	text-indent: -9999px;
}
#header p {
	position: absolute;
	top: 20px;
	left: 260px;
	margin: 0;
	font-size: 12px;
}

/* @end */

/* @group Navigation */

#nav {
	float: left;
	margin: 250px 0 0 5px;
	/*position: absolute;
	top: 250px;
	left: 12px;*/
	float: left;
	width: 225px;
	z-index: 100;
}
* html #nav {
	margin: 250px 0 0 2px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}
#nav ul li {
	margin: 0 0 6px 0;
}
#nav ul li a {
	color: #002c66;
	font-weight: bold;
}
#nav ul li a:hover {
	text-decoration: underline;
}
#was-fuer-wen .wasfuerwen a, #wie .wie a, #angebot-preise .angebot a, #vita .vita a, #kontakt .kontakt a, #links .links a, #what-for-whom .wasfuerwen a, #method .wie a, #offer-cost .angebot a, #about .vita a, #contact .kontakt a {
	color: #f90;
}


/* @end */

/* @group Subnavigation */

#content #subnav ul {
	margin: 0;
	padding: 0;
	height: 20px;
	width: 560px;
	list-style: none;
	text-align: right;
}
#content #subnav ul li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}
#subnav ul li a {
	padding: 0 7px 0 0;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #002e68;
	border-right: 2px solid #446692;
}
#subnav ul li a:hover {
	text-decoration: underline;
}
#subnav ul li.ende a {
	padding: 0;
	border: none;
}

/* @end */

/* @group Content */

#content {
	position: relative;
	float: left;
	margin: 87px 0 0 10px;
	width: 560px;
	min-height: 300px;
	padding: 0 0 190px 0;
}
* html #content {
	margin: 87px 0 0 11px;
}
#content h2 {
	margin: 0 0 30px 0;
	padding: 15px 0 0 20px;
	width: 540px;
	height: 41px;
	background: #00306b url(images/h2_background.jpg);
	font-size: 20px;
	color: #fff;
}
#content h3 {
	color: #ff9a01;
	margin: 0 0 15px 20px;
	font-size: 13px;
}
#content p {
	margin: 0 0 15px 20px;
	font-size: 13px;
	line-height: 18px;
}
#content p.italic {
	font-style: italic;
}
#content ul {
	margin: 0 0 15px 20px;
	padding: 0;
	list-style: none;
}
#content ul li {
	margin: 0 0 8px 0;
	padding: 0 0 0 15px;
	background: url(images/bullet.gif) no-repeat;
	background-position: 0 6px;
}

#content a {
	color: #ff9a01;
}
#content .portrait {
	float: right;
	margin: 0 0 30px 30px;
}

#content .fallbsps {
	float: left;
	height: 44px;
	margin: 0 0 0 22px;
}
#content .fallbsps a {
	float: left;
	font-weight: bold;
	color: #ff9a01;
	background: url(images/icon_fallbsps.jpg) no-repeat top left;
	height: 43px;
	padding: 12px 0 12px 90px;
}
#content .bspimg {
	margin-top: 20px;
}
#content .fallbsps_nav {
	margin: 0 0 0 15px;
	color: #aaa;
}
#content .fallbsps_nav .active {
	color: #aaa;
	font-weight: bold;
}
#content .fallbsps_nav a {
	font-weight: bold;
}

#content form {
	margin: 0;
	padding: 0;
}
#content form label {
	display: block;
	float: left;
	width: 150px;
	margin: 0;
	padding: 6px 10px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #002e68;
	text-align: right;
}
#content form input, #content form textarea {
	padding: 4px;
	width: 270px;
	font-size: 13px;
	line-height: 18px;
	border: 1px solid #b3c1d2;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
#content form textarea {
	height: 150px;
}
#content form #form_submit {
	margin: 0 0 0 160px;
	padding: 5px 10px;
	width: auto;
	background: url(images/h2_background.jpg);
	color: #fff;
	border: none;
}

.vcard {
	margin: 0 0 30px 20px;
}
.vcard .fn {
	font-weight: bold;
}
.vcard .adr {
	margin: 0 0 10px 0;
}
.vcard .work {
	display: none;
}

.pager {
	position: absolute;
	top: 20px;
	right: 13px;
}
#content .pager a:hover {
	text-decoration: none;
	color: #8ea3be;
}
#content .pager .next, #content .pager .previous {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}
#content .pager .previous {
	margin: 0 6px 0 0;
}

#content .error {
	margin: 0 0 20px 20px;
	padding: 10px 15px 10px 46px;
	background: #efaf00 url(images/error2.gif) no-repeat top left;
	background-position: 10px 2px;
	color: #002e68;
	color: #fff;
	font-weight: bold;
}
#content .flaged {
	background: url(images/error.gif) top right no-repeat;
}
#content .flaged input, #content .flaged textarea {
	border: 1px solid #efaf00;
}

/* @end */