/* CSS Document */
/* Layout */
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF repeat 50% 0;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 1003px;
	height: 118px;
	background: url(images/Header.jpg);
}
#page {
	width: 1003px;
}
#topmenu{
	float: left;
	width: 1003px;
	height: 29px;
	background: url(images/Menuleiste.jpg);
	background-repeat: no-repeat;
}
#main {
	background-image:url(images/bgr_main.jpg);
	background-repeat:repeat-y;
}
#content {
	width: 630px;
	margin: 0px;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 30px;
	padding-bottom: 0px;
	text-align: left;
	background-color: #FCFFF4;	
	float:left;
}
#links {
	background: url(images/Seite_links.jpg);
    background-repeat: repeat-y;
	width: 117px;
	margin: 0px;
	padding: 0px;
	float:left;
}
#rechts {
	background: url(images/Seite_rechts.jpg);
	width: 201px;
	margin: 0px;
	padding: 0px;
	float:right;
}
#footer {
	background: url(images/Menuleiste_unten.jpg);
	background-repeat: no-repeat;
	width: 1003px;
	height: 49px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
    text-decoration: none;   
}
/* Navigation */
ul#navigation {
	list-style: none;
	padding: 0px;
	margin: 8px 0 0 25px;
}
ul#navigation li{
	width: auto !important;
	float: left;
	margin: 0 2px 0 10px;
	font-size: 11px;
	line-height: 12px;
	white-space: nowrap;	
}
ul#navigation li a{
	font-weight: bold;
	height: 11px;
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-decoration: none;
	color: #739d15;
}

ul#navigation li a:hover {
	text-decoration: none; 
	border: none;
 	color: #739515;
}
/* Text */
#footer p {
	margin-top: 6px;
    margin-right: 2px;
	padding-left: 25px;
    font-weight: bold;
	color: #739D15;
	font-size: 11px;
	text-align: left;
    text-decoration: none;
}
#sub {
	margin-left: 430px;
}
#sub a {
	color: #739D15;
	text-decoration:none;
}
#main p {
	color: #5A5A5A;
	font-size: 12px;
}
#main h1 {
	font-weight: bold;
	font-size: 16px;
	color: #739D15;
}
#main h2 {
	font-weight: bold;
	font-size: 14px;
	color: #739D15;
}
#main h3 {
	font-weight: bold;
	font-size: 12px;
	color: #739D15;
}
#content a {
	color: #5A5A5A;
	font-size: 12px;
	text-decoration:none;
}



