/* Stylesheet für die Titel-Seite*/

* { padding: 0; margin: 0; }

body {
			background-color: #005500;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			text-decoration: none;
			text-align: center;
}

a:link { 
	color: #d81207; 
	text-decoration: none; 
}
		
a:hover {
	color: #ce2425;
}
	
a:active {
	color: #ce2425;
}
	
a:visited { 
	text-decoration: none; 
	color: #006600;
}

#home-box	{
	background-color: #ffffff;
	position: relative;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 775px;
	height: 550px;
	top: 30px;
}

.titel-1 		{
	position:absolute;
	top:35px;
	height: 100;
	font-size: 25px;
	color: #CC0033;
	text-decoration: none;
	text-align: left;
	z-index: 2;
	width: auto;
	font-weight: bold;
	right: 50px;
}

.titel-2 		{
	position:absolute;
	z-index:5;
	left: 40px;
	top: 140px;
	width: auto;
	color: #009900;
	font-size: 45px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.schatten 		{
	position:absolute;
	z-index:3;
	left: 43px;
	top: 143px;
	width: auto;
	color: #333333;
	font-size: 45px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 		{
	font-size: 20px;
	color: #d81207;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

h2 		{
	font-size: 12pt;
	color: #d81207;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

#kurzbeschreibung {
	position:absolute;
	top: 1500px;
	left:0px;
	width: 600px;
	color: #FF9900;
	        }	
			
.beschreibung {
	color: #FF9900;
	        }	
			
#navigation {
position:absolute;
bottom:50px;
right:50px;

			
}
	
.navigation {
	list-style: none;
	margin-bottom: 4px;
	padding: 4px 4px 4px 10px;
	border: 1px solid #006633;
	background-color: #ffff99;
	font-weight:bold;
	width: 140px;
	line-height: 110%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d81207;
}			
