html, body 
{
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

body 
{
	background-color: #FFFFFF;
	margin: 4px; 
	padding: 0px;
	font: 12px sans-serif;
	font: 12px sans-serif;
	border-top: 30px solid #464646; /*#464646;#E6E6E6*/
}

body > h1 
{
	margin: 4px 0 0 0;
	position: absolute;
	top: 0px;
	left: 15%;
	width: 69%;
	
	padding: 8px 0 0 1%;
	background-color: #6FA349;	
	color: #FFFFFF;	
	
	font: bold 13px/125% sans-serif;
	letter-spacing: 1px;
	height: 58px;
	
	/*font: bold 11px/130% sans-serif;
	letter-spacing: 1.4px;
	height: 43px;*/
	
}

div#nav
{	
	width: 16.5%;
	height: 320px;
	float: left;
	margin: 50px 0 0 0;
	padding: 30px 0 0 0;
	border-right: 10px solid #E6E6E6;
}

div#nav a
{
	display: block;
	font: bold 12px sans-serif;
	color: #030303;
	letter-spacing: 0.4px;
	text-decoration: none;
	text-align: right;
	padding-right: 20px;	
	margin-bottom: 7px;
}
div#nav a:hover { color: #6FA349; }


div#nav a span { 
	font-weight: normal;
	margin-bottom: 6px;
}

body div#mitte
{
	width: 65%;
	float: right;
	margin: 50px 15% 0 0;
	padding: 5px 1% 10px 1%;
	font: 14px/150% Sans-Serif;
	text-align: left;	/*justify*/
	/*
	-moz-box-shadow:rgba(200,200,200,1) 0 3px 12px;
	-webkit-box-shadow:rgba(200,200,200,1) 0 3px 12px;
	-khtml-box-shadow:rgba(200,200,200,1) 0 3px 12px;
	box-shadow:rgba(200,200,200,1) 0 3px 12px;
	*/
}

div#mitte hr
{
	clear: both;
	height: 1px;
	border: 0px;
	background-color: #DDD;
	width: 90%;
	margin: 5px auto 5px 0px;
}

div#mitte p
{
	margin: 15px 0px;
	padding: 3px;
	width: 95%;
	max-width: 950px;
}

div#mitte a 
{
	color: #030303;
	text-decoration: underline;
}

div#mitte a:hover { text-decoration: none; }


div#mitte > table, div#mitte > form > table
{
	margin: 10px 0px;
	width: 90%;	
}

div#mitte div.left {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 40%;
}

div#mitte div.right {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 60%;
}

div#mitte div div.right { width: 80%; }
div#mitte div div.left { width: 20%; }

div#mitte div > p 
{ 
	width: 100%; 
	margin: 0px;
}

div#mitte > div#referenzen > p
{
	float: left;
	text-align: center;
	font: 12px/150% Sans-Serif;
	padding: 0px;
	margin: 5px 0px;
	width: 30%;
	height: 179px;
}

div#mitte > div#referenzen > p > img
{
	display: block;
	margin: 0px auto 0px auto;
	border: 1px solid #EEE;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 5px;
}

div#mitte ul {
	list-style-type: square;
}

img[src="media/images/raumopol.png"]
{
	display: block;
	float: right;
	margin: 0px 10px 0px 25px;
}

input[type="text"]
{
	width: 100%;
	padding: 2px;
	background-color: #F6F6F6;
	border: 1px solid #E6E6E6;
	font: 14px/150% Sans-Serif;
	letter-spacing: 0.7px;	
}

input[name="hashwert"]
{
	display: block;
	background-color: transparent;
	padding: 3px;
	border: 0px;
	border-bottom: 1px solid #E6E6E6;
	width: 100%;
	font: 14px/150% Sans-Serif;
	letter-spacing: 0.7px;
}

textarea
{
	width: 90%;
	border: 1px solid #E6E6E6;
	background-color: #F6F6F6;
	padding: 2px;
	height: 130px;
	font: 14px/150% Sans-Serif;
	letter-spacing: 0.7px;
}

input[type="submit"]
{
	background-color: gainsboro;
    color: #333;
    width: 250px;
    padding: 2px;
    margin: 15px auto 15px 15px;
    font-weight: bold;
	display: block;
	border-color: #e5e5e5;
}

body div[clear="true"]
{	
	clear: both;	
	/*background-color: #E6E6E6;*/
}

body div#footer
{
	height: 24px;
	margin: 50px 0 0 19%;
	width: 65%;
	padding: 6px 0 0 0px;
	/*background-color: #6FA349;*/
	color: #A0A0A0;
	letter-spacing: 0.9px;
	border-top: 1px solid #DDDDDD;
}

body div#footer > a
{
	font: normal 10px Sans-Serif;
	color: #6FA349;
	font-weight: bold;
	text-decoration: none;
	margin-right: 3px;

}
body div#footer > a:hover { text-decoration: underline; }

body div#mitte h2
{
	background-image: url('../images/arrow_black_bottom.gif');
	background-repeat: no-repeat;
	background-position: 5px 10px;
	margin: 0px 0px 15px 0px;
	padding: 2px 20px;
	font: bold 16px sans-serif;
	border-bottom: 1px solid #DDD;
}

body p.highlight {
	background-color: #F5F4F3;
	background-image: url('../images/smallarrow_black_right.gif');
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 4% !important;
	width: 91% !important;
	border: 1px solid #6FA349;
}


#error, #message
{
	margin: 15px auto 15px 0px;
	border: 1px solid #e6db55;
	padding: 12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFFFCC;
	width: 906px;
	
}

#phptime
{
	clear: both;
	padding: 8px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 0px solid #DDDDDD;
}
