body{
	background-color: #eee;
	margin:0px;
	padding:0px;
	font-family: "arial";
	min-width: 1200px;
}

header{
	background-image:  url("/images/header_1980.png");
	width:100%;
	height:200px;
	background-position: center center;
	overflow: hidden;
	
}

header h1{
	color:#575747;
	font-family: "Arial-Black";
	font-size: 40px;
	text-align: right;
	margin-right:30px;
}

header ul{
	width:100%;
	height:30px;
	top:55px;
	left:0px;
}

header ul li{
	color:#575747;
	font-size: 20px;
	border-color:#575747;
	border-style: solid;
	border-width:0px;
}

.nav{
	position: relative;
	margin:0px;
	padding:0px;
	list-style: none;
}

.nav li{
	float: left;
	padding:0px 10px 0px 10px;
	margin:0px 10px 0px 10px;
	list-style: none;
}
.active{
	border-width: 0px;
	border-bottom-width:4px;
}
section{
	position: relative;
	width:96%;
	padding:0% 2% 0% 2%;
	min-height:600px;
	color:#444;
	min-width: 1200px;
	text-align: justify;
	overflow-x: hidden;
}

footer{
	position: relative;
	width:100%;
	height:150px;
	background-color: #8A8A7B;
}
footer ul{
	float:left;
}

footer ul li{
	color:white;
	font-size: 20px;
	border-color:white;
	border-style: solid;
	border-width:0px;
}

footer #kontakt{
	float:right;
	text-align:right;
	color:white;
	font-size: 20px;
	padding:0px;
	margin:0px;
	padding-right: 20px;
	width:425px;
	height:140px;
	margin-top:5;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color:#575747;
}

.coll{
	position:relative;
	width:49%;
}

.collR{
	float:right;
	margin-left:1%;
}

.collL{
	float:left;
	margin-right:1%;
}

th{
	text-align: left;
}
table{
	width:100%;
}
td{
	
	height:30px;
}

form input{
	width:100%;
	max-width:400px;
	height:30px;
	border-radius: 5px;
	border:2px solid #575747;
	font-size: 18px;
}

form textarea{
	width:100%;
	max-width: 400px;
	height:150px;
	border-radius: 5px;
	border:2px solid #575747;
	font-size: 18px;
}
.txtLeft
{
	position: relative;
	text-align: justify;
	width:80%;
	left:0%;
}

.txtRight
{
	position: relative;
	text-align: justify;
	width:80%;
	left:19%;
}

.txtL{
	position: relative;
	float:left;
	width:47.5%;
	text-align: justify;
	
		
}
.txtR{
	position: relative;
	float:right;
	width:47.5%;
	text-align: justify;
	
}
/*Kontakt Sytle*/
#submit:hover
{
	cursor: pointer;
	background-color: #575747;
}
#wiki{
	position: absolute;
	right:2%;
	bottom: 0px;
}
#impressum{
	width: 400px;
	
}
#urban-system{
	width:300px;
	position: absolute;
	left:15px;
	height:20px;
	bottom: 0px;
	color: #575747;
}