* {
	padding:0;
	margin:0;
}

html , 
body {
	background:#ffffff;
	font-size:95%;
	font-family:Times, "Times New Roman", serif;
	color:#555555;
}

#wrap {
	width:1000px;
	position:absolute;
	top:0px;
	left:0px;
}

#left {
	width:280px;
	height:700px;
	position:fixed;
	top:0px;
	left:0px;
}

#menu {
	width:280px;
	height:600px;
	float:left;
	font-size:1.1em;
	z-index:10;
	position:fixed;
	top:0px;
	left:0px;
	background:url(images/trans.png);
}

#pics {
	width:580px;
	height:100%;
	min-height:600px;
	background:url(images/.png) 0 -120px no-repeat;
	position:fixed;
	top:0px;
	left:0px;
	z-index:1;
}

#main {
	width:443px;
	height:auto;
	position:absolute;
	top:35px;
	left:600px;
}

#content {
	width:430px;
	height:auto;
	min-height:350px;
	padding-bottom:20px;
}

#footer {
	width:100%;
	height:30px;
	text-align:right;
}


/*-----------------LINKS--------------------*/

.menu:link , 
.menu:visited {
	color:#333333; 
	text-decoration:none; 
	outline:none;
	display:block;
	width:280px;
	height:35px;
	background:url(images/trans_black.png);
}

.menu:active , 
.menu:hover , 
.menu:focus {
	text-decoration:none; 
	color:#000000;
	outline:none;
	display:block;
	width:280px;
	height:35px;
	background:#ffffff;
}

.menu_on {
	text-decoration:none; 
	color:#000000;
	outline:none;
	display:block;
	width:280px;
	height:35px;
	background:#ffffff;
}

a , 
a:visited {
	text-decoration:none;
	color:#7f5910;
	outline:none;
}

a:active , 
a:hover , 
a:focus {
	text-decoration:none;
	color:#000000;
	outline:none;
}

/*-----------------SONSTIGE--------------------*/

#menu ul {
	margin-top:15px;
}

#menu li {
	width:280px;
	height:35px;
	line-height:35px;
	text-align:center;
	margin-top:10px;
	list-style:none;
}

#footer li {
	list-style:none;
	display:inline;
	font-size:0.85em;
	margin:0 2px;
}

.product_menu li {
	list-style:none;
	display:inline;
}

.product_menu {
	margin-bottom:15px;
}

a img {
	border:0;
	outline:none;
}

hr {
	margin:10px 0;
}

h1 {
	margin-bottom:15px;
}

h2 {
	margin-bottom: 15px;
}

h3 {
	margin:15px 0 5px 0;
}

p {
	margin:10px 0;
}

.clear {
	clear:both;
}

.warning {
	color:#ff0000;
}

.bilder1 {
	display:none;
}

.bilder {
	width:150px;
	float:left;
	margin:0 15px 20px 0;
	text-align:center;
	font-weight:bold;
}

.bilder img {
	margin-bottom:5px;
}

#bildreihe {
	width:430px;
	height:60px;

}

#bildreihe img {
	float:left;
	margin:1px;
}

#support a img {
	float:left;
	margin-right:10px;
}

#support a {
	height:80px;
	line-height:80px;
}

.warning {
	color:#ff0000;
	font-weight:bold;
}

.infobox {
	width:100px;
	text-align:center;
}

.infobutton {
	position:relative;
	top:10px;
	left:20px;
}

.img_left {
	float:left;
	margin-right:20px;
}

.bold_green {
	font-weight:bold;
	color:#688161;
	padding-top:15px;
}


