html {
	font-size: 62.5%;
	height: 100%;
}

body {
	background-color: #005599;
	text-align: center;
	margin: 0px;
	font-size: 1.3em;
	color: #003366;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	line-height: 1.5em;
	height: 100%;
	width: 100%;
	padding: 0px;
	scrollbar-base-color: #401000;
	scrollbar-track-color: #50100;
	scrollbar-face-color: #70100;
	scrollbar-highlight-color: #ffccoo;
	scrollbar-3d-light-color: #ffccoo;
	scrollbar-darkshadow-color: #301000;
	scrollbar-shadow-color: #101000;
	scrollbar-arrow-color: #70100;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
}

	
 


*  {margin: 0px; padding: 0px; border: 0px;}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.1em;
	color: #003333;
	margin-bottom: 0.6em;
	padding-bottom: 0.2em;
}
h1 {
	font-size:	1.2em;
	border-bottom-style: none;
	background-image: url(../img/underline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
	
a {
	color: #003333;
	text-decoration: underline;
}
a:link {}

a:visited {
	color: #401000;
	text-decoration: underline;
}
a:hover {}
a:active {}



div#projekt {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	height: auto;
	background-image: url(../img/mainbackground.gif);
	background-repeat: repeat-y;
	margin-top: 50px;
}

div#mainwrap {
	width: 850px;
	background-image: url(../img/mainbackground.gif);
	background-repeat: repeat-y;
	overflow: auto;
	height: auto;
}

div#content {
	width: 620px;
	text-align: left;
	overflow: auto;
	background-image: url(../img/content_background.jpg);
	background-repeat: repeat-y;
	padding: 20px;
	float: right;
	margin-top: 20px;

}
div#header {
	height: 60px;
	width: 660px;
	background-repeat: no-repeat;
	font-size: 24px;
	color:#FFaa00;
	letter-spacing: 0.1em;
	line-height: 60px;
	background-position: center center;
	background-image: url(../img/titel.png);
	margin-left: 190px;
	margin-bottom: 20px;
}
div#footer {
	height: 30px;
	font-size: 0.8em;
	text-align: center;
	color: #ffffbb;
	width: 660px;
	padding-left: 190px;
}
div#navigation {
	height: auto;
	top: 0px;
	width: 180px;
	left: 0px;
	margin-top: 80px;
	text-decoration: none;
}
div#navigation a {
	text-decoration: none;
	color: #ffffbb;
}
.menu1-level1-no {
	height: 20px;
	width: 120px;
	background-image: url(../img/button_act.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: 003366;
}
.menu1-level1-hover {
	float: right;
	text-decoration: none;
	padding-left: 1px;
	height: 20px;
	width: 110px;
	background-image: url(../img/button_hover.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #ffffbb;
	padding-right: 1px;
}
.menu1-level1-act  {
	height: 20px;
	width: 120px;
	background-image: url(../img/button_no.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 20px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	font-size: 12px;
}
.menu1-level2-no {
	height: 20px;
	width: 120px;
	margin-bottom: 2px;
	margin-left: 30px;
	list-style-type: disc;
	font-size: 11px;
	color: #ffffbb;
	font-weight: bold;
}
.menu1-level2-act {
	height: 20px;
	width: 120px;
	margin-bottom: 2px;
	margin-left: 30px;
	font-weight: bold;
	color: 003366;
	text-decoration: none;
	font-size: 11px;
}

.defloat {clear: both;}
ul {
	list-style-position: outside;
	padding-left: 1em;
}


div#leftbox {
	height: auto;
	width: 150px;
	text-align: right;
	position: static;
	top: auto;
	float: right;
	padding-top: 20px;
	color: #FFFF99;
}
