body {
	background-color: #FFFFFF; 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	z-index: 0;
}
#background {
	background-color: #FFFFFF; 
	margin: 0px auto;
	width: 900px;
	text-align: center;	
	position: relative;
	border: solid 2px #94CAFC;
}
#head{
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	text-align: center;
	border-bottom: solid 1px #FF8C00;
}
#zert_logo {
	text-align: center;
	height: 100px;
	width: 100px;
	left: 765px;
	position: relative; 	
}

/* Topmenu ---------------------------------------------------------------------------------------------- */
#topmenu {
	color: #FFFFFF;
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	position: relative;
	border-bottom: solid 1px #FF8C00;
}
.menu {
	color: #FFFFFF;
	height: 15px;
	padding: 1px 8px;
	font-weight: bold;
	display: inline;
	text-decoration: none;
}
a.menu:link, a.menu:visited {
	color: #000066;
	font-weight: bold;
	width: auto;
	display: inline;
	text-decoration: none; 
}
a.menu:hover {
	background-color: #94CAFC;
	/*color: #FFFFFF;*/
	font-weight: bold;
	width: auto;
	display: inline;
	text-decoration: none; 
}
#active {
	background-color: #FF8C00;
	color: #FFFFFF;
}
/* Footer ----------------------------------------------------------------------------------------------*/
#footer{
	color: #000066;
	height: 15px;
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	border-top: solid 1px #94CAFC;
}
/* Content ---------------------------------------------------------------------------------------------- */
#content_bg {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: left;
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	margin: 25px 50px 0px 50px;
	padding: 50px;
}
.content{
	
	text-align: left;
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	margin: 25px 50px 0px 50px;
	padding: 30px;
}

#adresse {
	background-image: url(../images/navi_content_bg.png);
	background-repeat: no-repeat;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 200px;
	position: relative; 
}
#footer_logo {
	margin: 0px auto;
	padding: 0px;
	width: 200px;
	bottom: 6px;
	left: 0px;
	position: absolute; 
}
/* ---------------------------------------------------------------------------------------------- Links */
a {
	color: #000066;
	font-weight: normal;	
	text-decoration: none;
}
a:link, a:visited {
	color: #000066;
	font-weight: normal;	
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	font-weight: normal;
	text-decoration: underline;
}
p {
	color: #000000;
	font-size: 13px;
	font-weight:normal;
	line-height: 1.8em;
	margin: 0px 0px 4px 0px;
}
ul {
	text-align: right;
	margin: 5px;
	padding: 5px 0px 0px 0px;
}
ul.ref {
	vertical-align:top;
	text-align: left;
	margin: 15px;
	padding: 10px 0px 0px 0px;
}
li {
	font-size: 13px;
	margin: 5px;
	padding: 5px;
	list-style-type: none;
}
li.bull{
	font-size: 13px;
	margin: 5px;
	padding: 5px;
	list-style-type: circle;
}

.olli {
	font-size: 13px;
	margin: 5px;
	padding: 5px;
	list-style-type: decimal;
}

/* ---------------------------------------------------------------------------------------------- Überschriften */
h1 {
	background-color: #FF8C00;
	text-align: center;
	color: #000066;
	font-size: 30px;
	font-weight: bold;
	text-indent: 8px;
	margin: 0px;
	padding:10px;
	top: 0px;
	position: relative;
}
h2 {
	text-align: center;
	color: #000066;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	margin: 0;
	padding: 10px;
}
h3 {
	text-align: left;
	color: #000066;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
}
h4 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin: 2px 0px;
}
h5 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 200px;
	height: 70px;
	padding: 16px 0px 0px 0px;
	margin: 6px 0px 0px 0px;
}

.imgRSub {
float: right;
font-size: 0.8em;
font-style: italic;
margin: 7px;
padding: 7px;
}
.imgLSub {
float: left; 
font-size: 0.8em;
font-style: italic;
margin: 7px;
padding: 7px;
}

form#cont {
margin-left: auto;
margin-right: auto;
width: 400px;
}
.submit {
	width: 48%;
	margin-bottom: 1em;
	color: #004679;
	border: 1px solid #ff9900;
}
select,input {
width: 98%;
margin-bottom: 1em;
color: #004679;
border: 1px solid #ff9900;
}
textarea {
width: 98%;
margin-bottom: 1em;
color: #004679;
font-size: 1em;
border: 1px solid #ff9900;
}


