/* CSS Document */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #ff7102;
}
h1 {
	color: #FF7200;
	font-weight: bold;
 	font-size: 120%;
}
.adresse {
	font-size: 85%;
	color: #C15700;	
	line-height: 105%;
}
h2 {
	font-size: 120%;
	line-height: 80%;
	font-weight: bold;
	color: #FF7200;
}
.navi {
	font-size: 130%;
	font-weight: bold;
	line-height: 70%; 
}
a {
	color: #C15700;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF7200;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#text { 
	position:absolute; 
	width:524px; 
	height:301px; 
	z-index:1; 
	left: 166px; 
	top: 234px;
}

#navigation { 
 	position:absolute; 
	width:189px; 
	height:115px; 
	z-index:2; 
	left: 722px; 
	top: 184px;
}

#kontakt {
 	position:absolute; 
	width:145px; 
	height:291px; 
	z-index:3; 
	left: 11px; 
	top: 228px;
}

#pic { 
	position:absolute; 
	width:156px; 
	height:101px; 
	z-index:4; 
	left: 159px; 
	top: 96px;
}

#rollover {
	position:absolute; 
	width:582px; 
	height:71px; 
	z-index:5; 
	left: 353px; 
	top: 96px;
}

#newsletter {
	position:absolute;
	width:150px;
	height:120px;
	z-index:6;
	left: 0px;
	top: 0px;
}


#related_link {
	position:absolute; 
	width:500px; 
	height:14px; 
	z-index:7; 
	left: 11px; 
	top: 559px;
}
.newsletter {
	position:absolute; 
	width:400px; 
	height:48px; 
	z-index:7; 
	left: 356px; 
	top: 170px;
}
