
/*normalisierung margin, padding*/

body, html, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h6, pre, form, fieldset, input,  blockquote, th, td, #content
{
margin:0;
padding:0;
}

/*normalisierung font-size header*/

h1, h2, h3, h4, h5, h6
{
font-size:100%;
}



/*normalisiert font-style und font-weight auf normal*/

address, caption, cite, code, dfn, em, strong, th, var
{
font-style:normal;
font-weight: normal;
}


/*normalisiert tabellen*/
table
{
border-collapse: collapse;
border-spacing:0;
}

/*entfernt border aus fieldset und img*/
fieldset, img
{
border:0;
}

/*richtet text in caption und th links aus*/
caption, th
{
text-align:left;
}

/*entfernt anfuehrungszeichen aus q*/
q:before, q:after
{
content:'';
}

/*========================================*/



body {
	font-family:  helvetica, arial, verdana, sans-serif;
	background-color: #ffffff;
	margin: 0;
	font-weight: normal;
	text-align: center;
	color: #87888a;
}


#contain_all {
	margin: 0 auto;
	height: 600px;
	width: 900px;
	position: relative;
	padding-top: 0px;
	text-align: left;
	background-color: #ffffff;
}


/* Logo */

#logoindex {
	margin-top: 200px;
	padding: 0px 0px 0px 0px;
	width: 900px;
	height: 106px;
}
#logo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 900px;
	height: 150px;
}



/* container */

#container {
	margin-top: 0px;
	width: 900px;
	height: 370px;
}


/* Navigation */	
	

#navsite {
	float: right;
	background-color: #ffffff;
	width: 166px;
	height: 370px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


#navsite h5 {
	display:none;
}
#navsite ul {
	padding: 0px 0px 0px 20px;
	font-size: 0.8em;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #87888a;
}

#navsite ul li {
	list-style: none;
	line-height: 1.5em;
		
}	
	
#navsite ul li a {
	font-size: 0.8em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #87888a;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#navsite ul li a:hover {
	color: #ee7b07;
}
#navsite ul li a#current {
	color: #ee7b07;
}


/* content */

#contentindex {
	position: absolute;
	font-size: 18px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #87888a;
	background-color: #ffffff;
	text-align: left;
	padding-left: 45px;
	width : 850px; 
	height: 50px;
	margin-top: -20px;
	
}

#content {
	float: left;
	font-size: 0.8em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #87888a;
	background-color: #ffffff;
	text-align: left;
	padding-left: 45px;
	padding-right: 45px;
	width : 644px; 
	height: 370px;
	padding-top: 0px;
	overflow: auto; /* added for scrolling */
}

#content a{
	font-size: 1em;
	font-weight: normal;
	color: #ee7b07;
	text-decoration: none;
}
#content a:hover {
	color: #289dd4;
	font-size: 1em;
	font-weight: normal;
}


h4 {
	margin: 0px 0px 25px 0px;
	color: #ee7b07;
	font-size: 16px;
}

p {
	margin: 0px 0px 15px 0px;
	line-height: 1.3em;
}

ul {
	list-style-type: disc;
	margin: 0px 0px 15px 15px;
}

ol {
	list-style-type: none;
	margin: 0px 0px 15px 30px;
}

#balkenweiss {
	clear: both;
	position: relative;
	background-color: #ffffff;
	width: 900px;
	height: 40px;	
	margin: 0px auto;
}

img.content {
	float: right;
	padding-right: 50px;
}


/* fusszeile */

#fusszeile {
	clear: both;
	position: relative;
	background-color: #5ec5ed;
	color: #fff;
	font-size: 0.7em;
	font-weight: normal;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	width: 900px;
	height: 30px;	
	text-align: center;
	padding-top: 15px;
	margin: 0px 0px 0px 0px;
}



#fusszeile a {
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #ee7b07;
	text-decoration: none;
}

#fusszeile a:hover {
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #289dd4;

}

/*Anpassung fŸr IE 5,6*/

* html #fusszeile {
	height: 45px;
	padding-top: 15px;
	margin: 0 auto;
}



