/* Allgemeiner Bereich für Standard-Tag Definitionen */
/* Globaler Padding- und Margin-Reset*/
* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 0.8em;
	font-family: Arial, Helvetica, Sans-Serif;
}

h1 {
	font-size: 1.4em;	
	font-weight: 500;
	color: #900e30;
}
h2 {
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 15px;
	color: #900E30;
}

a:link, a:active, a:visited  {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img a {
	border: 0;
}
img {
	border: 0;
}
li {
	list-style-type:none;
}

.clear {
    clear: both;
}

/* Beginn der Seiteneinstellungen */

/* Beginn des Wrappers - Äußerstes DIV */

#wrapper {
	min-width: 952px;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
}

/* Ende des Wrappers */

/*-----------------------------------------------*/

/* Beginn der 1. von 4 großen DIV Boxen */

#banner-body {

}

.top-banner {
	width: 735px;
	height: 128px;
	float: left;
	background-image: url('../images/banner.gif');
	border-bottom: 1px solid #d0889a;
}

.top-banner .logo {
    margin-top: 26px;
    margin-left: 36px;
    display: block;
    width: 153px;
}

.top-right {
	float: left;
}
/* Div zum Verändern der Sprache */
.lang-switch {
	width: 217px;
	height: 32px;
	font-size: 0.8em;
	color: white;
	text-align: center;
	background-image: url('../images/banner2a.png');
}

.lang-switch a {
    color: #FFFFFF;
}


/* Darunter liegendes Bild */
.certi {
	width: 187px;
	height: 129px;
	background-image: url('../p/banner2b_acredis.png');
	border-bottom: 1px solid #d0889a;
  margin-top: -33px;
}


/* Ende der 1. von 4 großen DIV Boxen */

/*-----------------------------------------------*/

/* Beginn der 2. von 4 großen DIV Boxen */

#navi-body{
	width: 100%;
	height: 35px;
	padding-top: 1px;
}

.navi_top {
	width: 100%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #900e30;	
}
/* Formatierung der Links */


.navi_top ul {
    
}

.navi_top ul li {
    background-color: #900e30;	  
    border-right: 1px solid white;
	  float: left;
    width: 9.22em;
    text-align: center;
    position: relative;
}

.navi_top ul li a {
	color: white;
	display: block;
	padding: 7px 0 8px 0px;
    
}

.navi_top ul li a:hover, .navi_top ul li.active {
	background-color: #d39fac;
}

.navi_top ul li:hover > ul {
	display: block;
}




.navi_top ul li ul {
    position: absolute;
    left: 0px;
    width: 118px;
    display: none;
    border-top: 1px solid #FFFFFF;
}

.navi_top ul li ul li {    
	color: white;	
	font-size: 0.85em;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.navi_top ul li ul li a {
	color: white;
	text-align: left;	
    padding: 3px 0px 3px 0px;
    margin: 0px;
    border-bottom: 1px solid #FFFFFF;
    float: left;
    width: 118px;
    text-align: center;
    background-color: #900e30;
}

/* Ende der 2. von 4 großen DIV Boxen */

/*-----------------------------------------------*/

/* Beginn des Zwischen-DIV's zur Schriftgrößenskalierung */

#fontsize {
	width: 952px;
	text-align: center;
	color: gray;
	font-size: 0.75em;    
}

.font {
	margin-left: 840px;
	float: left;
    margin-top: 1px;
    margin-bottom: 1px;
}

.small {
	width: 15px;
	height: 15px;
	border: 1px solid #cecece;
	margin-left: 5px;
    margin-top: 1px;
    margin-bottom: 1px;
	float: left;
}

.normal {
	width: 15px;
	height: 15px;
	border: 1px solid #cecece;
	margin-left: 2px;
    margin-top: 1px;
    margin-bottom: 1px;
	float: left;
}

.large {
	width: 15px;
	height: 15px;
	border: 1px solid #cecece;
	margin-left: 2px;
    margin-top: 1px;
    margin-bottom: 1px;
	float: left;
}

#fontsize a {
  color: #898989;
}

/* Ende des Zwischen-DIV's */

/*-----------------------------------------------*/

/* Beginn der 3. von 4 großen DIV Boxen */

#content-body {    
    background-image: url(../images/bg_content.gif);
    background-repeat: repeat-y;
    border-top: 1px solid #d0889a;
    background-color: #f4e6ea;
}


/* Beginn der Formatierung der Navigation Links */



/*
#navi_left {
	width: 240px;
	float: left;
}

#navi_left ul {
	margin: 15px 25px 15px 22px;
}

#navi_left ul li {
    display: block;
    border: 1px solid #cccccc;
    margin: 0px 0px 20px 0px;
    background-color: #FFFFFF;
}

#navi_left ul li a {
	margin: 2px;
	color: white;
    background-color: #a41c3f;
    padding: 8px 8px 8px 20px;
    display: block;	
}



#navi_left ul li ul {
    margin: 0px 0px -1px 0px;
    padding: 0px;
    border-top: 1px solid #cccccc;
}

#navi_left ul li ul li {
	background-color: white;
	border-bottom: 1px solid #e7c3cc;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#navi_left ul li ul li a {
	color: #900e30;
    font-size: 80%;
    border: 0px;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 3px 3px 3px 23px;
}

#navi_left ul li ul li a:hover, #navi_left ul li.active ul li.active a {
	background-color: #e9cfd6;
}


#navi_left ul li:hover {
	background-color: #e9cfd6;
}
*/

























#navi_left {
	width: 240px;
	float: left;
}

#navi_left ul {
	margin: 15px 25px 15px 22px;
}

#navi_left ul li {
    display: block;
    border: 1px solid #cccccc;
    margin: 0px 0px 20px 0px;
    background-color: #FFFFFF;
}

#navi_left ul li a {
	margin: 2px;
	color: white;
    background-color: #a41c3f;
    padding: 8px 8px 8px 20px;
    display: block;	
}


#navi_left ul li a:hover, #navi_left ul li.active a {
	background-color: #e9cfd6;
}


#navi_left ul li ul {
    margin: 0px 0px -1px 0px;
    padding: 0px;
    background-color: white;
}

#navi_left ul li ul li {
    background-color: #FFFFFF;
    border-bottom: 1px solid #e7c3cc;
    border-left: 0px;
    border-right: 0px;
    margin: 0px 0px -1px 0px;
    padding: 0px;
}

#navi_left ul li ul li a {
    color: #900e30;
    font-size: 80%;
    border: 0px;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 3px 3px 3px 23px;
}

#navi_left ul li.active ul li a {
	background-color: #FFFFFF;
}

#navi_left ul li ul li a:hover, #navi_left ul li.active ul li.active a {
	background-color: #e9cfd6;
}

















/* Ende der Formatierung der Navigation Links */

/* Anfang der Formatierung für den Content */
/* Äußeres Div */
#content_bg {
	width: 474px;
	float: left;
}


/* Content-Div */
#content {
	width: 414px;
	margin: 30px;
  font-size: 1em;
}


#content h1 {
    margin-top: 0px;
    margin-bottom: 10px;
	  /* text-decoration: underline; */
}

#content .image {
    float: left;
    margin-bottom: 15px;
}

#content .text {
	line-height: 1.6em;
    font-size: 1em;
}

#content #faqWrapper {
    position: relative;
}

#content #faq {
    position: absolute;
    border: 1px solid #900e30;
    background-color: #FFFFFF;
    overflow: auto;
    padding: 10px 20px 20px 20px;
    width: 400px;
    height: 400px;
    top: -90px;
    left: 150px;
    display: none;
}

#content a {
	color: #900e30;
	text-decoration: none;
}

#content ul {
margin: 0px 0px 0px 15px;
padding: 0px;
}

#content ul li {
list-style: disc;
margin-bottom: 5px;
}



/*----------------------Rechtes Div-------------------------*/
#right_box {
	width: 238px;
	float: left;
}
/* Suchfeld */
.search {
	margin: 10px 0 0 20px;	
	width: 190px;    
}

.search_button {
	margin-left: 10px;
	color: white;
	border: 0px;
	background-color: #900e30;
	font-size: 0.8em;
	width: 50px;
  padding: 0px;    
}

.search_fld {
	font-size: 10px;    
    float: left;
}
/* Telefon formatierung */
.phone {
	width: 215px;
	margin: 20px 0 15px 20px;
	padding-top: 5px;
	padding-bottom: 7px;
	background-image: url('../images/phone.png');
	background-repeat: no-repeat;
	color: #900e30;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.phone a  {
  color: #900e30;
}

/* News formatierung */
.news {
	width: 215px;
	margin-left: 20px;
	font-size: 0.8em;
	color: #666666;
    margin-bottom: 15px;
}

.news a {
	color: #900e30;
}
/* Bildformatierung */
.pair {
    margin-top: 10px;
	margin-left: 20px;
}
/*-----------------------------------------------*/
/* Ende der 3. von 4 großen DIV Boxen */

/*-----------------------------------------------*/

/* Beginn der 4. von 4 großen DIV Boxen */

#footerWrapper {
	width: 100%;
	background-image: url('../images/bg_footer.gif');
    padding-top: 1px;
    background-repeat: repeat-x;
    padding-bottom: 150px;
    float: left;
}

.footer {
    width: 952px;
    background-image: url('../images/footer_bg.png');
    background-repeat: no-repeat;
    height: 67px;
    margin-top: 3px;
}

/* Navigation unten */

.navi_bottom {    
    padding-top: 5px;
	font-size: 10px;
	color: white;
    padding-left: 370px;
}


.navi_bottom li {
	color: white;
    display: block;
    float: left;
    border-right: 1px solid #FFFFFF;
}

.navi_bottom li a {
	color: white;
    display: block;
    padding: 0px 5px 0px 5px;
}

.navi_cities {    
    padding-top: 5px;
	font-size: 10px;
	color: #f4e6ea;
	text-align: center;
}


.navi_cities li {
	color: #f4e6ea;
    display: block;
    float: left;
    border-right: 1px solid #f4e6ea;
}

.navi_cities li a {
	color: #f4e6ea;
    display: block;
    padding: 0px 5px 0px 5px;
}

.navi_cities a {
	color: #f4e6ea;
    padding: 0px 5px 0px 5px;
}



/* Ende der 4. von 4 großen DIV Boxen */

/* Div zum Verlängern der Seite nach unten */


/* Ende der Seiteneinstellungen */




#callBackForm {
    width: 400px;
    height: 425px;
    position: absolute;
    border: 1px solid #a41c3f;
    top: 200px;
    margin-left: -152px;
    display: none;
}

.callFormIframe {
    width: 400px;
    height: 425px;
    border: 0px;
}

.breadcrump {
  margin: 15px 30px -10px 30px;  
}

.breadcrump a {
  color: #a41c3f;
  font-size: 11px;
}

