
/*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: #707173;
	margin: 0;
	font-weight: normal;
	text-align: center;
	color: #000000;
}

#index {
	margin: 0 auto;
	height: 610px;
	width: 900px;
	position: relative;
	margin-top: 100px;
	background-color: #9c9e9f;
}

#contain_all {
	margin: 0 auto;
	height: 610px;
	width: 900px;
	position: relative;
	padding-top: 0px;
	text-align: left;
	background-color: #707173;
}


/* Logo */
#logo {
	float: right;
	margin-top: 50px;
	padding-top: 15px;
	padding-left: 700px;
	width: 200px;
	height: 85px;
	background-color: #9c9e9f;
}

* html #logo {
	padding-right: 30px;
	width: 170px;
}

/* bilder oben */

#bilderoben {
	position: absolute;
	margin-left: -50px;
	margin-top: 25px;
	width: 650px;                                                                        
	height: 125px;	
	
}

* html #bilderoben {
	margin-left: 0px;
}

/* container */

#container {
	margin-top: 0px;
	width: 900px;
	height: 500px;
}


/**/



/* Navigation */	
	

#navsite {
	float: left;
	background-color: #9c9e9f;
	width: 150px;
	height: 500px;
	padding: 0px;
	margin: 0px;
}

* html #navsite {
	margin-left: 25px;
}

#navsite h5 {
	display:none;
}
#navsite ul {
	padding-left: 25px;
	padding-top: 20px;

	font-size: 0.9em;
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
}

#navsite ul li {
	list-style: none;
	margin-bottom: 15px;
	
}	
	
#navsite ul li a {
	font-size: 0.9em;
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#navsite ul li a link {
	color: #006c9e;
}
#navsite ul li a:hover {
	color: #006c9e;
}
#navsite ul li a#current {
	color: #006c9e;
}


/* content */

#content {
	float: right;
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
	background-color: #9c9e9f;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	width : 685px; 
	height: 350px;
	padding-top: 0px;
	overflow: auto; /* added for scrolling */
}

#content a{
	font-size: 1em;
	font-weight: normal;
	color: #006c9e;
	text-decoration: none;
}
#content a:hover {
	color: #a10d59;
	font-size: 1em;
	font-weight: normal;
}

#content ul {
	margin: 0px 0px 20px 10px;
	line-height: 1.2em;
	
}
#content ul li {
	margin: 0px 0px 10px 0px;
	
}


#content2 {
	float: right;
	background-color: #9c9e9f;
	padding-left: 20px;
	padding-right: 20px;
	width : 685px; 
	height: 150px;
}

h4 {
	margin: 20px 0px 20px 0px;
	color: #006c9e;
	font-size: 14px;
}

p {
	margin: 0;
	padding-bottom: 15px;
	line-height: 1.2em;
}



/* bilder unten */

#bilderunten {
	position: absolute;
	margin-left: 300px;
	top: 500px;
	width: 650px;
	height: 150px;	
}

/*Anpassung fŸr IE*/


/*Anpassung fŸr IE7*/

html* #bilderunten {
	position: absolute;
	left: 0px;
	margin-top: 0px;
}

/* fusszeile */

#fusszeile {
	clear: both;
	position: relative;
	background-color: #006c9e;
	color: #fff;
	font-size: 0.7em;
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	width: 900px;
	height: 20px;	
	text-align: center;
	padding-top: 10px;
	margin: 0px auto;
}



#fusszeile a {
	font-size: 1em;
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #a10d59;
	text-decoration: none;
}

/*Anpassung fŸr IE 5,6*/ 

* html #fusszeile {
	clear: both;
	position: relative;
	width: 850px;
	left: 25px;
	padding: 10px 0;
	margin: 0 auto;
}

/*Anpassung fŸr IE 7*/

*:first-child+html #fusszeile {
	clear: both;
	position: relative;
	width: 900px;
	top: 35px;
	padding: 5px 0;
	margin: 0 auto;
}

html* #fusszeile a {
	font-size: 1em;

}

html* #fusszeile a:hover {
	font-size: 1em;
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}


#fusszeile a:hover {
	font-size: 1em;
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

img {
	margin: 0;
	border: 0;
}



