/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
	background-color:#FFFFFF;
	font-size: 13px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0;
	margin:0;
	background:url(../images/layout/bg_body.gif) repeat-x;
	background-color:#cccccc;
}

/* ----------container zentriert das layout-------------- */
#container {
	width: 990px;
	margin:0 auto;

}

/* ----------banner for logo-------------- */
#banner {
	padding: 0px;
	margin: 0px;
	height:190px;
	width:970px;
	background-image:url(../images/layout/vskmotorss.jpg);
	background-repeat:no-repeat;
}
#logo{
	height:120px;
	width:302px;
	float:left;
}
#lang{
	text-align:right;
	display:block;
	padding: 30px 20px 90px 0;
}
#sortT{
	text-align:right;
	display:block;
	margin:80px 20px 0 0;
}
#randomPicture {
	
}
#slider{
	float:left;
	width:751px;
	padding-top:1px;
	height:342px;
}

#slideshow {
    position:relative;
    height:343px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
.highlight{
	float:left;
	width:200px;
	margin-right:7px;

}
.highlight .pics {
	border:1px solid #999999;
	margin-bottom:8px;
}
.highlight .news{
	margin-top:20px;
	border-right: 1px solid #000000;
	height:180px;
	margin-bottom:20px;
}
/* --------------top navigavtion------------- */
#nav {
	height:30px;
	margin-left:218px;
	border-bottom:2px solid #004dfb;
	background-color:#e7e6e6;
}

/* -----------------Inhalt--------------------- */
.content {
}
div.content { 
	min-height:400px;
	height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}

.innercontent{
	padding: 0 10px;
	float:left;
}
#typo{
	float:left;
	width:500px;
	margin-left:10px;
}
/* --------------left navigavtion------------- */
#right {
	float: left;
	width: 210px;
	margin: 0px;
	background-image:url(../images/layout/bg_right.gif);
	height:274px;
	padding: 10px 0 0 20px;
}
#adress{
	padding-top:50px;
	font-size:11px;
	color:#96989d;
}
/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align:left;
	height:60px;
	margin: 30px 20px 0 10px;
	background-color:#e1e1e1;
}

#footerContent {
	width: 940px;
	margin:0 auto;
	padding:25px 10px;

}
