@charset "UTF-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #000000;
	background-image: url(../gfx/background.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	font-size: 13px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

h1, h3 {
	margin: 0;
	padding: 0 0 .2em 0;
	font-weight: normal;
}
h1 {
	font-size: 160%;
	color: #EFCB00;	
}
h3 {
	font-size: 120%;
	padding-top: 0.4em;
	color: #E2EFDE;
}
p {
	margin: 0;
}
p, li {
	line-height: 145%;
	padding: 0 0 .8em 0;
}
ul {
	margin-top: 0;
	margin-bottom: 0;
}
a {
	color: #CCCCCC;
	text-decoration: none;
}

/* Inhaltsbereich */
#content {
	width: 800px;
	margin: 0 auto 0 auto;
	padding-top: 35px;
}
#cover {
	margin-bottom: 10px;
}
#leftcolumn {
	width: 530px;
	padding: 10px 20px 10px 20px;
	margin-right: 10px;
	float: left;
	min-height: 300px;
}
#rightcolumn {
	padding: 10px;
}
p + h1 {
	padding-top: 0.5em;
	border-color: #DDDDDD;
	border-style: dotted;
	border-width: 1px 0 0 0;
}
#content a{
	text-decoration: underline;	
}
#content img.bd {
	border: 1px solid #000000;
	margin-bottom: 20px;
}

/* Navigation oben */
#navigation {
	position: fixed;
	left: 0;
	top:0;
	width: 100%;
	height: 35px;
	z-index:1;
	text-align: center;
	line-height: 35px;
	font-weight: 300;
	color: #FFFFFF;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.7);
	background-color: transparent\9;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
	zoom:1;
}

#navigation ul {
	margin: 0; 
	padding: 0;

}
#navigation li {
	list-style: none;
    margin: 0 22px 0 22px; 
	padding: 0;
	display: inline;
}

#navigation a {
	text-decoration: none;
	color: #CCCCCC;
}
#navigation a:hover {
	color: #FFFFFF;
}
