/*
	CSS Layoutfile for http://www.hahnel-automobile.de
	
	File:			layout.css
	Developer:	Sven Meinhardt
	email:		sven.meinhardt@gmx.de

*/


/* Basic Styles
===============================================*/


body{
	color: #000;
	font: 100.01% Arial, Helvetica, sans-serif; 
	padding: 2px 0; 
	background: #E4E4E4;
}

* {
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-size: 1em; 
	font-weight: normal;
}

p.rightbox p{
	margin: 0;
	padding: 0;
}



/* Layout Styles
===============================================*/

#wrapper{
	width: 950px;
	margin: 0 auto;
	background: #fff;
}

#bodyheader{
	height: 70px;
}

#bodyheadbar{
}


#contentwrapper{
	float: left;
	width: 100%;
}

#bodycontent{
	margin: 0 190px 0 190px;
	padding: 5px;
	padding-bottom: 60px;
	background: #fff;
	line-height: 1.2em;
}

#bodycontentleftonly{
	margin: 0 0 0 190px;
	background: #fff;
	font-size: .8em;
	line-height: 1.3em;
}

#bodyleftcol{
	float: left;
	width: 190px;
	padding-top: 5px;
	margin-left: -950px; /*Set margin to that of -(MainContainerWidth)*/
	background: #fff url(../img/left_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	min-height: 530px;
}

.leftcolstyle{
	background: url(../img/bg_navi.jpg);
	margin-left: 15px;
	padding-left: 15px;
	padding-bottom: 50px
}

#bodyrightcol{
	float: left;
	width: 190px;
	margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
	background-color: #F5F5F5;
	margin-top: 5px;
}

#bodyfooter{
	clear: left;
	width: 100%;
	background: #f1f1f1;
	color: #FFF;
	text-align: center;
	border-top: 1px solid #ccc;
}

h1{
	font: bold 1em Arial, Helvetica, sans-serif;
}

h3{
	font-size: .9em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 0 -5px 10px;
	font-weight: bold;
	color: #335177;
}

h4{
	font-size: .8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 0 -5px 10px;
	font-weight: bold;
	color: #555;
}

input, textarea, select{
	border: 1px solid #9AA7B4;
	background: #F6F6F6;
	font-size: .8em;
}

address{
	font-style: normal;
	padding: 5px 10px;
	font-size: .8em;
}

strong{
	font-weight: bold;
	color: #555;
}

#mainimage{
	margin: 0 0 10px 0;
}

#bodycontent p{
	font-size: .8em;
	padding: 10px;
}

td{
	font-size: .8em;
}

/* Menu/Navigation Style
===============================================*/

#menu{
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
}

#bodyleftcol dl {
}

#bodyleftcol dt {
	font-size: .8em;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #fff;
	background: #676767;
	padding: 1px 6px 1px 0;
	margin: 0;
	text-align: right;
}

#bodyleftcol dd {
	color: #333;
	font-size: .7em;
	border-bottom: 1px solid #fff;
	background: #F6F6F6;
}

#menu a, #menu a:visited {
	display: block;
	color: #333;
	text-decoration: none;
	background: #F6F6F6;
	width: 160px;
	text-align: right;	
	padding: 2px 0;
}

#menu a:hover {
	background: #E4E4E4;
	color: #000;
}

#bodyleftcol .contact{
	font-weight: normal;
	font-size: 0.7em;
	text-align: right;
	color: #000;
	width: 160px;
	padding: 15px 0 35px 0;
	background: #f6f6f6;
}

#bodyleftcol .contact a{
	color: #333;
	text-decoration: none;
}

#bodyleftcol .contact a:hover{
	color: #333;
	text-decoration: underline;
}

#dropmenudiv{
	position:absolute;
	background: #F5F5F5;
	border-bottom-width: 0;
	font: normal .7em Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
	border: 1px solid #ccc;
}

#dropmenudiv a{
	width: 140px;
	display: block;
	text-indent: 3px;
	padding: 1px 4px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #333;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #fff;
	color: #000;
	border-bottom: 1px solid #ccc;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
	list-style-type: square;
	width: 135px;
}



/* Right Col/Box
===============================================*/
#bodyrightcol h2{
	background: #676767;
	font-weight: bold;
	font-size: .8em;
	text-align: right;
	color: #fff;
	padding: 0 10px 1px 0;
}

h1.angebote{
	background: #676767;
	font-weight: bold;
	font-size: .8em;
	text-align: right;
	color: #fff;
	padding: 0 10px 1px 0;
	margin: 0;
}

#bodyrightcol p{
	margin: 0;
	padding: 0;
	font-size: .8em;
}

#bodyrightcol img{
	border: none;
	margin: 0;
	padding: 0;
	float: left;
}

/* Format Newsticker
===============================================*/

#ticker{
	width: 186px;
	height: 210px;
	padding: 0 2px;
	background-color: #f1f1f1;
}

#ticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	background-color: #f1f1f1;
}

.message{
	font: normal normal .9em Arial, Helvetica, sans-serif;
}

.message h1{
	font: normal bold .9em Arial, Helvetica, sans-serif;
	padding: 2px 0;
}

.message a{
	text-decoration: none;
	color: #333;
}

.message img{
	border: 1px solid #ccc;
	float: left;
	margin: 2px 3px 2px 0;
}

.strong{
	font-weight: bold;
}

/* Kontakt Styles
===============================================*/

#contact{
	margin: 15px 0 25px 0;
}

div.formfield{
	clear: left;
	margin: 8px 0 0 15px;
}

#contact label{
	float: left;
	display: block;
	margin: 0;
	padding: 0 0 0 0;
	width: 95px;
	font-size: .8em;
}

.red{
	color: #FF0000;
}


/* sonst Styles
===============================================*/

#bodycontent a{
	color: #333;
}

h1.headline{
	position: absolute;
	margin: 0;
	padding: 25px 0 0 10px;
	border: none;
	background: transparent;
	color: #000033;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

a.reparaturpakete{
	display: block;
	margin: 0;
	padding: 0 0 0 30px;
	color: #333333;
}

span.listing{
	padding-left: 25px;
	background-image: url(../img/listing_dot.gif);
	background-repeat:no-repeat;
	background-position:top left;	
}

.imgtwopx{
	border: 1px solid #ccc;
	padding: 2px;
}


.listitem {
	margin: 5px auto;
	border-top:1px solid #333;
	border-left:none;
	border-bottom:1px solid #333;
	border-right:none;
	width: 555px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.listitemdiv{
	margin:5px auto;
	border-top:1px solid #333;
	border-left:none;
	border-bottom:1px solid #333;
	border-right:none;
	width: 550px;	
}

.listitemcontent{
	width: 450px;
	float: left;
}

h5.listitemh5{
	margin: 0;
	font-weight: bold;
	background: #EBEBEB;
	color: #333;
	padding-left: 3px;
	font-size: .8em;
}

.listitemcontent p{
	margin: 0;
}

.listpreis{
	font-weight: bold;
	color: #676767;
}

.listitemimg{
	width: 100px;
	float: left;
	text-align: right;
}

.tablelistdet{
	border: 1px solid #ccc;
	width: 540px;
	margin: auto;
}

.tablelistdet h1{
	font-weight: bold;
	background: #EBEBEB;
	padding-left: 3px;
}

.tdlist{
	padding: 5px;
}

.small {
	color:#333;
	font-size: .75em;
}

#service{
	padding: 0;
	margin: 0 0 0 30px;
	font-size: .8em;
}

.clear{
	line-height: 0px;
	clear: both;
	margin: 0;
	padding: 0;
}

a.newwindow, a.selfwindow{
	padding: 0 0 0 30px;
	background-image: url(../img/new_window.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	line-height: 20px;
}

a.selfwindow{
	padding: 0 0 0 25px;
	background-image: url(../img/self_window.gif);
	background-position: 5px 5px;
}

a.newwindow:hover,  a.selfwindow:hover{
	text-decoration: none;
}

.spacer{
	line-height: .5em;
}

img.skizze{
	border: 1px solid #ccc;
	margin-left: 10px;
}

.imgunternehmen{
	float: left;
	margin: 5px 5px 5px 0;
}

.divimgunternehmen{
	float: left;	
	margin: 5px 5px 5px 10px;
}

/* team boxes
===============================================*/

#teambox{
	margin: 15px;	
}

#teambox div{
	width: 170px;
	float: left;
	padding: 0 0 20px 5px;
	font-size: .8em;
}

.teambox span{
	white-space: nowrap;
}


/* open divs
===============================================*/
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#000;
	font-size:0.9em;
	background: #fff;
	width:430px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:35px;
	background-image: url(../img/open.gif);
	background-repeat:no-repeat;
	background-position: 8px 3px;
	line-height: 2.2em;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}

.dhtmlgoodies_question a{
	display: block;
	color: #333;
	text-decoration: none;
}

.dhtmlgoodies_question a:hover{
	text-decoration: underline;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border: 1px solid #ccc;
	padding: 3px;
	line-height: 1.3em;
	background-color: #F6F6F6;
	width: 500px;
	margin-left: 20px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}

.dhtmlgoodies_answer ul{
	padding: 0 0 0 20px;
	margin: 5px 0;
}

.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}

/* open divs
===============================================*/

#opendivs_container{
	margin-bottom: 20px;
}

#opendivs_container p{
	font-size: 1em;
	padding: 3px 0;
	margin: 0;
}

#opendivs_container ul{
	list-style-type: disc;
	margin: 0 0 0 20px;
	color: #333;
}

#opendivs_container li{
	list-style-type: disc;
	font-size: 1em;
}

div.opendivs{
	background: transparent;
	margin: 8px 0;
	/* End layout CSS */
	overflow:hidden;
}


div.opendivs_content{
	border: 1px solid #ccc;
	background-color: #F6F6F6;
	margin-bottom: 3px;
	padding: 8px;
	width: 540px;
	font-size: .8em;
}

div.opendivs a{
	display: block;
	color: #333;
	background-image: url(../img/open.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	padding: 2px 0 0 25px;
	text-decoration: none;
	font-size: .8em;
}

div.opendivs a:hover{
	text-decoration: underline;
}


div.opendivs_content span.listing{
	padding-left: 22px;
	background-image: url(../img/listing_dot.gif);
	background-repeat:no-repeat;
	background-position: 3px 2px;	
}