* {
	padding: 0;
	margin: 0;
}

h1 {
	margin-top: 20px;
}

body {
	width: 960px;
	/*background-color: white;*/
	font-family: arial, helvetica, sans-serif;
	margin: auto;
}

#projekt {
	/*position: absolute;
	left: 0;
	top: 0;*/
}

#enclose_top {
	clear: both;
	/*position: absolute;
	top: 0;
	left: 0;*/
	/*height: 100px;*/
	width: 960px;
	margin: 0;
	padding: 0;
}

#enclose_logo {
	width: 200px;
	float: left;
}

#logo {
	width: 100%;
	height: 100px;
	/*background-color: #FFF;*/
}

#enclose_top_rechts {
	width: 760px;
	float: right;
}

#kopf {
	/*width: 100%;*/
	height: 50px;
	/*background-color: #FFF;*/
}

#menu_symbols {
	height: 25px;
	margin-top: 0;
	background-color: #D06C30;
	text-align: right;
}

#menu_symbols ul li {
	display: inline;
	list-style-type: none;
	text-align: right;
}

#menu_symbols ul a img {
	border-style: none;
	background-color: #D06C30;
}

#menu_symbols ul li a img {
	border-style: none;
	background-color: #D06C30;
}

#menu_top {
	height: 25px;
	margin-top: 0;
	background-color: #D06C30;
}

#menu_top ul li {
	display: inline;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
}

#menu_top ul li a {
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#menu_top ul li a:hover {
	color: yellow;
}

#enclose_spalten {
	clear: both;
	/*display: block;*/
	/*background-color: #FFF;*/
	/*position: absolute;
	top: 100px;
	left: 0;*/
	width: 960px;
}

#enclose_links {
	width: 200px;
	float: left;
	/*position: absolute;
	top: 0;
	left: 0;*/
}

#links {
	/*width: 100%;*/
	height: 420px;
	/*background-color: #FFC;*/
	margin: 0;
	padding: 0;
	/* background-image: url(../pics/menu_bck.jpg); */
}

#enclose_rechts {
	float: right;
	/*position: relative;
	left: 200px;
	top: 0;*/
	/* wegen Fehler in Firefox */
	width: 759px;
	background-color: #8197A5;
}

#inhalt {
	/*width: 100%;*/
	margin: 0;
	padding: 0;
	/*min-height: 380px;*/
}

div#inhalt ul {
	margin-left: 30px;
	list-style-type: circle;
}

#footer {
	clear: both;
	/*float: left;*/
	width: 960px;
	/*bottom: 10px;*/
	background-color: #D06C30;
	margin-top: 100px;
	margin-left: 0;
}

a.footer_link {
	color: black;
	text-decoration: none;
}

.footer_email {
	color: black;
	text-decoration: none;
	font-weight: normal;
}
