@charset "UTF-8";
/* CSS Document */

body
{
	overflow-x: hidden;
	overflow-y: auto;
	color: #330000;
	font-size: 12pt;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	margin:0;
	padding:0;
	color: #330000;
	margin-top: 0px;
	background-position: bottom;	
	background-color: #330000;
}

#left
{
	padding:0;
	background-repeat: no-repeat;
	position:absolute;
	top:0;
	margin-left: 0px;
	width:206px;
	height: 898px;
	background-image: url(hintergrund/seite_links.jpg);
}

#header
{
	padding:0;
	background-repeat: no-repeat;
	position:absolute;
	top:0;
	margin-left: 206px;
	width:610px;
	height: 392px;
}

#right
{
	padding:0;
	background-repeat: no-repeat;
	position:absolute;
	top:0;
	margin-left: 816px;
	width:208px;
	height: 898px;
	background-image: url(hintergrund/seite_rechts.jpg);
}


#navigation
{
	padding-top:18px ;
	background-repeat: no-repeat;
	position:absolute;
	top:392px;
	margin-left: 206px;
	width:610px;
	height: 62px;
	background-image: url(hintergrund/navigation.jpg);
}

#logo
{
	padding:0;
	background-repeat: no-repeat;
	position:absolute;
	top:454px;
	margin-left: 206px;
	width:610px;
	height: 61px;
	background-image: url(hintergrund/schriftzug.jpg);
}

#content
{
	padding:0;
	background-repeat: no-repeat;
	position:absolute;
	top:515px;
	margin-left: 206px;
	width:610px;
	height: 330px;
	background-image: url(hintergrund/content.jpg);
}

#contentEnd
{
	padding:0;
	background-repeat: no-repeat;
	position:absolute;
	top:845px;
	margin-left: 206px;
	width:610px;
	height: 53px;
	background-image: url(hintergrund/abschluss.jpg);
}

p { 
	color: #cc9999; 
	font-size: 10pt; 
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none 
}

li {
	color: #cc9999;
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	list-style-type: none;
}

#navigation a { 
	color: #330000;
	font-size: 12pt; 
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none 
}

#navigation a:hover {
	color: #cc9999;
	font-size: 12pt;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none
}

#content h1 { 
	color: #cc9999;
	font-size: 16pt; 
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none 
}

#content h2 { 
	color: #cc9999;
	font-size: 14pt; 
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none 
}

#content h3 { 
	color: #cc9999;
	font-size: 12pt; 
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none 
}

#content a { 
	color: #cc9999;
	font-size: 10pt; 
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none 
}

#content a:hover {
	color: #cc9999;
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none
}

#container
{
	width:1024px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	color: #000;
	background-color: #330000;
}
