/*
###############
# ALLGEMEINES #
###############
*/
* {
	padding: 0;
	margin: 0;
}
/* formatierung bilder ohne rand auch wenn sie verlinkt sind */
img, a img {
	border: 0;
	margin-right: 10px;
}
/* formatierung body */
body {
	font-family:  Arial, Helvetica, san-serif;
	font-size: 70%;
	line-height: 1.4em;
	background-color: #F2F2F2;
	color: #666666;
}
/* formatierungen ueberschriften*/
h1 {
	margin: 5px 0 0 0;
	padding-bottom: 8px;
	font-size: 2.4em;
	color: #0065BD;
	border-bottom: #0065BD 1px solid;
}
h2{
	margin: 5px 0 10px 0;
	font-size: 1.4em;
	color: #66bb22;
}
h3 {
	margin: 5px 0 0 0;
	font-size: 1.4em;
	color: #66bb22;		
}
/* formatierungen blockelemente */
blockquote {
	font-style: oblique;
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: center;
}
/* Standardtformatierung Absatz */
p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 15px 0;
}
hr {
	border: #CCC 1px groove;
	
	margin: 2px 0 2px 0;
}

/* 
#################################
# Standardtformatierung KLASSEN # 
#################################
*/
/* Element aus einem Float befreien */
.clear {
	clear: both;
}
/* Anzeige eines Elementes unterbinden */
.none {
	display: none;
}
/* Elemente rechts oder links */
.leftalign {
	float: left;
}
.rightalign {
	float: right
}
.textbox {
	position: relative;
	margin: 20px 10px 1px 10px;
	width: 680px;		
}
.textbox ul {
	font-size: 1.2em;
	line-height: 1.4em;
}
.textbox li {
	margin: 0 0 0 30px;	
}
/*
##############
# navigation #
##############
*/
/* headnav */
#headtopnav {
	position: relative;
	top: 1px;
	right: 10px;
	float: right;
	font-size: 1.2em;
	word-spacing: 0.5em;
}
#headtopnav a:link, #headtopnav a:visited {
	color: #FFFFFF;
	text-decoration: none;	
}
#headtopnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* hauptnavigaiton */
#nav ul {
	font-size: 1.4em;
	font-weight:bold;
	line-height: 1.8em;
	list-style: none;
}
#nav li a:link, #nav li a:visited {
	color: #66bb22;
	text-decoration: none;
}
#nav li a:hover {
	color: #0065bd;
	text-decoration: none;
}
/*
############################
# positionen div container #
############################
*/
#wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: auto;
	background-image:url(../images/schatten_4.gif);
	background-repeat:repeat-y;
}
#head {
	position: relative;
	top: 0px;
	left: 28px;
	width: 846px;
	height:150px;
	background-color: #DDEECC;
}
#headtop {
	position: relative;
	top: 0px;
	left: 0px;
	width: 846px;
	height: 20px;
	background-image:url(../images/hintergrund_topnav.gif);
	background-repeat: no-repeat;
}
#headinner {
	position: relative;
	top: 5px;
	left: 5px;
	width: 836px;
	height: 120px;
	background-color: #4C8DCB;
	background-image:url(../images/hintergrundtop.jpg);
	background-repeat: no-repeat;
}
#logo {
	position: relative;
	top: 10px;
	left: 50px;
	width: 300px;
	height: 100px;
	background-image:url(../images/logo.png);
	background-repeat: no-repeat;
}
#content {
	position: relative;
	top: 10px;
	left: 28px;
	width: 845px;
	height: auto;
}
#nav {
	position: relative;
	top: 45px;
	left: 15px;
	float: left;
	width: 120px;
	height: 300px;
}
#inner {
	position: relative;
	top: 5px;
	margin-left: 138px;
	width: 700px;
	border-bottom: #ccc 1px dotted;
}
#innerhead {
	position: relative;
	top: 5px;
	left: 0px;
	width: 700px;
	height: 25px;
}
#footer {
	position: relative;
	top: 0px;
	left: 28px;
	width: 846px;
	height: 20px;
	background-image:url(../images/hintergrund_footer.gif);
}
#footercontent {
	position: relative;
	top: 3px;
	color: #FFF;
	font-size: 1.2em;
	text-align: center;
}
/*
########################
# slideshow einzelteile#
########################
*/
#slideshow_einzelteile {
	float: right;
	width: 350px;
	height: 250px;
}
#slideshow_field {
	border: #0065BD 0px solid;
	
}
#slideshow_einzelteile legend {
	color: #66bb22;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
}
/*
##########################
# slideshow windradbilder#
##########################
*/
#slideshow_windradbilder {
	float: left;
	width: 350px;
	height: 250px;
}
#slideshow_field_bilder {
	border: #0065BD 0px solid;
	
}
#slideshow_windradbilder legend {
	color: #66bb22;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
}
