@charset "UTF-8";
/* GRUNDEINSTELLUNGEN */

body {
	background-color:#666;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	background:url(images/bodyhg.jpg) repeat;
}

h1 {
	font-size:40px;
	font-weight:bold;
	line-height:40px;
	color:#F00;
}

h2 {
	font-size:60px;
	font-weight: bold;
	line-height:60px;
	color:#000;
}

h3 {
	color:#F90;
}


#container {
	margin: 0px auto;
	width:990px;
	height:1500px;
	background-color:#FFF;
}

#header {
	margin:0;
	height: 100px;
}


#content {
	height: 700px;
}

#content.index {
	background:url(images/contenthg.jpg) left top no-repeat;
}

#content.einfach { 
	background:url(images/einfachhg.jpg) left top no-repeat;
}

#content.impressum { 
	background:url(images/impressumhg.jpg) left top no-repeat;
}

#content.auswahl {
	background:url(images/auswahlhg.jpg) left top no-repeat;
}

#content.bestellung {
	background:url(images/bestellhg.jpg) left top no-repeat;
}

#content.form {
	background:url(images/formhg.jpg) left top no-repeat;
}

#eyecatcher {
	position: relative;
	left: 55px;
	top: 20px;
	width:880px;
	height:150px;
	overflow:hidden;
	z-index:100;
}

#eyecatcher.auswahl {
	position: relative;
	left: 55px;
	top: 20px;
	width:880px;
	height:115px;
	overflow:hidden;
	z-index:100;
	border-bottom:thin dotted #333;
}
	
#headline {
	position: relative;
	float:left;
	width: 390px;
	height:auto;
	overflow:hidden;
}

#bullet {
	position:relative;
	float:left;
	margin-left:10px;
	width:220px;
	height:150px;
	z-index:100;
}

#bulltext {
	position:relative;
	margin-top:25px;
	float:right;
	width:350px;
	text-align:right;
	height:90px;
	z-index:100;
}

#bulltext a, bulltext a:visited, bulltext a:active {
	text-decoration:none;
	color:#ff9900;
	}
	
#bulltext a:hover {
	text-decoration:none;
	color:#ff0000;
	}

#beschreibung_bild {
	position:relative;
	left:440px;
	top:-8px;
	width:255px;
	height:100px;
	overflow:hidden;
	z-index:10;

}

#beschreibung_text {
	position:relative;
	left:440px;
	top:10px;
	width:240px;
	height:300px;
	overflow:hidden;
	padding:0 10px;
	z-index:10;

}

#klick {
	position:relative;
	left:440px;
	top:20px;
	width:255px;
	height:100px;
	overflow:hidden;
	z-index:10;
}



#impressum {
	position:relative;
	left:55px;
	top:50px;
	width:500px;
	height:450px;
	overflow:auto;
}


#footer {
	clear: both;
	height:700px;
	background-color:#000;
}

#bestellung {
	position:relative;
	left:55px;
	top:10px;
	width:500px;
	height:480px;
	overflow:hidden;
}

#formular {
	position:relative;
	float:left;
	left:55px;
	top:-45px;
	width:420px;
	height:515px;
	overflow:hidden;
	padding: 20px 10px 10px 10px;
	overflow:auto;
	border:thin dotted #333;
	z-index:300;
}

#subnav {
	position:relative;
	top:20px;
	left:55px;
	height:20px;
	width:890px;
}

#subnav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#subnav ul li {
	display:inline;
	padding:0;
	color:#fff;
	font-weight:bold;
}

#subnav ul li a,
#subnav ul li a:visited,
#subnav ul li a:active {
	text-decoration:none;
	font-weight:normal;
	color:#f90;
}

#subnav ul li a:hover {
	color:#FF0;
}
	
	
#textwrapper {
	position:relative;
	top:100px;
	width:880px;
	height:300px;
	font-size:12px;
	line-height:24px;
	color:#c7c7c7;
}


#text1 {
	position:relative;
	float:left;
	width:430px;
	height:300px;
	font-size:12px;
	line-height:24px;
	color:#c7c7c7;
}

#text2 {
	position:relative;
	float:left;
	width:430px;
	height:300px;
	font-size:12px;
	line-height:24px;
	color:#c7c7c7;
	margin-left:20px;
}





#text1 a,
#text1 a:visited,
#text1 a:active,
#text2 a,
#text2 a:visited,
#text2 a:active {
	color:#F90;
	text-decoration:none;
}

#text1 a:hover,
#text2 a:hover {
	color:#FF0
}


#bestellung table a,
#bestellung table a:visited,
#bestellung table a:active {
	text-decoration:none;
	font-weight:normal;
	color:#f90;	
}

#bestellung table a:hover {
	text-decoration:none;
	font-weight:normal;
	color:#F00;
}



#bestellung td {
		padding:0;
		border-bottom: dotted 1px #333;
}

#bestellung .unten {
		border-bottom:none;
}

#bestellung table {
		border-collapse:collapse;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
		line-height:17px;
		color: #333;
}



/* FORMULAREINSTELLUNGEN */

#notification {
	position:relative;
	float:left;
	margin-left:110px;
	margin-top:-45px;
	width:400px;
	height:120px;
}

#hinweis {
	position:relative;
	float:left;
	margin-left:110px;
	margin-top:0px;
	padding:20px 10px 10px 10px;
	width:380px;
	height:395px;
	border:thin dotted #333;
	font-size:13px;
	line-height:20px;
}

#hinweis ul {
	list-style-type:decimal;
	margin-left:-10px;
}

#hinweis a,
#hinweis a:visited,
#hinweis a:active {
	color:#F90;
	text-decoration:none;
}

#hinweis a:hover {
	text-decoration:none;
	font-weight:normal;
	color:#F00;
}

.notification_error
{
height: auto;
width: 250px;
text-align: left;
font-size:14px;
color:#FF0000;
padding-left:0px;
padding-top:31px;
line-height:normal;
}

.notification_ok
{
height: auto;
width: 380px;
text-align: left;
font-size:14px;
color:#009900;
padding-left:10px;
padding-top:10px;
line-height:normal;
}

.button, .select {
	color: #333333; 
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:12px;
}


label {
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#333333;
	width: 100px;
	padding-left: 0px;
	padding-right:0px;
	margin: 5px;
	float: left;
	text-align: right;
	}

input, textarea, .select
{
margin: 4px;
padding: 0px;
width:230px;
float: left;
color: #333333; 
font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
font-size:12px;
}

.checkbox
{
margin-top: 8px;
}

textarea
{
margin-top: 8px;
}

/* BR */

br { clear: left; }





	

