@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
	text-align:center;
	margin:auto;
	padding:auto;
}

#wrapper {
    position: absolute;
	top: 40%;
	left:50%;
	width: 800px;
	margin: -200px auto 0 -400px;
}

#header {
	position:relative;
	top:0px;
	left:0px;
	z-index:10;
	width: 800px;
	height: 40px;
}

.content{
	position:relative;
	top:0px;
	left:0px;
	z-index:;
	width: 800px;
	height: 420px;	
}

#navi {
	position:relative;
	width: 800px;
	height: 26px;
	bottom: 0px;
	z-index: 10;
	border-top:2px solid #a8a7a7;
}

.navi_btn{
	margin-top:1px;
	float:left;
}

#subnavi{
	float:right;
}
.subnavi_btn{
	float:left;
	right:0px;
}

#intro{
    position: absolute;
	top: 40%;
	left:50%;
	width: 800px;
	height:500px;
	margin: -200px auto 0 -400px;
	z-index:500;
	background:#fff;
}
#intro-logo{
	display:none;
	margin-top:230px;
}


#headline{
	position:absolute;
	top:0px;
	left:0px;
	z-index:500;
}

.text_norm{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height:14px;
	color:#909797;
}
.text_norm:hover{
	text-decoration:none;
	/*color:#495b95;*/
}

img.picture{
	border:none;
}
img.picture:hover{
	border:2px solid #495b95;
	margin-top:-2px;
	margin-left:-2px;
}

.text_bold{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-align: justify;
	line-height:15px;
	color:#909797;
}

.text_bold:hover{
	text-decoration:none;
	color:#495b95;
}



p{
	margin:5px;
}

img{
	border:0;
}

a{
	outline:none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-align: justify;
	line-height:15px;
	color:#909797;
	text-decoration:none;
}
a:hover{
	color:#495b95;
}

.clear{
	clear:both;
}

#projekte_navi a{
	font-size: 20px;
	font-weight:bold;
	line-height:15px;
	color:#909797;
	text-decoration:none;
}

#projekte_navi a:hover{
	color:#495b95;
}


.td_left{
	text-align:right;
	vertical-align:top;
	padding-bottom:12px;
}

.td_right{
	text-align:left;
	vertical-align:top;
}

.txtfield_norm{
	width:300px;
	height:16px;
	border:0;
	line-height:0px;
}
.txtfield_area{
	width:300px;
	height:200px;
	border:0;
}

ul{
	margin: 0;
	padding-left:14px;
	list-style:outside none;
	text-align:left;
}
ul li{
	margin:5px 0;
}

ul li:before{
	content: "> ";
	font-size:10px;
}