body
{
	background-color:#000000;
	color:#FFFFFF;
}

#page
{
	width:830px;
	height:617px;
	
	
	position:absolute;
	left:50%;
	top:0px;

	margin-left:-400px;
}

#header
{
	width:800px;
	height:55px;
	background-image:url('/_images/design/header.jpg');
	background-repeat:no-repeat;
	margin-left:30px;
	margin-top:15px;
	text-align:right;
	
	position:absolute;
	top:0px;
	left:0px;
}

#navigation
{
	width:830px;
	height:63px;
	background-image:url('/_images/design/background_navigation.jpg');
	background-repeat:no-repeat;
	text-align:right;
	padding-left:30px;
	
	position:absolute;
	top:75px;
	left:0px;
}

#main
{
	width:830px;
	height:469px;
	background-image:url('/_images/design/background_content.jpg');
	background-repeat:no-repeat;
	
	position:absolute;
	top:138px;
	left:0px;
	
}

#content
{
	width:470px;
	height:363px;
	padding-left:30px;
	font-family:Arial,Sans;
	color:#000000;
	font-size:0.8em;
	
	overflow:auto;
	
	position:absolute;
	left:265px;
	top:50px;
}

#sub_title
{
	font-family:Arial,Sans;
	color:#000000;
	font-size:0.9em;	
	font-weight:bold;
	padding-left:30px;
	position:absolute;
	left:265px;
	top:25px;
	
}

#sub_navigation
{
	width:145px;
	height:385px;
	padding-left:30px;
	
	position:absolute;
	top:50px;
	left:23px;
}

#navPage img
{
	padding:5px;
	margin: 5px;
	border: 1px solid #cccccc;
}

#footer
{
	width:830px;
	height:30px;
	background-image:url('/_images/design/background_footer.jpg');
	background-repeat:no-repeat;
	margin-left:30px;
	position:absolute;
	top:587px;
	left:0px;
	
}

h1
{
	font-family:Arial,Sans;
	color:#000000;
	font-size:1.5em;
}


#sub_navigation ul
{
	list-style-type:none;
	list-style-position:inside;
	margin:0px;
	padding:0px;
}
#sub_navigation li
{
	
	list-style-type:none;
	list-style-position:inside;	
	
	font-family:Arial,Sans;
	color:#333333;
	font-size:0.9em;	
	font-weight:bold;

	height:1.8em;
}

#sub_navigation a
{
	font-family:Arial,Sans;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

#sub_navigation a:hover
{
	color:#ff6600;
}

#navigation ul
{
	list-style-type: none;

	position:absolute;
	bottom:17px;
	right:53px;
	
	margin:0px;
}

#navigation li
{

	float:left;
	font-family:Arial,Sans;
	color:#000000;
	font-size:1.0em;
	margin-right:10px;
	margin-left:10px;
	font-weight:bold;
}

#navigation .active
{
	color:#FFFFFF;
}

#navigation a
{
	color:#000000;
	text-decoration:none;
}

#navigation a:hover
{
	color:#ffffff;
	text-decoration:none;
}

#content a
{
	color: #ff6600;
	text-decoration:none;
}

input,textarea
{
	border: solid 1px #ff6600;
	font-family:Arial,Sans;
	color:#000000;
	font-size:0.8em;
	width:210px;
}
.ort
{
	width:128px;
}
.plz
{
	width:70px;
}

#content li
{
	padding-top:5px;
}


