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;
}

