/* @group Allgmein */

html, body {
	margin: 0px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	background: url(images/back.jpg) repeat-x 0 61px;
}


/* @end */

/* @group Grundgerüst */

#container {
	width:888px;
	float: left;
	margin-left: 0px;
}

#spalte_links {
	float: left;
	width: 401px;
	padding-left: 8px;
}

#spalte_rechts {
	float: right;
	width: 479px;
	padding-top: 8px;
}

#subnavi {
	float: left;
	height: 25px;
	margin-left: 10px;
}

#searchbox {
	float: right;
	margin-right: 10px;

}

#language {
	width: 447px;
	float: right;
	background-color: #273646;
	margin-bottom: 4px;
	height: 18px;
	text-align: right;
	padding-top: 6px;
}

#signet {
	height: 99px;
	width: 391px;
	background-color: #273646;
	padding: 5px 0 0 10px;
	margin-top: 61px;
}

#sidebar {
	width: 250px;
	padding-left: 80px;
	float: left;
}

#banner {
	height: 200px;
	width: 479px;
	float: right;
}

#banner div {
	width: 30px;
	height: 104px;
	float: left;
	background-color: #273646;
}

#banner img {
	float: right;
}

#content {
	width: 475px;
	float: right;
}

#footer {
	float: right;
	width: 95%;
	border-top: 1px dotted #cac9c7;
	padding: 0;
	margin: 15px 5px 2px 0;
}



/* @end */

/* @group Links & Navi */

#content a,
#sidebar a {
	color: #273646;
	font-weight: normal;
	text-decoration: underline;
}

#content a.more,
#sidebar a.more,
h3 a.more {
	padding-left: 14px;
	background: url(images/link_pfeile.gif) no-repeat 0 4px;
	text-decoration: none;
}

h3 a.more {
	font-size: 11px;
}


#content ul li a {
	background: none;
	padding-left: 0;
}

#content a.pdf,
a.pdf {
	padding-right: 42px;
	background: url(images/pdf.gif) no-repeat 100% 0;
}

a img.pdf {
	margin-bottom: -3px;
}


#footer a {
	color: #c2b68c;
	text-decoration: none;
}

a img {
	border: none;
}

a.more {
	cursor: pointer;
}

a:visited {
}

.link_white {
}

#content a.slideshow {
	color: #384758;
	font-size: 14px;
	padding-left: 30px;
	background: url(images/slideshow.gif) no-repeat 0;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 15px;
	display: block;
	padding-top: 4px;
	margin-left: 5px;
}

#content a.slideshow span {
	font-size: 10px;
	font-weight: normal;
	display: block;
}


/* @group Sitemap */


#content .sitemap a {
	text-decoration: none;
}

#content .sitemap li{
	line-height: 18px;
	list-style-type: square;
	margin-bottom: 0;
}

#content .sitemap li ul li a {
	color: #989898;
}

#content .sitemap li ul {
	margin-left: 0px;
	margin-bottom: 7px;
}



/* @end */

/* @group Mainnavi */

#navi {
	margin: 20px 0 20px 20px;
}

ul#mainnav,
ul#mainnav li,
ul#mainnav li ul,
ul#mainnav li ul li {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul#mainnav li {
	margin-top: 5px;
	padding-left: 20px;
	background: url(images/navi_square.gif) no-repeat scroll 0 8px;
	text-transform: uppercase;
}

ul#mainnav li ul li {
	margin-top: 2px;
	padding-left: 20px;
	background: url(images/navi_square_klein.gif) no-repeat scroll 0 7px;
	text-transform: none;
}

ul#mainnav a {
	background: none;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding-left: 0;
	border-top: 1px solid #999;
	padding-top: 3px;
	padding-bottom: 2px;
	width: 180px;
	display: block;
}

ul#mainnav a.current {
	font-weight: bold;
}

ul#mainnav li ul li a {
	width: 160px;
}

ul#mainnav li ul a {
	border-top:  none;
	border-bottom: 1px solid #bcc4cc;
	border: none;
}

ul#mainnav a.no_border  {
	border: none;
}

ul#mainnav ul li a.no_border  {
	margin-bottom: 10px;
}


/* @end */

/* @group Sprachauswahl */

#language ul {
	display: inline;
	text-transform: uppercase;
	margin-top: -1px;
	float: right;
}

#language ul li {
	display: inline;
	font-size: 12px;
	padding: 0 5px;
	border-right: 1px solid #fa6d1b;
	margin-top: 0;
	color: #fa6d1b;
}

#language ul li.last {
	border: none;
	padding-right: 10px;
}

#language ul li a {
	color: #fa6d1b;
	text-decoration: none;
	font-weight: bold;
}



/* @end */

/* @group Subnavi */

#subnavi ul {
	display: inline;
}

#subnavi ul li {
	display: inline;
	font-size: 11px;
	padding: 0 5px;
	border-right: 1px solid #787878;
	margin-top: 0;
}

#subnavi ul li.last {
	border: none;
}

#subnavi ul li a {
	color: #787878;
	text-decoration: none;
}



/* @end */

/* @end */

/* @group Text */

h1 {
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	margin-top: 3px;
	margin-bottom: 0px;
	font-weight: normal;
	background-color: #c1b58b;
	padding: 10px 25px 18px 11px;
	margin-left: 30px;
}

#sidebar h1 {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	margin-top: 25px;
	margin-bottom: 10px;
	font-weight: normal;
	background-color: #c2b68c;
	padding: 3px 25px 5px 11px;
	margin-left: 0;
}

#sidebar .heller h1 {
	background-color: #c2b68c;
}



h2 {
	font-size: 18px;
	color: #273646;
	line-height: 25px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-weight: normal;
	background: url(images/pfeil_headline.gif) no-repeat 0 0;
	padding-left: 40px;
}

#sidebar h2 {
	font-size: 12px;
	color: #273646;
	background: none;
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 18px;
}

h3 {
	font-size: 14px;
	color: #273646;
	margin-bottom: 5px;
	margin-top: 13px;
	font-weight: normal;
	text-align: left;
	margin-left: 50px;
}

#join {
	margin-bottom: 30px;
}

#join h3 {
	background: url(images/pfeil_unten.gif) no-repeat 0 5px;
	padding-left: 15px;
	cursor: pointer;
}

h4, h5 {
	margin-left: 50px;
	margin-top: .5em;
	margin-bottom: 0;
	color: #787878;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
}

h5 {
	color: #aba383;
}

#content p,
#content ul,
#content ol {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	text-align: left;
	margin-left: 41px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 30px .5em 10px;
}

#content p.info,
#sidebar p.info,
#sidebar div.info {
	padding: 5px 10px 5px 40px;
	margin-left: 60px;
	margin-right: 50px;
	margin-bottom: 20px;
	background: #e2dcca url(images/info.gif) no-repeat 5px 5px;
}

#sidebar div.info {
	margin: 30px 0;
	padding: 5px 10px 5px 20px;
}

#content ul li,
#content ol li {
	margin-left: 15px;
	margin-bottom: .3em;
}

#sidebar ul li {
	margin-bottom: .5em;
}

#content .news {
	border-left: 5px solid #939ba3;
}

#content ul.news {
	height: 110%;
}



#sidebar p {
	margin-left: 20px;
	color: #666666;
	margin-bottom: 0;
	margin-top: 5px;
}

#sidebar em {
	color: #9b9376;
	font-size: 11px;
}

#footer p {
	text-align: right;
	color: #c2b68c;
	margin-top: 5px;
	margin-bottom: 0;
}

#footer .award {
	position: relative;
	left: 70px;
	top: 10px;
	float: left;
	margin-bottom: 20px;
}


.pullquote {
	color: #9b9376;
	float: left;
	font-size:115%;
	line-height:140%;
	margin: 10px 0 10px 20px ;
	background: url(images/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:15px 8px 15px 0px;
}
.pullquote span {
	background: url(images/openquote.gif) no-repeat left top !important;
	padding:15px 5px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

dd {
	margin: 0;
}



/* @end */

/* @group Suche */

#searchbox form,
#searchbox form input {
	padding: 0;
	margin: 0;
}

#searchbox input.searchfield {
	border: 1px solid #ddd;
	width: 105px;
	margin-right: 8px;
	padding: 2px 8px 3px;
	font-size: 10px;
	color: #666;
	float: left;
}

.suchergebnis li {
	margin-bottom: 20px;
}


/* @end */

/* @group Formular (Kontakt) */

form.anfrage {
	padding: 0px 0 0 52px;
	width: 350px;
	line-height: 17px;
	font-size: 11px;
	color: #404040;
	margin-left: 0px;
	margin-bottom: 10px;
	float: left;
}

form em {
	font-weight: bold;
	font-style: normal;
	color: #4a4a4a;
}

label {
	text-align: left;
	margin-top: 5px;
	float: left;
	height: auto;
}

label input {
	width: 320px;
	margin-top: 2px;
	float: left;
	border: 1px solid #cac19c;
	background: #fff;
}

label textarea {
	width: 320px;
	float: left;
	border: 1px solid #cac19c;
	background: #fff;
}

label.schmal {
	width: 170px;
}

label.schmal input {
	width: 150px;
}

label.schmal2 {
	width: 125px;
}

label.schmal2 input {
	width: 100px;
}

label.schmal3 {
	width: 95px;
}

label.schmal3 input {
	width: 75px;
}

label select {
	width: 80px;
	margin: 2px 0 0 0px;
	height: auto;
	border: 1px solid #dbdbdb;
	background: #fff;
	border-top: 2px solid #bcbcbc;
}

.anfrage input.senden {
	float: right;
	margin: 10px 20px 0 0;
}

.anfrage input,
.anfrage textarea,
.anfrage select {
	font-family: "Tahoma", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #9f9779;
	margin-top: 2px;
	padding: 2px 5px;
}

.anfrage select {
	padding: 1px 0;
}



/* @end */

/* @group Thickbox Slideshow */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_caption span {
	font-size: 11px;
	color: #99906e;
}

#TB_window a {
	text-decoration: none;
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 20px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
	font-size: 11px;
	color: #99906e;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}



/* @end */
