* {
	margin: 0;
	padding: 0;
}

body {
background: #2e2e2e url(img/bg_1x600.png) repeat-x;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #e8e8e8;
}

a { color: #b6d8ff; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: none; }

img { border: 0; }
li { padding: 8px 0; list-style-type:none; }

.desc { font-size: 11px; font-weight:bold; }
.fett { font-weight: bold; }
.imprint  { font-size:12px; line-height:16px; }
.imprint_h { font-size:12px; font-weight:bold; color: #b6d8ff;}



#mainbox {
width: 800px;
margin: 0 auto;
}

#header {
margin: 40px 0 30px 0;
}


#content {
float: right;
width: 800px;
padding: 0;
border-left: 0px dotted #aaa;
text-align: justify;
line-height:18px;
}

#content h2 {
border-bottom: 1px dotted #aaa;
padding: 20px 0 5px 0;
margin-bottom: 10px;
color: #FFFFFF;
font-size: 22px;
font-weight: 100;
}

#content h3 {
border-bottom: 1px dotted #aaa;
padding: 10px 0 5px 0;
margin-bottom: 10px;
color: #b6d8ff;
font-size: 14px;
font-weight: bold;
}

#content h2 a {
color: #B0FFBD;
text-decoration: none;
}

#content h2 a:hover {
color: #eee;
}

#footer {
margin-top: 20px;
border-top: 1px dotted #aaa;
font-size: 11px;
text-align: center;
padding: 10px 0 10px 0;
}

