/*==================================================
Stylesheet fuer die Browserausgabe
(werner-bonhoff-stiftung)
(c) 2008 by webraumfahrer.com>
==================================================*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	margin: 0;
	padding: 0;
	background: #fff;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}

p.small
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	}

img,
img a { border: none; }

a { color: #e30b18; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

h1 {
	font-size: 24px;
	text-transform: uppercase;
	margin: 0 0 26px 0;
}

h2 {
	font-size: 1.12em;
	color: #6f7679;
	padding-bottom: 6px;
	margin: 0 0 16px 0;
	background: url(../images/hr.gif) left bottom repeat-x;
}

strong { color: #666; }

hr {
	border: none;
	height: 1px;
	margin: 10px 0;
	padding: 0;
	background: url(../images/hr.gif) repeat-x;
	_background: none;
	_border-bottom: 1px dotted #9b9b9b;
	_display: block;
	*background: none;
	*border-bottom: 1px dotted #9b9b9b;
	*display: block;
}

.clear { line-height: 0; clear: both; }

#top {
	height: 116px;
	background: url(../images/top-bg.gif) repeat-x;
	text-align: center;
}

#top img {
	margin-top: 16px;
}


ul li,
ol li
{
	margin-bottom: 10px;
}



/* !navigation 
---------------------------------------------------------*/
.nav {
	margin: 14px auto 0 auto;
	padding: 0;
	width: 800px;
	height: 40px;
}

.nav li {
	float: left;
	_display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav li a {
	display: block;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	padding: 5px 36px;
}

.nav li a.last {
	padding: 5px 38px 5px 37px;
}

.nav li a:hover,
.nav li a.current {
	color: #000;
	border-bottom: 2px solid #e30b18;
	text-decoration: none;
}

/* !sitemap navigation
---------------------------------------------------------*/
.sitemap {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sitemap li ul {
	margin: 10px 0;
	}

.sitemap li ul li {
	margin-left: 40px;
	line-height: 10px;
	}


/* !dictionary 
---------------------------------------------------------*/
.dictionary {
	list-style: none;
	width: 100%;
	height: 23px;
	margin:  10px auto 30px auto;
	padding: 0;
	border-bottom: 1px solid #E1220D;
	background-color: #FBFBFB; 
}
	
	.dictionary li {
		float: left;
		_display: inline;
		line-height: 1.7em;
		margin: 1px 1px 0 0;
		background-color: #eee;
	}

	.dictionary li:hover { background-color: #fff; }
	.dictionary li.current {}

	.dictionary li a {
		display: block;
		color: #777;
		font-weight: bold;
		text-decoration: none;
		padding: 0 4px;
		border: 1px solid #CCC;
		border-bottom: 0;
	}

	.dictionary li a:hover {
		color: #444;
		border: 1px solid #E1220D;
		border-bottom: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	.dictionary li.current a {
		display: block;
		color: #111;
		border: 1px solid #E1220D;
		border-bottom: 1px solid #fff;
		background-color: #fff;
	}



/* !content 
---------------------------------------------------------*/
#content {
	position: relative;
	width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: #fff;
}


/* Startseite START */

#left-top,
#right-top {
	padding-top: 40px;
	position: relative;
}

#left-top {
	height: 180px;
}

#left-top p {
	margin: 5px 0;
	padding: 0;
	width: 340px;
	float: left;
}

#left-top p img {
	float: right;
	margin-top: 50px;
}

#left-top strong {
	display: inline-block;
	width: 270px;
	line-height: 160%;
}

#left-top-img
{
	position: absolute;
	right: -5px;
	_right: -8px;
	float: right;
	bottom: -30px;
	margin-left: 10px;
}

#right-top {
	height: 126px;
}

#right-top p {
	margin: 5px 0;
	padding: 0;
}

#right-top p img {
	margin: 70px 0 0 125px;
	_margin: 75px 0 0 125px;
}

#right-top-img {
	position: absolute;
	left: -5px;
	_left: -8px;
	float: left;
	margin-right: 10px;
	bottom: -30px;
}

#left, #right {
	width: 465px;
}

#left {
	float: left;
}

#right {
	float: right;
}


/* !content-box
---------------------------------------------------*/
.content-box {
	padding: 15px;
	margin-bottom: 24px;	
	background-color: #f6f4ee;
}

.content-box.dark {
	background: #e6e4dd;
}


.content-box img {
	float: left;
	display: block;
}

.content-box h3 {
	display: block;
	margin: 0 0 8px 0;
	color: #6f7679;
	font-size: 14px;
}

.content-box div {
	margin: 0 0 0 113px;
	padding: 0;
}

#right .content-box .no-image {
	margin: 0;
	padding: 0;
}

.content-box br {
	line-height: 180%;
	margin-bottom: 10px;
}

.content-box a.block {
	display: inline-block;
	float: left;
}

.content-box input.text {
	border: 1px solid #afab9e;
	background: #fefefd;
	padding: 1px 0 0 2px;
	height: 16px;
}

.content-box div.no-image input.text {
	width: 340px;
	float: left;
}


/*.content-box a.btn-link,*/
.content-box input.btn-link
{
	background: url(../images/btn.gif) no-repeat;
	color: #fff !important;
	height: 15px;
	padding: 1px 0 2px 0;
	width: 84px !important;
	float: right;
	text-align: center;
	text-decoration: none !important;
	margin-bottom: 5px;
	border: none;
	font: 12px Arial;
	font-weight: bold;
}

.content-box input.btn-link
{
	height: 18px;
	padding: 0 0 2px 0;
	_padding-top: 1px;
	>padding-top: 1px;
}

.topic,
.topic-dark
{
	font: bold 12px Arial;
	color: #fff;
	height: 26px;
	line-height: 22px;
	padding: 0 12px;
	margin: 0;
	background: url("../images/topic-bg.gif") repeat-x;
}

.topic-dark {
	background: url("../images/topic-bg-dark.gif") repeat-x;
	text-indent: 116px;
}

/* Startseite ENDE */


/* 3-Spalten-Layout START */
#mid-left, 
#mid-right
{
	float: right;
	padding: 0;
	margin: 0;
}
	
#mid-left
{
	width: 523px;
	margin-top: 44px;
	position: relative;
}

#mid-left .book { position: absolute; right: 35px; top: -15px; z-index: 10px; }

#mid-left table
{
	margin: 0;
	padding: 0;
}

	td
	{
	vertical-align: top;
	padding: 2px;
	}




/* !blog
--------------------------------------------------------*/

#mid-left div.blog
{
	padding: 10px;
	margin: 0 0 15px 0;
	background-color: #F6F4EE;
}

#mid-left h2.red
{
	font: bold 12px Arial;
	color: #fff;
	height: 26px;
	line-height: 22px;
	padding: 0 12px;
	margin: 0;
	background: url("../images/topic-bg.gif") repeat-x;	
}

#mid-left h2 {
	font-size: 1.12em;
	color: #6f7679;
	padding-bottom: 6px;
	margin: 0 0 16px 0;
	background: url(../images/hr.gif) left bottom repeat-x;
}

#mid-left h3.grey
{
	font: bold 12px Arial;
	color: #fff;
	height: 26px;
	line-height: 22px;
	padding: 0 12px;
	margin: 0;
	background: url("../images/topic-bg-grey.gif") repeat-x;		
}

#mid-left h3
{
	display: block;
	font: bold 14px Arial;
	color: #333;
	line-height: 18px;
	margin: 0 0 20px 0;
	padding: 0;
}

#mid-left h4
{
	font: bold 12px Arial;
	color: #333;
	height: 26px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

#mid-left h5
{
	font-size: 1.12em;
	color: #E30B18;
	padding-bottom: 6px;
	margin: 0 0 16px 0;
	background: url(../images/hr.gif) left bottom repeat-x;	

}

.sub_headline
{
	margin: 0 0 15px 0;
	font-size: 14px;
	font-weight: bold;
}

#mid-left p
{
	margin: 0 0 15px 0;
}

#mid-left .blog .left
{
	float: left;
	width: 45%;
}

#mid-left .blog .right
{
	float: right;
	width: 50%;
}

/* alte Zeile: 	#mid-left .blog .right a.btn-link2 - geaendert von Bob*/

	#mid-left a.btn-link2 {
	display: block;
	height: 18px;
	width: 112px !important;
	text-align: center;
	text-decoration: none !important;
	font: 12px Arial;
	font-weight: bold;
	line-height: 18px;
	color: #fff !important;
	background: url("../images/btn.gif") no-repeat top;
	}
	
	#mid-left .blog .right p a.btn-link2:hover 	{
	color: #333 !important;
	background: url("../images/btn.gif") no-repeat bottom;
	}


#mid-left .clear { clear: both; }
#mid-left .blog .clear { clear: both; }

#about-img {
	margin: 15px 0;
	padding: 0;
	list-style: none;
}

#about-img li {	
	margin: 0 12px 20px 12px;
	padding: 0;
	float: left;
	text-align: center;
	width: 150px;
	_display: inline;
	_margin: 0 9px 20px 9px;
}

#mid-right.clearfix
{
	width: 240px;
	margin-top: 98px;
	margin-left: 20px;
	_margin-right: -3px;
}

#mid-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mid-right ul li
{
	margin: 0;
	padding: 10px 0;
	clear: both;
}

#mid-right .content-box.clearfix ul li.clearfix { padding: 0; }
#mid-right ul li img { float: none; }

/* !subnav
--------------------------------------------------------*/
.subnav {
	float: left;
	margin-top: 98px;
	padding: 0;
	list-style: none;
	width: 176px;
}
.subnav li  {
	list-style: none;
	margin: 0 0 5px 0;
}

.subnav li a {
	display: block;
	font-weight: bold;
	color: #e30b18;
	text-decoration: none;
}

.subnav li a.first {
			/*	font-size: 1.12em;
 color: #6f7679; 
		margin: 0;
		padding-bottom: 6px;
		width: 150px;*/
		/* background: url("../images/hr.gif") left bottom repeat-x; */
		}

		.subnav li a.special 	{
		font-size: 1.12em;
		color: #e30b18;
		margin: 0;
		padding-bottom: 6px;
		width: 150px;
		background: url("../images/hr.gif") left bottom repeat-x;
		}
	
	.subnav li a:hover { color: #000; }

	.subnav li a.current { color: #000; }

	.subnav li ul { margin: 0.4em 0 0 15px; padding: 0; 	}
	.subnav li ul li { padding: 0 0 0 15px; background: url(../images/li-point.gif) no-repeat 0 3px; 	}
	.subnav li ul li a.first  {
		font-size: 12px;
		color: #e30b18;
		padding: 0;
		background: none;
		}

	.subnav li ul li a.current { color: #000; }

/* 3-Spalten-Layout ENDE */

img.bordered {
	border: 3px solid #afab9e;
}

img.avatar {
	border: 3px solid #afab9e;
	padding: 4px;
	background: #fff;
}

dt { font-weight: bold; margin: 0; padding: 0; color: #6f7679; }
dd { margin: 0 0 8px 0; padding: 0; }


.content-box a.btn-link,
.content-box input.btn-link,
#EmailForm input.btn-link {
	float: right;
	height: 18px;
	padding: 0;
	width: 112px !important;
	text-align: center;
	text-decoration: none !important;
	margin: 0;
	border: none;
	font: 12px Arial;
	font-weight: bold;
	color: #fff !important;
	background: url("../images/btn.gif") no-repeat top;
}
.content-box a.btn-link:hover,
.content-box input.btn-link:hover,
#EmailForm input.btn-link:hover {
	background: url("../images/btn.gif") no-repeat bottom;
}

#right .content-box.dark .clearfix a.btn-link,
#mid-right .content-box.clearfix ul li.clearfix a.btn-link.f-left {
	line-height: 18px;
}

	#EmailForm input.resetBtn {
	float: left;
	color: #666 !important;
	height: 15px;
	padding: 1px 0 2px 0;
	width: 100px !important;
	text-align: center;
	text-decoration: none !important;
	margin-bottom: 5px;
	border: none;
	font: 12px Arial;
	font-weight: bold;
	background: url(../images/btn-reset.gif) no-repeat;
	}

	#EmailForm input.btn-link,
	#EmailForm input.resetBtn { height: 18px; }
	
	.formBtns { margin-top: 10px !important; }


/* !search form (ajax)
---------------------------------------------------------*/
#ajaxSearch_form fieldset {
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
}

input#ajaxSearch_input.cleardefault
{
	width: 311px;
/*	height: 11px; */
	border: 1px solid #afab9e;
	padding: 2px;
	background: url(../images/search_bg.gif) no-repeat;
}

input#ajaxSearch_submit
{
	color: #fff;
	width: 112px;
	height: 18px;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: bold;
	font-size: 12px;
	background: url(../images/btn.gif) no-repeat;
}


/* !search form subpage (ajax)
---------------------------------------------------------*/
#mid-left .blog .right #ajaxSearch_form fieldset {
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
}

#mid-left .blog .right input#ajaxSearch_input.cleardefault {
	width: 122px;
	/* height: 11px; */
	border: 1px solid #afab9e;
	padding: 2px;
	background: url(../images/search_bg.gif) no-repeat;
}

#mid-left .blog .right input#ajaxSearch_submit {
	color: #fff;
	width: 112px;
	height: 18px;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: bold;
	font-size: 12px;
	background: url(../images/btn.gif) no-repeat;
}


/* !search results
---------------------------------------------------------*/
#ajaxSearch_output,
#ajaxSearch_output div,
#current-search-results,
#current-search-results div.AS_ajax_result
{
	margin: 0;
	padding: 0;	
}

#ajaxSearch_form
{
	position: relative;
	margin: 0;
	padding: 0;
	height: 30px;
	background: url(../images/hr.gif) repeat-x bottom;
}

img#searchClose
{
	position: absolute;
	right: 100px;
	top: 2px;
	height: 16px;
	width: 16px;
}


#ajaxSearch_output {

	padding: 0 0 10px 0;
	margin-bottom: 10px;
	background: url(../images/hr.gif) repeat-x bottom;
}

/* !eMailForm 
---------------------------------------------------------*/
#EmailForm label {
	font-weight: bold;
	color: #666;
}

#EmailForm p { margin: 0 0 15px;}
#EmailForm p.add-text {
	font-style: italic;
	color: #999;
	padding: 5px 0;
	}
	
.form-tab { width: 100%; border-collapse: collapse; }
.form-tab th,
.form-tab td {
	text-align: left;
	vertical-align: top;
	padding: 3px 0;
}
	
.form-tab th { width: 200px; color: #666; }
	
.form-tab em,
label em {
	color: #f00;
	font-weight: bold;
	font-style: normal;
}
	
.tfield textarea { margin-left: 200px; }
.tfield { margin: 10px 0 !important; }
	
#EmailForm input,
#EmailForm textarea {
	width: 319px;
	border: 1px dotted #888;
	padding: 2px 0 0 2px;
}
	
#EmailForm textarea { height: 80px; }
	
.formRadio { width: auto !important; }

input#cfPLZ { width: 100px;	}

input#cfOrt { width: 205px; margin-left: 10px; }

div.errors {
	margin: 0 0 20px;
	padding: 10px;
	border: 1px dashed #FF0000;
	background: #FFFCD3;
}

/* Boersen Fiormular
-----------------------------------------------------------*/
.kundeninput { margin: 0 0 20px; }
#EmailForm { margin: 0 0 25px; }
#EmailForm textarea#cfProblem,
#EmailForm textarea#cfProblemdescription { width: 100%; height: 110px; }
#mid-left table.boersenform { margin: 0 0 20px; }
#mid-left table.boersenform { width: 100%; border-collapse: collapse; }
#mid-left table.boersenform th,
#mid-left table.boersenform td {
	text-align: left;
	vertical-align: top;
	padding: 3px 0;
}

/* !footer 
---------------------------------------------------------*/
#footer {
	clear: both;
	padding: 10px 0;
	border-top: 1px solid #fd2824;
	color: #6f7679;
	text-align: center;
}

img.f-right { float: right !important; margin: 0 0 0 10px; }

.f-left { float: left !important; }

/* Clearer Hacks */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

