/* CSS Document */
body{
	background-image:url(../img/bg_slice.gif);
	background-repeat:repeat-x;
	background-color: #F9F9FA;
}

.all{
	margin: 28px auto 26px auto;
	position: relative;
}

#topmenu{
	position: absolute;
	top: -10px;
	left: 0px;
	z-index: 20;
}

.all,
.head, .upper_navi, .head2,
.navi,
.main,
.startseite .all_content,
.footer{
	width: 847px;
}

.head{
	margin-top:26px;
}

.head2{
	height:93px;
	overflow:hidden;
}

.navi{
	height: 30px;
}

.select{
	float: right;
	margin-top: 4px;
	margin-right: 30px;
}
* html .select{
	margin-right: 15px;
}
.select select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 150px;
}

.main{
	/* background-image:url(../img/main_bg_slice.gif); */
	background-repeat:repeat-y;
	position: relative;
}
* html .main{
	margin-top: -16px;
}

.left{
	width: 276px;
	float:left;
}

.submenu
, .submenu .submenu_footer
{
	width: 276px;
	overflow:hidden;
}
.submenu .submenu_footer{
	height: 360px;
	_height: 360px;
	position:relative;
}

.submenu .submenu_footer .submenu_footer_pic{
	display:inline;
	width: 210px;
	height: 60px;
	position: absolute;
	top: 30px;
	left: 30px;
}


.right{
	width: 571px;
	float:left;
	background-image:url(../img/right_bg_slice.gif);
	background-repeat:repeat-y;
	overflow:hidden;
}
.content{
	width: 478px;
	margin-left: 60px;
	margin-right: 28px;
	margin-bottom: 120px;
	min-height: 300px;
	_height: 300px;
}
.top_home_print{
	border-top: 1px solid #E5E5E5;
	height: 100px;
	/*position: absolute;
	right: 23px;
	bottom: 0;*/
}
.top_home_print div.link-group{
	margin-left: 438px;
	margin-top: 26px;
	margin-bottom: 26px;
}
.top_home_print div.back-link{
	float:left;
	margin-left: 60px;
	margin-top: 26px;
}
* html .top_home_print div.back-link{
	margin-left: 30px;
}
.footer{
	height: 19px;
	overflow:hidden;
}
.de .footer{
	background-image:url(../img/footer_de.gif);
}
.en .footer{
	background-image:url(../img/footer_en.gif);
}

/****** Startseite *************/

.startseite .main{
	background-image: none;
	background-color: #fff;
	padding-top: 30px;
}

.startseite .all_content{
	width: 836px;
	margin: 0 6px;
}
.startseite .flash{
	width: 836px;
	height: 240px;
	background-image:url(../img/startbild.jpg);
	overflow:hidden;
}

.startseite .leftcolumn
,.startseite .rightcolumn{
	float:left;
	min-height: 0;
	_height: 0;

	margin-top: 30px;
	margin-bottom: 20px;
}

.startseite .leftcolumn{
	width: 240px;

}

.startseite .rightcolumn{
	width: 536px;
	margin: 0;
	margin-left: 60px;
}


/***** Haendlersuche *******/

.content .plz-suche,
.content .plz-suche-ergs{
	margin: 1em 0;
}

.content .plz-suche .red{
	color:#B90437;
}

.content .plz-suche FORM DIV{
	margin: 0.5em 0;
}
.content .plz-suche FORM LABEL{
	margin-right: 10px;
}
.content .plz-suche FORM .plz{
	width: 60px;
}
.content .plz-suche FORM .submit{
	position: relative;
	top: 10px;
}

.content .plz-suche-ergs div.contact{
	margin: 2em 0;
}

.content FORM.wai {	
	margin: 1em 0;
}
.content FORM .anrede{
	width: 5em;
}
.content p.confirmation{
	margin: 1em 0;
	font-size: 18px;
	/*color: #DFE8E6;*/
}

.content .sprungmenu{
    margin: 1.5em 0;
}


/*Plugins*/
#formularsubmit{
    border: none;
    background-color: none;
    color: #B90436;
    position: relative;
    top: -16px;
}
FORM H3{
    margin-top: 13px;
    margin-bottom: 1px;
}


