* {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	color: #4B0033;
	text-align: left;
}

h2 {
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	color: #6A1220;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

body {
	width: 900px;
	background-color: #4b0033;
	/*background-color: white;*/
	font-family: arial, helvetica, sans-serif;
	/*background-image: url(../pics/sidebar_ohne.jpg);
	background-repeat: repeat-y;*/
	margin: auto;
}

#projekt {
	background-color: #E3E4E6;
	position: absolute;
	width: 900px;
}

#kopf {
	width: 900px;
	height: 143px;
	background-image: url(../pics/Bildbalken.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#enclose_spalten {
	background-color: #E3E4E6;
	/*position: relative;*/
	width: 898px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	clear: both;
	float: left;
}
	
#enclose_links {
	background-color: #E3E4E6;
	width: 200px;
	/*height: 648px;*/
	clear: both;
	float: left;
}

#menu_left {
	color: #9392A0;
	font-size: 14px;
}

#menu_left ul {
	list-style-type: none;
	margin-left: 5px;
}

#menu_left ul li {
	/*display: inline;*/
}

#menu_left ul ul ul li {
	margin-left: 20px;
}

#menu_left a {
	text-decoration: none;
	color: #143D65;
	color: #4D4D4D;
}

#menu_left a:hover {
	color: #041F3F;
	/*background-color: #A19BCF;*/
}

#enclose_rechts {
	width: 698px;
	float: right;
}
	
#enclose_inhalt {
	min-height: 600px;
	/*clear: both;*/
	/*color: #041F3F;*/
	background-color: white;
	padding: 10px;
	font-size: 12px;
	border-left: black solid 1px;
	border-top: black solid 1px;
	border-bottom: black solid 1px;
	width: 678px;
	float: right;
}

#inhalt ul {
	padding-left: 30px;
}

#inhalt ul a:hover {
	color: #041F3F;
	background-color: #A19BCF;
}

#footer {
	background-color: #E3E4E6;
	/*clear: both;*/
	float: right;
	width: 698px;
	margin-top: 5px;
	font-size: 12px;
	/*height: 100px;*/
	/*display: inline;*/
	/*color: #E0E0E0;*/
}
	
#footer a {
	color: #E0E0E0;
}

