* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

img{
	border:none;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	background-color: #005AAA;
}

#top1 {
    background-color: #005AAA;
    height: 60px;
    font-size: 11px;
}

#top2 {
    background-color: #CC2D22;
    height: 20px;
}

#bottom1 {
    background-color: #CC2D22;
    height: 20px;
	clear: both;
}

#bottom2 {
    background-color: #005AAA;
    height: 100px;
}

#top1 div, #top2 div, #bottom1 div {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}



.top2-datum {
    color: #FFFFFF;
    font-size: 11px;
    line-height: 20px;
    text-align: right;
}

#top1 a {
    border-left: 1px solid #FFFFFF;
    padding-left: 20px;
    padding-top: 10px;
    display: block;
    float: left;
    margin-right: 30px;
    color: #FFFFFF;
    background-repeat: no-repeat;
}

#top1 a.home {
    background-image: url(/img/icon_home.gif);
}

#top1 a.mail {
    background-image: url(/img/icon_mail.gif);
}

#top1 a.imprint {
    background-image: url(/img/icon_imprint.gif);
}

#content-outer{
	background-color: #FFFFFF;
	padding-top: 20px;
    padding-bottom: 40px;
}

#content {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    
	background-color: #FFFFFF;
}

a.arrow{
	padding-left: 15px;
	background-image: url(/img/arrow_link.gif);
	background-repeat: no-repeat;
}

/*
 * Main Menu
 * 
 * 
 * 
 */



#left {
    width: 220px;
    float: left;
}

#main-menu{
	list-style-type: none;
	margin-bottom: 20px;
}

#main-menu li{
	
	border-bottom: 1px solid #005AAA;
}

#main-menu li a{
	line-height: 30px;
	display: block;
	background-image: url(/img/arrow.gif);
	background-position: 10px 11px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	padding-left: 24px;
	color: #005AAA;
	border: none;
}
#main-menu li a:hover, #main-menu li.active, #main-menu li a.active{
	background-color: #F6F8FA;
	color: #CC2D22;
}

#main-menu-level2{
	list-style-type: none;
	margin-bottom: 5px;
	
}

#main-menu-level2 li{	
	border: none;
	margin: 0px;
	padding: 0px;
	height: 18px;	
}

#main-menu-level2 li a{
	border: none;
	line-height: 18px;
	font-size: 11px;
	display: block;
	background-image: url(/img/arrow.gif);
	background-position: 26px 5px;
	background-repeat: no-repeat;
	padding: 0px;
	padding-left: 40px;
	color: #005AAA;
	font-size: 11px;
	margin: 0px;
	
}

#main-menu-level2 li a:hover, #main-menu-level2 li a.active{
	background-color: #F6F8FA;
	color: #CC2D22;
	font-size: 11px;
	border: none;
}



#logo{
	height: 90px;
	display: block;
	padding: 0px;
	border-bottom: 1px solid #005AAA;
}

#main {
    width: 660px;
	float: left;
	margin-left: 20px;
}


/*
 * 
 * Universelle Seitenformatierungen
 * 
 */



h2.box{
	line-height: 30px;
	font-size: 16px;
	border-left: 10px solid #005AAA;
	padding-left: 5px;
	background-color: #CC2D22;
	color: #FFFFFF;
}
.inner{
	padding: 5px;
}

.inner2{
	padding: 8px;
	padding-top: 20px;
}

.inner2 ul{
	margin-left: 20px;
	margin-bottom: 20px;
}



#left-200{
	margin-top: 20px;
	float: left;
	width: 200px;
	background-color: #E3EBF3;	
}

#right-440{
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	width: 440px;
	background-color: #E3EBF3;	
}

.framed{
	border: 1px solid  #CC2D22;
}

.clear{
	clear: both;
}


.flash-error {
	background-color: #DD0000;
	color: #FFFFFF;
	font-size: 11px;
	margin-bottom: 30px;
	padding-left: 2px;
}

.flash-correct {
	background-color: #33CC99;
	color: #FFFFFF;
	font-size: 11px;
	margin-bottom: 30px;
	padding-left: 2px;
}

.flash-warning {
	background-color: #FFCC00;
	color: #000000;
	margin-bottom: 30px;
	padding-left: 2px;
}

/*
 * 
 * 
 * Startpage
 * 
 */

#start-banner {
    background-position: 0px 0px;
	background-repeat: no-repeat;
	position: relative;
	width: 660px;
	height: 280px;
}

#start-banner a{
	display: table-cell;
	vertical-align: text-bottom;
	position: absolute;
	overflow: hidden;
	color: #777799;
}

#start-banner a span{
	display: block;
	padding: 8px;	
	position: absolute;
	bottom: 0px;
	text-align: right;
}

#start-banner a span em{
	color: #777799;
	font-size: 11px;
	font-style: normal;
}

#start-link-main{
	top: 0px;
	left: 0px;
	width: 460px;
	height: 280px;
	
}

#start-link-1{
	top: 0px;
	left: 460px;
	width: 180px;
	height: 93px;
	border-right: 20px solid #CC2D22;
	color: #333366;
}

#start-link-2{
	top: 94px;
	left: 460px;
	width: 180px;
	height: 93px;
	border-right: 20px solid #6A89B6;
}

#start-link-3{
	top: 188px;
	left: 460px;
	width: 180px;
	height: 92px;
	border-right: 20px solid #6A89B6;
}

#start-infotext{
	margin-top: 20px;
	float: left;
	width: 320px;
	height: 340px;
	background-color: #E3EBF3;	
}

#start-standorte{
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	width: 320px;
	height: 340px;
	background-color: #E3EBF3;	
}


/*
 * 
 * Ansprechpartner
 */

.cont-box{
	background-color: #F3F4F6;
	width: 290px;
	height: 110px;
	border: 5px solid #F3F4F6;
	float: left;
	margin-right: 23px;
	margin-bottom: 23px;
}

.cont-boxr{
	background-color: #F3F4F6;
	width: 290px;
	height: 110px;
	border: 5px solid #F3F4F6;
	float: left;
	margin-bottom: 23px;
}

.cont-box img, .cont-boxr img{
	width: 83px;
	height: 110px;
	float: left;
	margin-right: 5px;
}

.cont-box .small, .cont-boxr .small{
	font-size: 11px;
	margin: 0px;
}




/* 
 * 
 * 
 * Standorte
 */


div.partner{
	background-color: #F3F4F6;
	height: 60px;
	background-image: url(/img/logo_icon.gif);
	background-position: 4px 6px;
	background-repeat: no-repeat;
	padding-left: 80px;
	padding-top: 5px;
	margin-bottom: 10px;
}

div.partner .left{
	float: left;
	width: 320px;

}

div.partner .right{
	color: #666666;
	font-size: 11px;
	float: left;
	width: 140px;

}

div.partner .right2{
	color: #666666;
	font-size: 16px;
	float: left;
	width: 90px;
	font-weight: bold;

}

span.small{
	color: #666666;
	font-size: 11px;
}







/*
 * 
 * Sortiment
 * 
 * 
 */
ul#sortiment{
	list-style-type: none;
	padding-left: 0px;
}
ul#sortiment li{
	margin-left: 0px;
	
	width: 180px;
	padding: 6px;
	float: left;
	border: 1px solid #E3EBF3;
	background-color: #F3F4F6;
	font-size: 11px;
	margin-bottom: 10px;
	margin-right: 10px;
	
}




/*
 * 
 * Formular
 * 
 * 
 */

div.form-box{
	margin-bottom: 12px;
}
div.form-box label{
	display: block;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input.form-text{
	width: 300px;
	border: 1px solid #999999;
	height: 18px;
}


.form-textarea{
	width: 300px;
	border: 1px solid #999999;
	height: 80px;
}

.error-message{
	color: #DD0000;
	font-size: 11px;
}


/* 
 * 
 * 
 * News
 */


div.news{
	background-color: #F3F4F6;
	background-image: url(/img/logo_icon.gif);
	background-position: 4px 6px;
	background-repeat: no-repeat;
	padding-left: 80px;
	padding-top: 5px;
	margin-bottom: 10px;
}

div.news a{
	color: #000000;
}




/*
 * ******************************
 * Angebote
 * ******************************
 * */

div.angebot{
	width: 190px;
	height: 300px;
	float: left;
	border: 1px solid #9999CC;
	margin: 10px;
	background-color: #F6F8FA;;
}

div.angebot .angebot-image{
	margin-top: 5px;
	text-align: center;
	height:135px;
}

div.angebot h4{
	background-color: #E8F2FD;
	margin: 5px;
	font-size: 12px;
	padding: 3px;
	line-height: 15px;
	height: 45px;
}

div.angebot .angebot-descr{
	font-size: 11px;
	color: #666666;
	padding: 5px;
	line-height: 14px;
	height: 70px;	
	overflow:hidden;
}

.angebot-preis{
	display: block;
	text-align: left;
	color:#33BB33;
}

.angebot-preis-alt{
	color:#DD0000;
	text-decoration: line-through;
	font-size: 11px;
	font-weight: normal;
}







/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */
html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%
}

#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;
}

#TB_overlay {
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    background-color: #000;
}

#TB_window {
    position: absolute;
    background: #ffffff;
    z-index: 102;
    color: #000000;
    border: 4px solid #525252;
    text-align: left;
}

#TB_window img {
    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 10px 25px;
    float: left;
}

#TB_closeWindow {
    height: 25px;
    padding: 11px 25px 10px 0;
    float: right;
}

#TB_closeAjaxWindow {
    padding: 5px 10px 7px 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 p {
    padding: 5px 0px 5px 0px;
}

#TB_load {
    position: absolute;
    display: none;
    height: 100px;
    width: 100px;
    z-index: 101;
}

#TB_HideSelect {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
}

#TB_iframeContent {
    clear: both;
    border: none;
    margin-bottom: -1px;
    margin-top: 1px;
}

/* IE6 */ * html #TB_iframeContent {
    margin-bottom: 1px;
}