html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	overflow:auto;
	font-family:sans-serif; 
	font-size:11px;
}

body {
  background-color:#fff;
}

p {
	line-height:180%;
}

h1 {
	font-weight:bold;
	font-size:16pt;
}

h2{
	font-weight:bold;
	font-size:12pt;
}

h3 {
	font-weight:bold;
	font-size:10pt;
}



a:link,a:visited,a:hover,a:active,a:focus { 
	text-decoration:none; 
	font-weight:bold; 
	font-family:sans-serif; 
	font-size:12px; 
}

a:link { 
	color:#202020; 
}


a:visited { 
	color:#202020; 
}

#header01 {
	position:relative; 
	top:0; left:0; right:0;
	width:890px; height:20px; 
	background-color:#fff;
	text-align:right;
}

#header02 {
	position:relative; 
	top:0;
	width:890px; height:65px; 
	background-color:#202020;
	background-image:url('pictures/banner_top.jpg');
	background-repeat:no-repeat;
	background-attachment:scroll;
}

#menu {
	position:absolute;
	top:137px;
	left:30px;
	width:120px;
	padding:0px;
	margin:0 auto;
	background-color:#ffffff;
	text-align: center;
	z-index:3;
}

* html #menu {
	margin-left:0px;
}

.menu {
	width:100px;
	border:1px solid #202020;
	list-style: none;
	height:18px;
	margin-bottom:20px;
 	padding:4px;
	text-align:center;
	background: #202020;
	text-decoration: none;
}

.menu#current {
	background-color:#fff;
}

.menu a {
	color:#c1fd03;
}

.menu a#current {
	color:#202020;
}

.menu a:visited {
	color: #c1fd03;
}

.menu a:visited#current {
	color: #202020;
}

#content {
	position:absolute;
	top:119px; right:5%; left:180px;
	text-align:right;
	padding-right:20px;
	z-index:5;
}

#nav {
	margin: 0;
	padding:0;
}

.nav {
	list-style: none;
	padding:0;
	margin: 0; 
	display: inline;
}

.nav a {
    padding: 4px 15px 2px 15px;
	margin-left:2px; 
	margin-right:0px;
	border: 1px solid #202020;
	background: #202020;
	text-decoration: none;
	color:#c1fd03;
	position:relative;

}

.nav a:link {
	color: #c1fd03;	
}

.nav a:visited {
	color: #c1fd03;
}

.nav a#current {
	background: white;
	border: 1px solid #000;
	border-bottom: 1px solid white;
	color:#202020;
}

#kartei {
	position:relative;
	top:2px;
	border:1px solid #000; 
	min-height:400px;
	background-color:#fff; 
	margin-bottom:5px;
	z-index:-1;
	text-align:left;
}

#modellcontent {
  text-align:right;
}


* html #kartei {
	height:400px;
}

#specs_container {

}

#specs {
	width:90%;
	border:none;
	font-family:sans-serif; 
	font-size:12px;
	margin:0;
	margin-left:5%;
	margin-right:5%;
	padding:0;
	border-collapse:collapse;
}

.specs {
	padding-left:10px; 
	padding-right:10px;
	border:1px solid #000;
	margin:0;
}

.specs#titel {
	background-color:#202020;
	color:#fff;
	font-weight:bold;
}

.specscurrent {
  padding-left:10px; 
  padding-right:10px;
  border:1px solid #000;
  margin:0;
  background-color:#c1fd03;}

#background {
  width:890px;
  height:100%;
  position:absolute;
  left:50%;
  margin-bottom:0px;
  bottom:0px;
  margin-left:-445px;
  background-color:white;
  z-index:1;
}

#watermark {
  height:400px;
  width:424px;
  position:absolute;
  top:100%;
  left:0px;
  margin-top:-455px;
  z-index:0;
}

#footer {
  height:20px;
  width:300px;
  bottom:-10px;
  float:right;
  text-align:right;
  font-size:8pt;
  color:#202020;
}

a.footer:link, a.footer:visited, a.footer:hover, a.footer:active {
	font-weight:normal;
	font-size:7pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

#modeldescription {
	position:absolute;
	top:150px;
	left:7%;
	width:auto;
	height:auto;
}

#content_without_nav {
	position:absolute;
	top:134px; right:5%; left:180px;
	text-align:right;
	padding-right:20px;
	z-index:5;
}

.pictures {
	border:none
}

#text {
	text-align:left;
	/* width:520px; */
	min-height:200px;
	overflow:hidden;
	font-size:11px;
	color:#202020;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	margin-top:15px;
	padding-right:25px;
	margin-left:25px;
}