html, body {
	margin: 0;
	
	font-family: Arial;
	font-size: 12px;
}

#header {
	width: 542px;
	height: 144px;
	background: url('images/header.jpg');
	
	margin-left: 25px;
}

#header #infotext {
	margin-left: 120px;
	padding-top: 20px;
	
	color: #ffffff;
}

#content {
	padding-top: 22px;
}

#mainContent {
	width: 542px;
	
	margin-left: 25px;
	
	background: url('images/content_bg.jpg');
	background-repeat:repeat-y;
}

#mainContent #topRound {
	background: url('images/content_top_round.jpg');
	background-repeat:no-repeat;
}

#mainContent #bottomRound {
	background: url('images/content_bottom_round.jpg');
	background-repeat:no-repeat;
}

#mainContent #innderMainContent {
	color: #003340;
	
	margin-left: 50px;
	margin-right: 40px;
}






#mainContent_left {
	width: 542px;
	
	margin-left: 2px;
	
	background: url('images/content_bg.jpg');
	background-repeat:repeat-y;
}

#mainContent_left #topRound {
	background: url('images/content_top_round.jpg');
	background-repeat:no-repeat;
}

#mainContent_left #bottomRound {
	background: url('images/content_bottom_round.jpg');
	background-repeat:no-repeat;
}

#mainContent_left #innderMainContent {
	color: #003340;
	
	margin-left: 50px;
	margin-right: 40px;
}






#secondContent {
	width: 542px;
	
	margin-left: 25px;
	
	background: url('images/second_content_bg.jpg');
	background-repeat:repeat-y;
}

#secondContent #topRound {
	background: url('images/second_content_top_round.jpg');
	background-repeat:no-repeat;
}


#secondContent #innderMainContent {
	color: #003340;
	
	margin-left: 50px;
	margin-right: 40px;
	
	min-height: 200px;
}




#behindStartseite {
	position: absolute;
	
	top: 200px;
	
	z-index:1;

	
	width: 480px;
	height: 335px;
	
	background: url('images/start_behind_bottom_round.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	
	background-color: #cde8ef;	
}

#startseite {
	position: absolute;
	
	width: 540px;
	height: 335px;
	
	z-index:2;
	
	margin-left: 25px;
	
	background: url('images/startseite_head.jpg');
}

#startseite #subTitle {
	position: absolute;
	
	left: 170px;
	top: 250px;

	color: #fff;
	font-size: 13px;
}

#startseite #headline {
	color: #ffffff;
	
	margin-left: 25px;
	padding-top: 20px;
}

#startseite #sheadline {
	color: #ffffff;
	
	margin-left: 50px;
	padding-top: 40px;	
}

#startseite span.h {
	font-size: 14px;
	font-weight: normal;
	
	margin: 0;
	padding: 0;
}

#startseite p {
	margin-left: 20px;
	margin-top: 5px;
	padding: 0;
	
}

#underStartseite {
	position: absolute;
	top: 370px;
	left: 40px;
	
	z-index:4;
	
	width: 400px;
	
	color: #555555;
}

#navi {
	position: absolute;
	
	left: 570px;

	padding-top: 20px;
	
	width: 200px;
}

#navi ul {
	padding-left: 20px;
}

#navi ul li {
	list-style: none;
}

#navi ul li a {
	display: block;
	text-decoration: none;
	
	color: #666666;
	
	padding-top: 2px;
}

#navi ul li a.aktiv {
	font-weight: bold;
}


#image_right {
	position: absolute;
	left: 570px;
}

#footer {
	width: 570px;
	text-align: right;
}

#footer a {
	color: #bbb;
	text-decoration: none;
}

input {

	background: #d9ecf0;
	
	border: 1px solid #888;
}

label {
	display: block;
	float: left;
	
	width: 100px;
}

textarea {
	background: #d9ecf0;
	
	border: 1px solid #888;
}

table.produkteTbl td {
	width: 200px;
}

table.produkteTbl td.preis {
	
}

div.formfelder {
	padding-top: 8px;
}

#dummyStartseitenDiv {
	height: 555px;
}

#image_right_startseite {
	position: absolute;
	left: 580px;
	top: 350px;
}