body {
	margin: 0px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	background-color: #E9E9E9;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
/* 	color: #444444; */
	color:  #e09b19;
	padding-bottom: 20px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 140%;

}

ul {
 color:  #002E57;
}

ul, ol {
 padding-right: 4px;
}


a {
	text-decoration: none;
/*	border-bottom: 1px dotted #e09b19;*/
	color: #023554;
}

a:hover {
	background: none;
}

/*#wrapper {
	width: 900px;
	margin: 0 auto;
	background: url(images/img04.jpg) no-repeat left top;
}*/



/* Header */

#header {
	width: 900px;
	height: 135px;
	margin: 0 auto;
        background: url(images/kopf.jpg) no-repeat right 3px;
        background-color: white;

}

/* Logo */

#logo {
	float: left;
	width: 180px;
	height: 100px;
	color: #000000;
	background: url(images/Logo.jpg) no-repeat 6px 32px;
}



#header h1, #header p {

}

#header h1 {
	float: left;
	padding-top: 29px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align: left;
	cursor: default;
	color: #002E57;
	font-weight: bold;

}

#header h1 p {

}

#header p {
	padding-top: 5px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
	cursor: default;
	color: #002E57;
	font-weight: bold;
} 

#header a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}


/* Menu */

#menu {
	width: 900px;
	height: 44px;
	background: url(images/img03.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 0;

	}

#menu ul {
	margin: 0;
	padding: 13px 0 0  163px;
	list-style: none;
	line-height: normal;

}

#menu li {
	float: left;

}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 5px 20px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: #e09b19;
	text-decoration: none;
}

#menu .first {
	margin-right: 3px;
	background: #FF7900;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	background-color: white;
}

#left-navigation {
	padding-top: 25px;
	float: left;
	width: 163px;
	min-height: 500px;
	background: url(images/bild-links.jpg) no-repeat 0px 100px;
}

#left-navigation ul {
 padding-left: 0px;
 margin-left: 3px;
}

#left-navigation li {
 list-style-type: none;
 padding: 4px 0 4px 3px;;

}

#left-navigation li:hover {
 padding: 4px 0 4px 3px;
 background: #e09b19;
 width: 150px;
}

#right-navigation {
	padding-top: 25px;
	float: right;
	width: 180px;
}


#TEXT { 
	padding: 20px;
	font-size:12px;
	width: 482px; 
	float: left;
}

#TEXT a {
/* color: #e09b19;*/
 text-decoration: underline;
 
 }

/* Footer */

#footer {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	padding: 5px 0 15px 0;
	background: #444444;
	color: #FFFFFF;
}

#footer p {
	margin: 2px;
	line-height: normal;
	font-size: 12px;
	text-align: center;
}

.footerline {
	font-size: 10px;
}

#footer a {
	color: #FFFFFF;
	border-bottom: 0px;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px #FFFFFF dotted;

}


