@charset "utf-8";
/* CSS Document */
body {
	background-color: #F2F2F2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

p {
	line-height: 20px;
}

a:link {
	color:#000;
	text-decoration:underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

a:visited {
	color: #666;
	text-decoration:underline;
	font-weight: normal;
}

a:active {
	color: #fdd618;
	text-decoration:none;
}

a:hover {
	color: #fdd618;
	text-decoration:none;
}
	
#hauptcontainer {
	width: 800px;
	margin-top: 75px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 58px;
	width: 800;
}

#Logo {
	margin-left: 15px;
	margin-right: 50px;
	float: left;
}


#header ul {
	word-spacing: 30px;
	list-style: none;
	padding-top: 47px;
	padding-left: 150px;
}

#header ul li {
	display: inline
}


#content {
	-moz-box-shadow: 0px 0px 5px #DDD;
	box-shadow: 0px 0px 5px #DDD;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #FFF;
	height: auto;
	width: 770px;
	margin-top: 20px;
	padding: 15px;
}

#bilder {
	margin-top: 73px;
	width: 200px;
	height: 1090px;
	float:right;
}

#schriftzug {
	clear: both;
}

#text {
	width:540px;
	height: auto;
}


#fhglogo {
	-moz-box-shadow: 0px 5px 5px #DDD;
	box-shadow: 0px 5px 5px #DDD;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #FFF;
	padding: 15px;
}

#footer ul {
	text-align:center;
}
#sprache {
	float: right;
	padding-right: 15px;
	padding-top: 47px;
}


#footer ul li {
	margin-left: 15px;
	margin-right: 15px;
	display: inline;
}

#hauptcontainer #content ul {
	margin:0px;
	padding: 0px;
}

#hauptcontainer #content li {
	list-style-type: none;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}

#hauptcontainer #content .h4 {
	line-height: normal;
	font-weight: bold;
	font-size: 11px;
}

#hauptcontainer #content .image_shadow {
	border-style: solid;
	border-width: 1px;
	border-color: #ddd;
	-moz-box-shadow: 5px 5px 5px #ddd;
	box-shadow: 5px 5px 5px #ddd;
}

#content a:link {
	text-decoration: underline;
}

