body{
	background: #123456;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: normal;
}


div#logo{
	float:left;
	width:140px;
	height:30px;
	position: relative;
}

div#menue{
	left:20px;
	height:30px;
	border:none;
	position:relative;
}

div#links{
	float:left;
	top: 60px;
	width:140px;
	position: absolute;
	left: 12px;
}

div#content{
	top: 5px;
	left: 160px;
	width:60%;
	border:thin dotted #FF9900;
	margin-top: 25px;
	margin-right: 10px;
	position:relative;
}

div#footer{
	clear:both;
	top: 10px;
	left:160px;
	width:60%;
	border:none;
	position:relative;
	margin-bottom: 25px;
}

h1{
margin: 5px;
}

h2{
margin: 5px;
}

p{
	margin: 7px;
}

a{
	color: #FFCC00;
	font-weight:normal;
	text-decoration: none;
	border:none;
}

a img{
border:none;
}

img { 
border: none;
}



a:hover{
	color: #FFFF00;
}

#title { position:absolute; top:0; left:0; width:100%; background-color:#396; border-bottom:3px solid #ccc; }
#title h1 { margin: 10px; font-size:2.5em; }
#title h1 a { text-decoration:none; color:#ddd; }

#menubar { position:absolute; top:100px; left:0; width:200px; }
#menubar h3 { border-bottom:1px solid #396; margin:0 0 10px 0; padding:2px 10px; color:#396; }
#menubar p, #menubar form { margin:0 10px 30px 10px; }

#main { position:absolute; top:100px; left:230px; width:520px; }
.entry { background-color:#fff; border:1px dotted #396; margin-bottom:30px; padding:10px; }
.entry h2 { margin:0 0 0.5em; color:#060; }
.entryfooter { margin:10px -10px -10px; padding:5px 10px; border-top:1px dotted #396; background-color:#eee; font-size:0.8em; color:#666; }
.entryfooter a { margin:0 5px; text-decoration:none; color:#336; }

.comments { margin-bottom:30px; }
.comments h3 { margin:0; color:#060;}
.comment, .comments form { margin:15px 0; background-color:#f6f6f6; border:1px dotted #396; padding:10px; }
.comments label { display:block; margin-bottom:10px; }
.comments textarea { width:100%; }

