@charset "utf-8";

*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body{
	background-image:url(../images/zaun.jpg);
	background-color:#1283AD;
	padding-bottom:70px;
}

h1{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#333333;
}

p{
	font-size:12px;
	color:#333333;
}

a{
	font-size:11px;
	color:#777777;
	text-decoration:none;
	display:block;
	padding-top:5px;	
}

img{
	position:relative;
	margin-right:15px;
	margin-bottom:5px;
}

object{
	z-index:1;
	position:relative;
}

.technik{
	font-size:11px;
}

.pics{
	width:100%;
	height:100%;
	text-align:center;
}

.bildueberschrift{
	text-indent:110px;
	text-align:left;
	font-weight:bold;
}

#wrapper{
	position:relative;
	width:900px;
	height:100%;
	top:30px;
	left:50%;
	margin-left:-450px;
	overflow:hidden;
}

/* Header-Bereich */
#header{
	position:relative;
	width:850px;
	height:100px;
	left:25px;
	background:url(../images/titelVerlauf.png) repeat-x;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}

#titel{
	position:relative;
	width:800px;
	height:80px;
	top:10px;
	left:25px;
	text-align:center;
}

/* Navigation-Bereich */
#navi{
	position:relative;
	width:850px;
	height:30px;
	left:25px;
	background-color:#CCCCCC;
}

.link1,.link2,.link3,.link4{
	z-index:100;
	position:absolute;
	width:120px;
	height:23px;
	top:4px;
	margin-left:10px;
	background-color:#FFFFFF;
	text-align:center;
	-moz-border-radius:3px;
	overflow:hidden;
	float:left;
}

.link1:hover{
	z-index:100;
	position:absolute;
	width:120px;
	height:23px;
	top:4px;
	margin-left:10px;
	background-color:#222222;
	text-align:center;
	-moz-border-radius:3px;
	overflow:visible;
}

.link2:hover{
	z-index:100;
	position:absolute;
	width:120px;
	height:277px;
	top:4px;
	margin-left:10px;
	background-color:#222222;
	text-align:center;
	-moz-border-radius:3px;
	overflow:visible;
}

.link3:hover{
	z-index:100;
	position:absolute;
	width:120px;
	height:85px;
	top:4px;
	margin-left:10px;
	background-color:#222222;
	text-align:center;
	-moz-border-radius:3px;
	overflow:visible;
}

.link4:hover{
	z-index:100;
	position:absolute;
	width:120px;
	height:145px;
	top:4px;
	margin-left:10px;
	background-color:#222222;
	text-align:center;
	-moz-border-radius:3px;
	overflow:visible;
}

.subnavi{
	display:block;
	border-color:#CCCCCC;
	margin-top:10px;
	margin-bottom:5px;
	padding-top:3px;
	padding-bottom:4px;
	background-color:#222222;
}

.subnavi:hover{
	background-color:#CCCCCC;
}

#kategorie1{
	margin-left:10px;
}

#kategorie2{
	margin-left:140px;
}

#kategorie3{
	margin-left:270px;
}

#kategorie4{
	margin-left:400px;
}

/* Content-Bereich */
#content{
	position:relative;
	width:850px;
	height:100%;
	left:25px;
	background-color:#FFFFFF;
	padding-top:10px;
	padding-bottom:20px;
}

#mainRahmen{
	position:relative;
	width:830px;
	height:100%;
	left:10px;
	padding-top:5px;
	padding-bottom:5px;
	-moz-border-radius:10px;
	border:solid 1px;
	border-color:#BBBBBB;
}

#mainContent{
	position:relative;
	width:800px;
	height:98%;
	left:5px;
	-moz-border-radius:10px;
	background-color:#EEEEEE;
	padding:10px;
	white-space:normal;
}

.weiter{
	text-align:right;
}

/* Footer-Bereich */
#footer{
	position:relative;
	width:850px;
	height:50px;
	left:25px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	background-color:#FFFFFF;
}

#footerContent{
	position:relative;
	width:850px;
	height:30px;
	left:0px;
	padding-top:10px;
	padding-bottom:5px;
}

.rights{
	font-size:11px;
	color:#555555;
	text-align:center;
}

