html {
	height: 100.1%;
	font-size: 62.5%;
}

body {
	#background-color: #3b3b3b;
	background-color: #aacc88;
        margin: auto;
	font-size: 1.3em;
	color: #3F3F3F;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	line-height: 1.5em;
}

*  {margin: 0px; padding: 0px; border: 0px;}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 0.6em;
	padding-bottom: 0.2em;
	color: #508550;
}
	
a {
	text-decoration: underline;
	color: #508550;
}
a:link {}
a:visited {
	color: #3b3b3b;
}
a:hover {}
a:active {}


ul {}

ul li {
	list-style-type: square;
	list-style-position: inside;
}

div#projekt {
	position: static;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}
div#titel {
	height: 20px;
	width: auto;
	clear: both;
	font-size: 20px;
	color:#508550;
	letter-spacing: 48px;
	text-align: center;
	text-transform: uppercase;
	text-indent: 40px;
}
div#header {
	height: 60px;
	width: auto;
	clear: both;
	font-size: 20px;
	letter-spacing: 2em;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9f9f9f;
	border-bottom-color: #9f9f9f;
	text-align: center;
	vertical-align: bottom;
	text-indent: 150px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
div#navigation {
	height: auto;
	width: 150px;
	text-align: left;
	clear: left;
	padding-top: 40px;
	margin-left: 20px;
}
div#navigation a{
	text-decoration: none;
	color: #508550;
		}
		
.menu1-level1-no {
	text-decoration: none;
	margin-top: 6px;
	padding-left: 5px;
}

.menu1-level1-act {
	color: #FFFFFF;
	margin-top: 6px;
	font-weight: bold;
	padding-left: 5px;
	text-decoration: none;
}
.menu1-level2-no {
	padding-left: 20px;
	font-size: 0.9em;
	text-decoration: none;
}
.menu1-level2-act {
	padding-left: 20px;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;

}
div#mainwrap {
	height: 500px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-y;
}

.defloat {clear: both;}
div#mainbox {
	height: auto;
	width: 450px;
	float: right;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;

}
div#mainbox img {
      border: thin;
      border-style: solid;
      border-color: #3b3b3b;
      margin: 2px;
}

div#footer {
	height: 20px;
	width: auto;
	font-size: 0.8em;
	font-color: #508550;
        border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9F9F9F;
	border-bottom-color: #9f9f9f;
	text-align: center;
}
div#rightbox {
	height: auto;
	width: 145px;
	text-align: left;
	position: static;
	top: auto;
	float: right;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-right: 20px;
}

.csc-textpic-caption {
	font-size: 0.9em;
	line-height: 1.1em;
	}
	
.csc-mailform { border: none;}
.csc-mailform input,  .csc-mailform textarea { 
			width: 260px; 
			margin: 3px; 

			padding: 3px; 
			font-family: arial; 
			font-size:1em }
.csc-mailform-field label { width: 100px; display:block;  float:left;}
.csc-mailform-field { padding-bottom: 2px;}
.csc-mailform-submit { background-color: #a1a1a1;}
.csc-mailform-submit:hover { background-color: #3b3b3b; color: #e1e1e1;}

