/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-image: url();
	background-position:top left;
	background-repeat: repeat;
}

h1 {
	font-size: 22px;
	text-transform:uppercase;
	color: #fff;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}
h2 {
	font-size: 12px;
	font-weight: normal;	
	color: #fff;
	margin: 0px;
	margin-top: 3px;
	padding: 0px;	
}
h3 {
	font-style:normal;
	font-size: 12px;
	text-transform:uppercase;
	margin:0px;
	padding: 0px;
}
h4 {	
	color: #BD0022;
	font-style:normal;
	font-size: 12px;
	margin:0px;
	padding: 0px;
	margin-bottom: -10px;
}
hr {
	height: 1px;
	color: #fff;
	background-color: #000;
	margin-bottom:8px;
}
.versal {
	text-transform:uppercase;
}
.exp {
	letter-spacing:1px;
}
.special {
color:#BD0022}

a:link,a:visited {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}
a:hover {
	color: #BD0022;
}

#leftlight {	
	position:relative;
	float:left;
	margin-top:0px;
	background-color: #000;
	position: relative;
	width: 60px;
	height: 560px;
	background-image: url(../images/design/light_left_2.jpg);
	background-repeat:no-repeat;
	background-position: top right;
	display: block;
	}
	
#rightlight {
	position:relative;
	float:right;
	margin-top:0px;
	background-color: #000;
	position: relative;
	width: 60px;
	height: 560px;
	background-image: url(../images/design/light_right_2.jpg);
	background-repeat:no-repeat;
	display: block;
	}
	
#logoline {
	text-align:center;
	height: 120px;
	margin: 0px 60px 0px 60px;
	display: block;
	}
	
#content {
	background-color: #333;
	margin: 0px 60px 0px 60px;
		}


#header {
	padding:10px;
	background-color: #fff;
	background-position: 13px 10px;
	background-repeat:no-repeat;
	width:auto;
	margin: 0px 0px 0px 0px;

	}
#postit {	
	position: absolute;
	top: 130px;
	right: 70px;
	color: #fff;
	font-weight:bold;
	font-size:10px;
	text-align:left;
	z-index: 99;
	width: 180px;
	height: 130px;
	visibility: visible;
	}
#time {
	color: #666;
	position: absolute;
	z-index: 100;
	top: 115px;
	width: 180px;
	height: 15px;
	vertical-align:bottom;
	text-align:right;
	}

	
#mainnav {
	position:relative;
	background-color: #fff;
	font-size:13px;	
	padding:10px;
	padding-bottom:3px;
	padding-top:15px;
	letter-spacing:1px;
	border-bottom: 1px solid #666;
	
	}
.mainnav a:link, .mainnav a:visited, .mainnav a:hover, .mainnav a:active {
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: none;
	border: 1px solid #666;
	border-bottom: 1px solid #333;
	color: #333;
	padding:6px;
	padding-bottom:3px;
	padding-top:3px;
	margin-right:5px;
}
.mainnav a:hover, .mainnav a:active {
	color: #BD0022;
	background-color: #333;
	border: 1px solid #666;
	border-bottom: 1px solid #333;
}
a:link.mainnavactive, a:visited.mainnavactive {
	color: #fff;	
	background-color: #333;
	border: 1px solid #666;
	border-bottom: 1px solid #333;

}
a:hover.mainnavactive {
	color: #BD0022;	
	background-color: #333;
	border: 1px solid #333;
	border-bottom: 1px solid #333;

}

#left {
	width:330px;
	padding: 25px 0px 20px 10px;	
	float:left;
	}
/* Hides from IE5-mac \*/
* html .left {height: 1%;}
/* End hide from IE5-mac */


#subnav {
	float:left;
	width:125px;
	display:block;
}
.subnav a:link, .subnav a:visited  {
	font-weight:normal;
	text-transform:uppercase;
	text-decoration: none;
	color: #eee;	
	padding:5px;
	display:block;
	border:1px solid #666;	
	margin-bottom: 3px;

	}
.subnav a:hover, .subnav a:active {
	color: #BD0022;	
	border:1px solid #fff;
}
a:link.subnavactive, a:visited.subnavactive {
	color: #fff;	
	border:1px solid #fff;
}
a:hover.subnavactive {
	color: #BD0022;	
	border:1px solid #fff;
}

#content01 {
	width:180px;
	margin-left: 140px;
}
/* Hides from IE5-mac \*/
* html .content01 {height: 1%;}
/* End hide from IE5-mac */

.thumb {
	height:70px;
	font-size:10px;
	margin-bottom:10px;
}
.thumb a:link, .thumb a:visited  {
	color: #fff;
	display:block;
	height:70px;
	text-decoration: none;
	border:1px solid #fff;
	vertical-align:bottom;
	}
.thumb a:hover, .thumb a:active {
	color: #BD0022;
	border:1px solid #fff;
}
a:link.thumbactive, a:visited.thumbactive {
	color: #fff;	
	border:1px solid #fff;
}
a:hover.thumbactive {
	color: #BD0022;	
	border:1px solid #fff;
}
.thumb img {
	margin:0px;
	margin-right: 7px;
	vertical-align:top;
	border: none;
	float:left;
}

#mitte {
	padding-top:25px;
	padding-bottom:25px;
	margin-left:350px;
	margin-right:210px;	
	}
/* Hides from IE5-mac \*/
* html .mitte {height: 1%;}
/* End hide from IE5-mac */
#content02 {
	color:#fff;
	background-color: #333;
	padding: 10px;	
	line-height:140%;
	}
/* Hides from IE5-mac \*/
* html .content02 {height: 1%;}
/* End hide from IE5-mac */

	.produkt {
border: 1px solid #eee;
display:block;
height: 70px;
	}
	
	.produkt img {
	margin:0px;
	margin-right: 7px;
	vertical-align:top;
	border: none;
	float:left;	
	}
	
.more {
display:block;
	}
	
#right {
	width:180px;
	padding: 25px 10px 20px 0px;	
	float:right;
	}

#content03 {
	}

#footer {
	clear:both;
	background-color: #fff;
	padding: 10px;
	margin-bottom:10px;
	border-top: 1px solid #666;
	height:16px;
	}
	
#tele {
	float: left;
	color:#333;
	font-weight:bold;
	width:250px;
	}
#footernavi {
	float:right;
	text-align:right;
	font-size:12px;
	text-transform:uppercase;
	width:550px;
	}
.footernavi a:link, .footernavi a:visited {
	font-weight:normal;
	text-decoration: none;
	color: #BD0022;
	padding:5px;
	margin-right:5px;
}
.footernavi a:hover, .footernavi a:active  {
	color: #000;
}
form {
font-size: 12px;
color: #000;
letter-spacing: 0px;
padding-left: 0;
}
input, textarea {
width:95%;
font-family: Helvetica, Arial, sans-serif;
font-size: 1em;
margin: 0 0 .3em 0;
padding: 3px;
border-top: 1px solid #999999 ;
border-left: 1px solid #999999 ;
background-color: #eee;
}
input:focus {background-color: #fff;}
textarea:focus {background-color:#fff;}
