/*  -------------------------
	--- Autor: --------------
	--- Dirk Petscheleit  --- 
	--- www.roterblitz.de ---
	-------------------------
	Projekt: www.sternschanze1.de
	-------------------------
*/

/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
	border:  none;
}
body {
	line-height: 1;
	color: black;
	background: white;

}
ol, ul {
	list-style: none;
}

/* @end */

body {
	background-color: black;
	color:  white;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 1.4em;
	text-align: center;
}

h1, h2, h3 {
	font: normal 40px arial;
	line-height: 1.3em;
	margin: 0;
	color: black;
	text-transform: uppercase;
}

h3 {
	font-size:  18px;
	margin-top:  45px;
}

h4 {
	font-size:  40px;
	margin-top:  95px;
	margin-bottom:  10px;
}

a:link, a:visited {
	color: black;
	text-decoration: none;
}

a:hover, a:active {
	color: #2d2d2d;

}

p {
	font-size: 12px;
	margin-bottom: 12px;
	width:  700px;
}

hr {
	width:  760px;
	color: #7f7f7f;
	background-color: #7f7f7f;
	height: 1px;
	margin:  65px 0 65px 0;
}


#container {
	width:  960px;
	background-color: white;
	color:  black;
	text-align: left;
	margin:  0 auto 0 auto;
}


#header {
	position: fixed;
	background-color: transparent;
	width: 960px;
	border-top: 20px solid black;
}

#navigation {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	width: 400px;
	margin: 8px;
}

#navigation li {
	height: 20px;
	margin-top: 5px;
}

#content {
	margin-left:  170px;
}


p.date {
	font-size: 18px;
	margin-top:  25px;
}

p.highlight {
	font-size: 14px;
	margin-top:  25px;
	line-height: 20px;
}

.sub {
	padding-top: 120px;
	margin-bottom: 500px;
}

.current {
	color:  green;
}

#impressum {
	padding-bottom: 100px;
}

#content .top {
	width: 805px;
	text-align: right;	
	font-size:  18px;
}

#content a:link,
#content a:visited {
	border-bottom: 1px solid #6a6a6a;
}

#content a:hover {
	border-bottom: 1px solid black;
}


#content .top a:link,
#content .top a:visited {
	color:  white;
	border-bottom: none;
}

.top a:hover {
	background-color: white;
	color:  black;
}

.gallery ul {
	clear: left;
}

.gallery li {
	float:  left;
	margin-right:  25px;
	margin-bottom: 25px;
	width:  113px;
	height:  113px;
	text-align: center;
}

#content .gallery li a:link, #content .gallery li a:visited,
#content a.video:link, #content a.video:visited   {
	border:  none;
}

.gallery li a:hover {
	opacity: .8;
}


