* {
    padding: 0;
    margin: 0;
} 

body {
background: #000010;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #aaa;
}

img {
	border: none;
	margin: 8px;
}
a {	color: #00CCFF;
	text-decoration: none;
}
a:hover { text-decoration: underline; color : #aaa; }


#wrap {
margin: 0px auto 0 auto;
width: 1000px;
}

#header {
	border: 1px solid #000026;
	height: 195px;
	background: #333;
	background-image: url(img/banner1%20Kopie.jpg);
}
#header h1 {
font-size: 16px;
font-weight: 100;
letter-spacing: 1px;
padding: 150px 0 5px 770px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
	color: #999999;
	text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: 1px;
line-height: 12px;
}

.left {
	margin-top: 0px;
	width: 770px;
	float: left;
	text-align: justify;
	border: 5px solid #000026;
	padding: 10px;
	background: #03122f;
}
.left h1 {
	color: #97C4FF;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	padding : 10px 0 15px 0;
}
.left h2 {
	color: #97C4FF;
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: 100;
	padding : 10px 0 15px 0;
	link: underline;
}

.right {
	margin-top: 0px;
	width: 160px;
	float: right;
	border: 5px solid #000026;
	font-size: 12px;
	padding: 10px;
	background: #03122f;
}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #59799F;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }

#footer {
margin-top: 10px;
text-align: center;
color: #eee;
font-size: 11px;
border: 5px solid #000026;
padding: 10px;
background: #03122f;
}

