/* CSS Document */

/* Basisdefinitionen */

* { margin: 0; padding: 0; }

* { font-size: 100% }

body {
	font-size: 62.5%;
	background:#575549;
	padding: 20px 0px 20px 0px;
	}
	
p {
	font-size:200%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
	padding: 0px 0px 10px 0px;
	}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:240%;
	padding:16px 0px 0px 520px;
	color: #575549;
	}
	
.text-gross-rot {
	font-family:Arial, Helvetica, sans-serif;
	color:#bf2e1b;
	font-weight:bold;
	font-size:1.9em;
	}
	
.text-rot {
	color:#bf2e1b;
	}	
	
.img_left {
	float:left;
	padding: 0px 30px 0px 0px;
	}
	
.products {
	padding:0px 0px 17px 0px;
	border-bottom: #dad7c9 1px solid;
	margin: 0px 0px 15px 0px;
	height: 100px;
	width: auto;
	}
	
.products-last {
	padding:0px 0px 17px 0px;
	margin: 0px 0px 15px 0px;
	height: 100px;
	width: auto;
	}	
	
#container {
	width:984px;
	margin:auto;
	background: #fff;
	position: relative;
	}

#header {
	width:100%;
	background:url(../Bilder/header-bg.jpg);
	height:116px;
	}
	
#content {
	background:url(../Bilder/content-bg.jpg) repeat-x;
	position:relative;
	width: 100%;
	}

#nav {
	background:url(../Bilder/menue-bg.jpg);
	width:312px;
	height: 474px;
	float: left;
	}
	
#main-01 {
	background:url(../Bilder/main-01-bg.jpg) no-repeat;
	margin: 0px 0px 0px 312px;
	padding: 75px 0px 0px 0px;
	width:auto;
	height: 474px;
	} 
	
#main-02 {
	background:url(../Bilder/main-02-bg.jpg) no-repeat;
	margin: 0px 0px 0px 312px;
	padding: 75px 0px 0px 0px;
	width:auto;
	height: 474px;
	}
	
#main-03 {
	background:url(../Bilder/main-03-bg.jpg) no-repeat;
	margin: 0px 0px 0px 312px;
	padding: 75px 0px 0px 0px;
	width:auto;
	height: 474px;
	}
	
#main-04 {
	background:url(../Bilder/main-04-bg.jpg) no-repeat;
	margin: 0px 0px 0px 312px;
	padding: 75px 0px 0px 0px;
	width: auto;
	}	
	
#main-text a {
	color:#bf2e1b;
	text-decoration: none;
	}	
	
#main-text {
	position: relative;
	}
	
#imprint-text {
	position: relative;
	width: 350px;
	}	
	
#imprint-text a {
	color:#bf2e1b;
	text-decoration: none;
	}	
	
#imprint-text-right {
	position:absolute;
	top:75px;
	left:670px;
	width: 300px;
	}
	
#imprint-text-right a {
	color:#bf2e1b;
	text-decoration: none;
	}	
	
	
	
#footer {
	width:100%;
	background:url(../Bilder/imprint-bg.jpg);
	height:32px;
	padding: 8px 0px 0px 0px;
	clear: both;
	}
	
#footer a {
	padding:0px 0px 0px 312px;
	color:#575549;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	text-decoration: none;
	}
	
#footer a:hover {	
	color:#bf2e1b;
	
	}	


/* Navigation */

#menu {
	width:240px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 220%;
	font-weight: bold;
	padding: 50px 0px 0px 0px;
	}
	
#menu a {
	text-decoration:none; 
	display:block; 
	width:auto;
	}
	
#menu li {
	display:inline;
	}
	
#menu li a {
	color:#575549;
	padding: 10px 0px 15px 46px;
	background:url(../Bilder/menue-line.gif) bottom left no-repeat;
	}
	
#menu li a:hover {
	color:#bf2e1b;
	}
	
#menu li#active {
	color:#bf2e1b;
	padding: 10px 0px 15px 46px;
	background:url(../Bilder/menue-line-rot.gif) bottom left no-repeat;
	display: block;
	}

