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

/* ALLGEMEINE EINSTELLUNGEN */

ul, ol{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
body{
	margin: 0 auto;
	padding: 0;
	color: #999999;
	background: url(pics/background/back.png) repeat;
	font-family: Calibri;
	font-size: 11px;
	font-weight: normal;
	height: 100%;
}
h1{
	font-size: 25px;
}
h2{
	font-size: 25px;
}
p{
	font-size: 16px;
	text-align: left;	
}
a {
	text-decoration: none;
	font-size: 14px;
	color: #666;
}
/* ROOT BOX */

#root{
	margin: 20px auto;
	width: 740px;
	background-color: #ffffff;
}
#head{
	position: relative;
	height: 76px;
	width: 700px;
	margin: 20px;
	background:url(pics/logo/logo.png) no-repeat 0px 20px;
}
#menue{
	position: relative;
	margin: 20px;
	width: 700px;
	border: 1px dashed #5ea8fc;
	background: url(pics/background/menue_back.png) no-repeat;
}
#menue a:hover{
	color: #5ea8fc;
}
#menue a:active{
	color: #5ea8fc;
}
#menue ul li{
	float: left;
	padding: 10px;
	padding-right: 0px;
}
/* CONTENT */
#content{
	position: relative;
	width: 700px;
	border: 1px dashed #5ea8fc;
	margin: 20px;
}
#content_pic{
	position: relative;
	width: 680px;
	height: 175px;
	margin: 10px;
}
#content_stuff{
	width: 680px;
	margin: 0px auto;
}
#footer{
	position: relative;
	width: 700px;
	margin: 20px auto;
}
#footer ul li{
	float: left;
	padding: 10px;
	padding-left: 0px;
	padding-top: 0px;
	}
#footer a{
	color: #CCC;
}
#footer a:hover{
	color: #666666;
}
/*FEHLER*/
.alert{
	position: relative;
	margin: 5px;
	padding: 15px;
	border: 1px solid #FF0000;
	background: #FF8080;
	color: #FFFFFF;
	width: 50%;
	left: 25%;
	text-align: center;
}
.alert a{
	color: #000;
	text-decoration: none;
	font-size: 16px;
}
/* Projekte */

.projekts li{
	display: table-cell;
	padding: 5px;
	font-size: 14px;
	color: #666;
	width: 350px;
}
.projekts li a{
	color: #5ea8fc;
}
.projekts li:first-child{
	width: 10px;
}
/* PARTNER */
.partner{
	background: url(pics/background/partner_back.png) repeat;
	margin-bottom: 10px;
	padding: 10px;
}
.left, .right{
	float: left;
	width: 50%;
	text-align: center;
}
.partner ul{
	text-align: left;
}
.partner ul li{
	display: block;
	padding: 5px;
	font-size: 14px;
	color: #666;
}
.partner ul li:first-child{
	color: #5ea8fc;
}
/* KONZIL */
.konzil_text h1{
	color: #5ea8fc;
}
.konzil_text{
	padding: 10px;
	border-bottom: 1px dashed #5ea8fc;
	margin-bottom: 10px;
}
.konzil_text a{
	position: absolute;
	right: 0px;
	padding: 10px;
}
.konzil_text a:hover{
	color: #5ea8fc;
}
/* KONTAKTFORMULAR */
.kontakt{
	float: left;
}
.kontakt input, .kontakt textarea{
	border: 1px solid #5ea8fc;
	width: 250px;
	padding: 10px;
	color: #CCC;
	font-size: 14px;
	margin: 10px;
}
.kontakt fieldset{
	color: #666;
	border: 1px dashed #666;
	margin: 10px auto;	
	background: url(pics/background/partner_back.png) repeat;
}
.kontakt ul li{
	width: 320px;
}
.kontakt input[type="submit"]{
	cursor: pointer;
	padding: 5px;
	background: #fff;
	width: 150px;
	color: #999;
	border: 1px solid #999;
}
.kontakt input[type="submit"]:hover{
	background: #CCC;
	color: #fff;
}
.kontakt img{
	border: 1px solid #5ea8fc;
	margin-top: 15px;
}
.kontakt p{
	padding: 15px;
}


