/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}
body
{
	text-align: left;
	background-color: #f5f5f5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

table {width:100%;}


h1, h2, h3, h4, h5, h6 {color:#444444;}
/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 { margin-top:1em; font-size: 1.4em; font-weight: bold;}
h2 { margin-top:0.7em;	font-size: 1.2em;	font-weight: bold;}
h3 { margin: 0.5em 0; font-size: 1em;	font-weight: bold;}
h4 { margin: 0.5em 0; font-size: 1.1em;	font-weight: bold; }

p  {margin: 0.8em 0;}

a {text-decoration:underline; color:#004ec4;}

a:hover {text-decoration:none;}

#wrapper{
	width:1024px;
	margin:0 auto;
	padding-bottom:3px;
	border:1px solid #FFFFFF;	
	text-align:left;
	background-color:White;
}

* html .wrapper 
{   /*** IE5.x/win box model fix ***/
	width: 1024px;
	wid\th: 1024px;
}

#header{
	height:120px; 
	position:relative;
	background-image:url(Images/header_bg.jpg);
	background-repeat:repeat-y;
}

#logo{
	position:absolute;
	top:11px;
	left:60px;
}

#mercedesBenzText
{
	font-size:0.9em;
	position:absolute;
	top:30px;
	left:590px;
	text-align:left;
}

#mercedesBenzTextTitel {font-weight:bold;}

#mercedesBenzLogo
{
	position:absolute;
	top:11px;
	right:40px;
	text-align:right;
}

#selectLanguage
{
	position: absolute;
	bottom: 5px;
	left:590px;
	right: 30px;
	text-align:left;
	font-size: 0.8em;
	font-weight: bold;
	word-spacing: 0.7em;
}

#selectLanguage a {	color:Black; text-decoration:none; }

#typeselect
{
	background-image:url('Images/typeselect_bg.jpg');
	background-repeat:repeat-x;
	padding:7px 0px 0px 10px;
	height:39px;
	word-spacing: 1.4em;
}

#typeselect select
{
	margin: 7px 30px 0px 0px;
	word-spacing: normal;
}

#typeselect .TypeSzmClass
{
	background-image:url(Images/symbol_szm_blau.jpg);
	background-repeat:no-repeat;
}
#typeselect .TypeSzmClass:hover
{
	background-image:url(Images/symbol_szm_gelb.jpg);
	background-repeat:no-repeat;
}
#typeselect .TypePritscheClass
{
	background-image:url(Images/symbol_pritsche_blau.jpg);
	background-repeat:no-repeat;
}
#typeselect .TypePritscheClass:hover
{
	background-image:url(Images/symbol_pritsche_gelb.jpg);
	background-repeat:no-repeat;
}
#typeselect .TypeKipperClass
{
	background-image:url(Images/symbol_kipper_blau.jpg);
	background-repeat:no-repeat;
}
#typeselect .TypeKipperClass:hover
{
	background-image:url(Images/symbol_kipper_gelb.jpg);
	background-repeat:no-repeat;
}
#typeselect .TypeKranClass
{
	background-image:url(Images/symbol_kran_blau.jpg);
	background-repeat:no-repeat;
}
#typeselect .TypeKranClass:hover
{
	background-image:url(Images/symbol_kran_gelb.jpg);
	background-repeat:no-repeat;
}
#typeselect .TypeAnhaengerClass
{
	background-image:url(Images/symbol_anhaenger_blau.jpg);
	background-repeat:no-repeat;
}
#typeselect .TypeAnhaengerClass:hover
{
	background-image:url(Images/symbol_anhaenger_gelb.jpg);
	background-repeat:no-repeat;
}
#typeselect .TypeAufliegerClass
{
	background-image:url(Images/symbol_auflieger_blau.jpg);
	background-repeat:no-repeat;
}
#typeselect .TypeAufliegerClass:hover
{
	background-image:url(Images/symbol_auflieger_gelb.jpg);
	background-repeat:no-repeat;
}
#typeselect .TypeTrapoClass
{
	background-image:url(Images/symbol_trapo_blau.jpg);
	background-repeat:no-repeat;
}
#typeselect .TypeTrapoClass:hover
{
	background-image:url(Images/symbol_trapo_gelb.jpg);
	background-repeat:no-repeat;
}
#typeselect .TypeErsatzteileClass
{
	background-image:url(Images/symbol_ersatzteile_blau.jpg);
	background-repeat:no-repeat;
}
#typeselect .TypeErsatzteileClass:hover
{
	background-image:url(Images/symbol_ersatzteile_gelb.jpg);
	background-repeat:no-repeat;
}

#contentwrapper{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	margin: 0px;    /*** Critical left col dimension value ***/
	width: 1024px; /*468px;*/   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	/*** Critical left divider dimension value ***/
	background-image:url('Images/MenuContent_bg.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

* html #contentwrapper {  /*** IE5.x/win box model fix ***/
	width: 1024px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	wid\th: 1024px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}
#floatwrapper {
	float: left;
	width: 1024px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-right: -1px;   /*** Static fix ***/
}

#copy{
	float: right;
	margin-right: 0px;
	margin-top:15px;
	width: 864px;  
    border-color:#666666;
	border-width:3px 1px 0px 0px;
	border-style:solid;
	background-color:White;
}

#copy .container 
{
	position:relative;
	margin:5px 5px 5px 10px;
	padding:0 20px 10px 20px;
	border:1px solid #999999;
	background-color:#FFFFFF;
}

#copy .containerPic{
	position:relative;
	margin:5px 5px 5px 10px;
	padding:0px;
	border:1px solid #999999;
}

#copy .SwitchBackground
{
	background-color: #EAECF1;
}

/* \*/
* html #copy .container {height:1%;}
/* */

/*#copy img, #rightcolumn img {border:1px solid #ffff00 !important;}*/
#companyPic img { border:0px none #ffff00;}

#angebote { height:300px; }

#angebote .angebot{
	position:absolute;
	top:55px;
	width:155px;
	height:240px;
	border:1px solid #999999;
	padding:5px 15px 5px 10px;
}

#angebot1{left:15px;}
#angebot2{right:220px;}
#angebot3{left:220px;}
#angebot4{right:15px;}

#copy .teaser{
	margin-top:0;
	color:#777777; 
	font-size:0.9em; 
	font-weight:normal;
}

#copy td, #copy th {padding: 0.2em 0.5em;}

#copy .container table tr {font-size:0.9em;}

.txtBox {border:1px solid #666666;}

#copy fieldset {	
	margin:1em 0;
	padding:1em;
	border:1px solid #CCCCCC;
}

#copy legend {
	color:#666666;
	background-color:#FFFFFF;
}

* html #copy legend {padding:0.5em;}

.button {
    border:1px solid #FFFFFF;
    /*color:#FFFFFF;*/
    /*background-color:#004ec4;*/
    font-size:1em;
    width:120px;
}

#copy .container .button {border-color:#CCCCCC;}

div.readmore {
	text-align:right;
	font-size:0.8em;
}

#leftcolumn {
	position: relative; 
	width: 159px;
	margin-top: 16px;
    border-color:#666666;
	border-width:2px 0px 0px 0px;
	border-style:solid;
}

/* IE 5.x & 6.0 Hack */
* html #leftcolumn 
{
	position: relative; 
	width: 156px;
	margin-top: 15px;
    border-color:#666666;
	border-width:2px 0px 0px 0px;
	border-style:solid;
} 

#nav {
	overflow:hidden;
	margin-bottom:40px;
	font-size:0.8em;
}

 html* #nav tr {height:1.4em;}

#nav .item
{
	height: 24px;
	padding: 0px 15px;
	text-align: right;
	text-transform: uppercase;
	border-top: 1px solid #FFFFFF;
	background-color: White;
	background-image: url(Images/nav_bg.png);
	background-repeat: no-repeat;
	color:Black;
}

html* #nav .item {padding:0 30px;}/* IE 7.0 Hack */
* html #nav .item {padding:0 30px;}/* IE 6.0 Hack */

#nav .selected
{
	background-image: url(Images/nav_bg_sel.png);
	background-repeat: no-repeat;
	background-color: #ffff0d;
}

#nav .hover
{
	background-image:url(Images/nav_bg_sel.png);
	background-repeat:no-repeat;
}

#nav table table {border-bottom:none;}

h4 img {margin-bottom:-0.5em;}

#address{
	margin:210px -3px 20px 6px;
	padding:0px;
	font-size:0.85em;
}
/* \*/
* html #address {height:1%;}
/* */

#address .text1{font-weight:bold;}

#footer {
	clear:both;
	margin:1px 5px;
	padding:2px 20px;
	border:1px solid #999999;
	background-color:#FFFFFF;
	font-size:0.9em;
}
#footer a {
	margin:1px 5px;
	color:#004ec4;
}

/********** Styles of AngebotSuche.ascx **********/

#angebotsuche
{
	background-color:#333399;
	font-size: 0.9em;
	font-weight: bold;
	color:White;
}

#angebotsuche h2 
{ 
	color:White; 
	margin-left:10px; 
	margin-bottom:5px
}

#angebotsuche table
{
	padding: 5px 5px 5px 5px;
}

#angebotsuche td
{
	vertical-align:top;
	/*width:130px;*/
}

#angebotsuche .buttons
{
	vertical-align:bottom;
}

#angebotsuche .button
{
	margin:3px 3px 3px 3px;
}

#angebotsuche input .button 
{
	margin:3px 3px 3px 3px;
}
#angebotsuche input:hover
{
	background-color:#ffff66;
}

/********** Styles of Angebot.ascx **********/

#angebottreffer
{
	margin-left:20px;
}

#angebotliste
{
	font-size: 1em;
}

#angebotliste table 
{
	padding: 5px;
}

#angebotliste .devider
{
	height:5px;
	width:100%;
}
#angebotliste .label
{
	width: 140px;
}
#angebotliste .data
{
	width: 190px;
}
#angebotliste .image
{
	text-align: right;
	width:170px;	
}

/********** Styles of Default.ascx **********/

#topangebote table
{
	table-layout:fixed;
}

#topangebote .tdcontent
{
	border:1px solid #999999;
	padding:10px 0px 15px 15px;
}

#topangebote .tdspace
{
	width:10px;
	border:0px;
}

#detailcommands
{
	text-align: right;
	vertical-align: middle;
	border-width: 0px;
	padding: 5px 40px 0px 0px;
	word-spacing: 20px;
}

/**********	FahrzeugDetail.aspx **********/

#detailImage {height: 240px;}

#detailImage tr {height:120px; vertical-align:top;}

#detailImage .imageshow img {width:395px;}

#detailImage .imageselection img { width:200px; }

#detailtitle {font-size:1.8em; text-align:left;}

#detailbody table {	background-color:Silver; }

#detailbody td { padding:2px; background-color:White; }

#detailbody .devider { background-color:Silver; }

/**********	Kontakt.aspx **********/

#kontakt textarea
{
	margin-right: 5px;
}

#kontakt .sendbutton
{
	margin-top: 5px;
	margin-left:625px;
}

/**********	Öffnungszeiten.aspx **********/

#oeffnungszeiten table {width:400px;}

/**********	Impressum.aspx **********/

#impressum1 table
{
	width:250px;
	font-size: 1.1em;
	line-height:0.6em;
	margin-left:-7px;
}

/**********	Firma.aspx **********/

#firmaTeam .name_anzeige
{
	font-size:1.1em;
	font-weight:bold;
}

#firmaTeam .space_row
{
	padding-bottom:8px;
}

#firmaTeam .first_row
{
	padding-top:10px;
}
#firmaTeam .last_row
{
	padding-bottom:10px;
}