/*CSS-Styleguide*/

/*
   M-TruckLine Nutzfahrzeugdekore
   css styles
   
   Copyright 2006, Markus Spiske
   http://www.temporausch.com

*/

* {
	margin:0;
	padding:0;
	border:0;
}

html,body {
	font:12px/160% Arial, Helvetica, Verdana,  sans-serif;
	color:#000000;
	text-align:left;
	margin:0px 0px;
	background: url(../img/bg_truck.jpg) no-repeat;
	background-position:left top;
}

/*----------links----------*/

a:link, a:visited, a:active{
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

a:hover {
  	font-size:12px;
  	font-weight:bold;
 	 color:#666666;
 	 background:none;
 	 text-decoration:none;
}

a.regluar:link, a.regluar:visited, a.regluar:active{
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}

a.regluar:hover {
 	font-size:12px;
	font-weight:normal;
	color:#000000;
	background:none;
 	text-decoration:none;
}

a.footer:link, a.footer:visited, a.footer:active{
	font-size:10px;
	font-weight:normal;
	color:#7b7b7b;
	text-decoration:underline;
	line-height:200%;	 		
}

a.footer:hover {
  	font-size:10px;
  	font-weight:normal;
  	color:#595959;
  	text-decoration:none;
	line-height:200%;	 		
}

a.red:link, a.red:visited, a.red:active{
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
}

a.red:hover {
  	font-size:12px;
  	font-weight:bold;
  	color:#FF0000;
  	text-decoration:none;
}

a.link_10:link, a.link_10:visited, a.link_10:active{
	font-size:10px;
	color:#000000;
	text-decoration:none;
}

a.link_10:hover {
  	font-size:10px;
  	color:#000000;
  	text-decoration:underline;
}

h1 {
	font-family:arial;font-size:10px;color:#FFFFFF;margin-bottom:0px;font-weight:normal;
}

h2 {
	font-family:arial;font-size:10px;color:#000000;margin-bottom:0px;font-weight:normal;line-height:125%;
}

h3 {
	font-family:arial;font-size:11px;color:#3b3b3b;margin-bottom:0px;font-weight:normal;line-height:125%;
}

h4 {
	font-family:arial;font-size:11px;color:#a3a3a3;margin-bottom:5px;font-weight:bold;line-height:125%;
}

ul {
	padding-left: 50px;
	color: #555;
	list-style-type: square;
}

.highlight {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background-color:#eee;
	padding:10px;
	border:solid 1px;
	border-color:#ccc;
}

/*----------wrapper----------*/

#wrapper {
	text-align:left;
	margin-top:0px;	
	width:1000px;
	border:0px solid #CCCCCC;
} 

/*----------header----------*/

#header {
	width:990px;
	height:150px;
	text-align:left;
	padding-top:0px;
	padding-left:0px;
}

/*----------content----------*/

#left {
	width:200px;
	float:left;
	font-size:11px;
	margin-left:0px;
	text-align:right;
}

#left ul li {
	margin:0px 0px 0;
	line-height:22px;
	list-style:none;
	margin-bottom:0px;
	text-align:right;
	border:0px solid #CCCCCC;
	font-size:12px;
	font-weight:bold;
}

#left ul li a {
	display:block;
	width:100%;
	color:#FF0000;
	text-decoration:none;
	font-size:12px;
}

#left ul li a:hover {
	color:#000000;
	background:#E2E2E2;
	font-size:12px;
}  

#content {
	float:left;
	width:670px;
	height:450px;
	padding-top:35px;
	padding-left:80px;
	text-align:left;
}

#content_dyn {
	float:left;
	width:670px;
	height:1000px;
	padding-top:35px;
	padding-left:80px;
	text-align:left;
}

#content_dyn_XL {
	float:left;
	width:670px;
	height:1200px;
	padding-top:35px;
	padding-left:80px;
	text-align:left;
} 
 
/*----------footer----------*/

#footer	{
	background-color:#eee;
	border-top:1px solid #ccc;
	width:100%;
	height:150px;
	text-align:left;
	padding-top:20px;
	font-size:11px;
	color:#7b7b7b;	
	position: fixed;
  	bottom: 0;
} 

#footer_left {
	float:left;
	margin-left:70px;
	width:130px;
	text-align:left;
	line-height:140%;	 		
}

#footer_middle {
	float:left;
	width:190px;
	margin-left:20px;
	text-align:left;
	line-height:140%;	 			 		
}

#footer_right {
	float:left;
	width:400px;
	margin-left:50px;
	text-align:left;
	line-height:140%;	 			 		
}


/*----------pop_up----------*/

#popup {
	background: url(../img/line_footer.gif) no-repeat;
	background-position:left top;
	width:500px;
	font:10px/125% Arial, Verdana, Helvetica, sans-serif;
	text-align:justify;
	padding-top:150px;
	padding-left:50px;
}                        

/*----------slimbox----------*/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 15px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	line-height: 1.4em;
	font-weight:normal;
	text-align: left;
	border: 15px solid #fff;
	border-top-style: none;
	padding-top: 0px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}













                   