/* CSS Document */


* 	{
	border:0;
	padding:0;
	margin:0;
	}

a       {
        outline:none;
        }

html 	{
	height:100%;
	}
	
body 	{
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.4;
	color:#555;
	font-size:12px;
	height:100%;
	background:#ced2db url(../images/bg_main_top.jpg) top left repeat-x;
	}

#background_wrapper {
       float:left;
	width:100%;
	height:100%;
	background: url(../images/bg_main_bottom2.jpg) bottom left repeat-x;
	}
	
#background_wrapper td {
	vertical-align:top;
	}

	
#main {
	margin:0 auto;
	width:750px;
	}




/* ************** HEADER ************** */

#header {
	float:left;
	position:relative;
	}
	
#quote {
	position:absolute;
	top:67px;
	left:0;
	background:#CED2DB;
	padding:5px 8px 5px 20px;        
	}
	
#quote h1 {
	font-size:22px;

	}
	
#quote h1 span {
	color:#ec0102;
	font-size:18px;
	font-weight:normal;
	}  


#bubble {
	position:absolute;
	top:190px;
	right:-50px;
	}
      
	
#flashcontent {
	clear:both;
	float:left;
	}	
	
#topleiste {
	width:750px;
	height:24px;
	margin-bottom:1px;
	background:url(../images/bg_topleiste_breit.gif) left top no-repeat;
	}			

#topleiste img {
	float:left;
	}

#suche {
	float:left;
	margin-top:2px;
        margin-left:20px;
        display:inline;
	}
	
#suche input {
	padding:1px;
	font-size:10px;
	border:1px solid #999;
        width:100px;
	}	

#suche input.suche_button {
	padding:0;
	color:#333;
	background:white;
        width:auto;
	} 

#language {
	float:right;
	margin-top:5px;
	width:110px;
	text-align:right;
	}
	
#language img {
	float:none;
	display:inline;
	margin-left:5px;
	}
	
#language img.pfeil {
	margin-top:-1px;
	}
		
	


#languagedd {
	float:right;
	margin-to	p:5px;
	text-align:right;
	width:150	px;
	margin-right:20px;
	display:inline;
	}



/* ************** MAIN NAV ************** */

#nav {
	clear:both;
	float:left;
	border-top:1px solid #ec0102;
	width:100%;
	margin-top:8px;
	}
	
#nav ul {
	float:left;
	list-style:none;
	}	
	
#nav ul li {
	float:left;
	}

#nav ul li.activehead_root {
	float:left;
        text-transform:uppercase;
	padding:5px 4px; /* Safari Wert - Korrekter Wert f�r andere Browser am Ende der Datei */
	font-weight:bold;
	color:white;
	/*font-size:10px;*/
	background:#ec0102;     
	}

#nav ul li a {
	float:left;
	text-transform:uppercase;
	padding:5px 4px; /* Safari Wert - Korrekter Wert f�r andere Browser am Ende der Datei */
	font-weight:bold;
	color:#8a755f;
	/*font-size:10px;*/
	text-decoration:none;
	}
	
	
	
#nav ul li a:hover {
	color:white;
	background:#ec0102;
	}	
	
#nav ul li.activehead_root a {
	/*font-size:100%;*/
	padding:0;
	text-decoration:none;
	color:white;
	background:#ec0102;
	}		
	


/* ************** CONTENT AREA ************** */


#content_area {
	clear:both;
	float:left;
	width:100%;
	margin:20px 0 20px 0;
	}


/* ************** SUB NAVI ************** */	

#linke_spalte {
	float:left;
	width:132px;
	padding-right:54px;
	_padding-right:10px;
	}

#linke_spalte .content_box {
        width:100%;
        }

#linke_spalte ul {
	clear:both;
	float:left;
	list-style:none;
	margin-bottom:20px;
	margin-left:-8px;
	display:inline;
	}

#linke_spalte ul li {
	clear:both;
	float:left;
	margin-bottom:4px;
	}


#linke_spalte ul li a {
	clear:both;
	float:left;
	padding: 5px 8px;
	_padding: 5px 5px;
	background:#dcdcdc;
	}

ul.seitenmenu li.activehead {
	clear:both;
	float:left;
	padding:4px 8px;
        _padding: 4px 5px;
	font-weight:bold;
	color:white;
        width:130px;
	background:#ec0102;
	margin-bottom:4px;        
	}

ul.seitenmenu li a {
	color:#ec0102;
	width:130px;
	}

/*ul.seitenmenu li a:visited {
	color:#007f8e;
	}*/


.buchlinks {
	margin-bottom:8px;
	}



#rechte_spalte {
	float:left;
	width:564px;
	}	

.content_box {
	clear:both;
	float:left;
	margin-bottom:10px;
	padding:18px 22px;
	width:520px;
	background:#e0e4e8 url(../images/bg_verlauf.gif) top left repeat-x;
	}

.content_box h1 {
	color:#8a755f;
	font-size:18px;
	font-weight:normal;
	letter-spacing:-0.1px;
	margin-bottom:20px;
	/*border-bottom:1px dotted #8a755f;
	padding-bottom:5px;
	width:auto;*/
	}

.content_box h2 {
	color:#858585;
	font-size:13px;
	font-weight:bold;
	letter-spacing:-0.1px;	
	margin-bottom:20px;
	}


.content_box p {
	margin-bottom:15px;
	/*width:430px;*/
	padding-left:20px;
        margin-left:10px;
	}

.content_box a {
	color:#ec0102;
	font-weight:bold;
	text-decoration:none;
	}
      
.content_box a.external-link-new-window {
        padding-bottom:8px;
        }
      

.content_box a:hover{
	color:#8a755f;
	}

.content_box ul {
	margin-left:35px;
	line-height:1.6;   
	}
	
.content_box ol {
	margin-left:60px;
	line-height:1.6;
        width:390px;
        font-family: Georgia;
        font-style:italic;    
	}

.content_box ol li {
	margin-bottom:20px;
	}

ol.faq-liste {
	margin-left:38px;
	line-height:1.4;
	}
	
ol.faq-liste a {
	font-weight:normal;
	}	

p.plain {
	margin-bottom:15px;
	width:auto;
	padding-left:0;
	}

.tabelle {
	#margin-left:-40px;
	}
      
.tabelle td.tabelle_links {
	width:150px;
	font-weight:bold;
	}

.tabelle td {
	padding-bottom:20px;
        width:350px;
	}

.tabelle p {
	width:auto;
	}
      
      
.codeBox {
        width:480px;
        overflow:auto;
        border:1px solid #CCC;
        }
      
	
/****** IMAGEGALLERY - BILD ELEMENTE AUS TYPO3 ********/	
	
.content_box table.imgtext-table	{
	padding-left:28px;
	}
	
        
/****** TIP-A-FRIEND FORM ********/	
	
#tipafriend_form {
	margin:29px 0 10px 0;
	border:1px solid #999;
	padding:10px;	
	}		

#tipafriend_form legend {
	margin-left:10px;
	font-weight:bold;
	color:#515E70;
	padding:0 5px;
	}

#tipafriend_form ul {
	margin:5px 0;
	list-style-type:none;
	padding:0;
	}
	
#tipafriend_form ul li {
	float:left;
        margin:1px 0;
	}

#tipafriend_form label {
        float:left;
	width:220px;
	margin-right:20px;
	}
      
#tipafriend_form span {
        font-size:10px;
	}      
      
#tipafriend_form .tx-srfreecap-pi2-image {
        float:left;
        margin:0;
        width:200px;
        height:73px;
        margin:10px 0;
	}       
      
#tipafriend_form .klein {
        clear:both;
        float:left;
        color:#555;
        margin-left: 241px;
        width:220px;
	}       
      
#tipafriend_form .tx-srfreecap-pi2-cant-read {
        clear:both;
        float:left;
        color:#555;
        margin-left: 241px;
        width:190px;
        padding-bottom:10px;
	}      

#tipafriend_form input, #tipafriend_form textarea {
	font-family:Arial, Helvetica, sans-serif;
	float:left;
        font-size:12px;
	padding:2px;
	width:230px;	
	border:1px solid #999;	
	}
	
#tipafriend_form input.button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
        width:9em;
        color:#777;
	padding:1px;
	border:1px solid #999;
        background:#f1f1f1;
	}

#tipafriend_form .abstand {	
	margin-top:20px;
	}
	
#tipafriend_form .radio, #tipafriend_form .checkbox  {	
	width:auto;
	vertical-align:middle;
	#border:0;
	}     
        
/******************************************************/	
	
	
#footermenu {
	clear:both;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	line-height:1.4;
	}	
	
#footermenu li {
	float:left;
	padding:0 5px;
	border-right:1px solid #8a755f;
	}
	
#footermenu li.ohne_trennstrich {	
	border:none;
  }
		
/* ************** FOOTER ************** */	
	
#footer {
	clear:both;
	float:left;
	width:100%;
	color:white;
	font-size:11px;
	padding-bottom:300px;	
	}	
	
#footer ul {
	float:left;
	list-style:none;
	margin-left:10px;
	display:inline;
	}	

#footer ul li {
	display:inline;
	margin-right:12px;
	}
	
#footer ul li a {		
	color:#8a755f;
	text-decoration:none;
	}

#footer ul li a:hover {
	color:white;
	}

#footer p {
	float:right;
	font-weight:bold;
        }


/******** SAFARI AUSNAHMEN ********/


#nav ul li.activehead_root {
	padding:5px 7px;#
	}

#nav ul li a {
	padding:5px 7px;
	}

@media screen and (-webkit-min-device-pixel-ratio:0) {
   #nav ul li a {padding:5px 4px;}
}

.mac.gecko #nav ul li a {
        padding:5px 4px;
        }