body
{
	font-family: Verdana, Helvetica; font-size: 12px; color: #FFFFFF; text-decoration: none;
	margin: 0px;
	background-image: url('http://www.ofbluesteel.com/images/bg.gif');
	background-repeat: repeat;
}
a{
	font-family: Verdana, Helvetica; font-size: 12px; color: #FFFFFF; font-weight: bold; text-decoration: underline;
}
a:visited{
	font-family: Verdana, Helvetica; font-size: 12px; color: #FFFFFF; font-weight: bold; text-decoration: underline;	
}
a:hover{
	font-family: Verdana, Helvetica; font-size: 12px; color: #666666; text-decoration: none;	
}


h4{
	font-size: 1.0em;	
	margin: 0 0 -10px 0;
	padding: 0;
}

#container{
	width: 780px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;	
}

#header{
	position: relative; top: 0px; left: 0px;
	width: 780px;
	height:	175px;
}


#main{
	position: relative; top: 0px; left: 0px;
	width: 780px; min-height: 300px;
	margin: 0;
	background: #0d101c;
	display: table;
}
#mainleft{
	float: right; 
	width: 190px; height: 400px;
}
#mainright{
	float: right;
	width: 560px; min-height: 400px;
	padding: 0 10px;
	border-left: 1px dotted #FFFFFF;
}
#mainright p{
	color: #FFFFFF;	
}
div.menuposition{
	width: 150px;
	float: left;
	text-align: left;	
}
.menulist{
	list-style-type: none;
	margin: 10px 0 0 0;	
	padding: 0;	
}
.menulist li{
	list-style-type: none;
	margin: 0;
	padding: 2px;
}
a.section, a:visited.section{
	color: #66a0ec;	
	margin: 0;
}
a:hover.section{
	color: #2d3448;
}

#footer{
	position: relative; top: 0px; left: 0px;
	width: 780px; height: 100px;
	background: #0d101c;
	border-top: 1px dotted #FFFFFF;
}
#footer p, #footer a, #footer a:visited, #footer a:hover{
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;	
}

.field{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; 
	color: #000;
	background-color:#FFF;
	border:1px solid;
	padding: 3px;
	border: 1px solid #000;
	width: 345px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.bericht, .textarea, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; 
	color: #000;
	background-color:#FFF;
	border:1px solid #000000;
	padding: 3px;
	width: 345px; height: 200px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.button{
	font-family: Verdana, Arial, Trebuchet MS;
	color: #FFFFFF;
	background-color:#949494;
	border:1px solid #757575;
	padding: 3px;
	margin-top: 10px;
	width: 200px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}



.entry{
	width: 500px;	
	border: 2px solid #FFFFFF;
	margin: 5px 0 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
