@charset "utf-8";

/* CSS Document */


body {
	/*background-image: url(background.png); 
	background-repeat: repeat-x repeat-y;*/
	background-color: #DAE8FF;
}

#container {

position: relative;

width: 940px;

height: 1475px;

margin: 0px auto;

margin-top: 10px;
/*
background: url(schatten.jpg) repeat-y;
*/
}



#pagebox {

position: relative;

float: left;

width: 900px;

height: 1475px;

margin-left: 20px;

display: inline;

background-color: #FFFFFF; 

}



#header {

position: relative;

float: left;

width: 900px;

height: 135px;

}



#navigation {

position: relative;

float: left;

width: 131px;

height: 990px;

margin-top: 5px;

margin-left: 5px;

margin-bottom: 10px;

display: inline;

z-index: 999;

background-color: #DAE8FF; 

}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	color: #006694;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.Titel1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: normal;
}

.unvisible {color: #FFFFFF}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}

#content {
	position: relative;
	float: left;
	width: 730px;
	height: 1290px;
	margin: 5px;
	overflow: hidden;
	display: inline;
	background-color: #FFFFFF;
}

#topdiv {
	position: relative;
	float: left;
	width: 730px;
	height: 90px;
	overflow: hidden;
	display: inline;
}

#titlediv {
	position: relative;
	float: left;
	width: 730px;
	height: 30px;
	margin-top: 10px;
	overflow: hidden;
	display: inline;
}

#contentdiv {
	position: relative;
	float: left;
	width: 730px;
	max-width: 730px;
	height: auto;
	margin-top: 5px;
	overflow: hidden;
	display: inline;
}

#contentdiv-links {
	position: relative;
	float: left;
	width: 470px;
	max-width: 470px;
	height: auto;
	overflow: hidden;
	display: inline;
	text-align: justify;
}

#contentdiv-rechts{
	position: relative;
	float: left;
	width: 240px;
	max-width: 240px;
	margin-left: 10px;
	margin-right: 10px;
	height: auto;
	display: inline;
}

#bild {

position: relative;
float: right;
width: auto;
height: auto;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
overflow: hidden;
display: inline;
background-color: #EEEEEE;

}


/*
#navigation-rechts {

position: relative;

float: left;

width: 150px;

height: 590px;

margin-top: 10px;

margin-bottom: 10px;

display: inline;

background-color: #CCCCCC;

}
*/


#footer {

position: relative;

float: left;

width: 900px;

height: 125px;

bottom: 0;

}
