
/* standard elemente */
* {
	margin: 0;
	padding: 0;
}

#preload {
display: none
}

#preload img {
	height: 0; 
	width: 0;
	border: none;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -30;
}

 /* .transparent_class {
        filter:alpha(opacity=80);
        -moz-opacity:0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
} */

a {
 color: #6C7151;
 text-decoration:none;
 }

a:hover {
	color: rgb(78, 93, 60);
	text-decoration:none;
	}

td {padding:10px;}

li {font: normal 100% "Lucida Sans Unicode",sans-serif;}

body {
	background: rgb(78, 93, 60);  /* #4E5D3C url(img/bg.jpg); */
	color: rgb(212, 159, 52); /* #1b2232;*/  /* #444; */
	font: normal 75.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

p,blockquote,ul {margin-bottom: 1.2em;}

h1 {font: normal 1.6em serif;}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}


ul {margin-left: 1.8em;}


/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img.left {margin: 0 18px 6px 0;}
img.right {
margin:0 6px 18px 0;
padding-left:18px;
}

 .divider {
	background: rgb(0, 0, 36); /* url(img/divider.gif) no-repeat; */
	height: 0;
	/* margin-top: 24px; */
    margin-left:60px; 
}

/* struktur */
.container {
	background: rgb(0, 0, 36); /* url(img/bgcontainer.jpg) repeat-y center top; */
	margin: 0 auto;
	width: 936px;
	min-height:850px;
}

  

.top {
	background: rgb(0, 0, 36); /* url(img/bgcontent.gif) no-repeat 0 -4%; */
	float: left;
	width: 936px;
}

.logo{
    background:url(img/logo.png) no-repeat;
	width:200px;
	height:15px;
	text-align:left;
	margin-left:20px;
}

.header {
	background: rgb(49, 48, 56); /* url(img/header.jpg) no-repeat; */   /* #1b2232*/
	color: #FFC;
	font-size: 1.4em;
	height: 289px;
	width:936px;
	padding-right: 0px;
}

/* .header h1 {
	font: normal 3.2em serif,sans-serif;
	padding: 62px 0 34px 0;
} */

.pattern {
	background:  rgb(49, 48, 56); /* #334127 url(img/pattern.gif) repeat-x; */
	clear: both;
	height: 2px;
	width: 936px;
}

/* navigation */
.navigation {margin-right: 20px; text-align:right;}

.navigation a {
	color: rgb(212, 159, 52); /* #6C7151; */
	font-size:1.4em;
	/* font: normal 1.7em serif; */
	line-height: 50px;
	margin: 0 16px;
	text-decoration: none;
}
.navigation a:hover,.navigation #selected {
	color: rgb(78, 93, 60);
}

/* inhalt */
.content {
    background: rgb(0, 0, 36); /* url(img/bgcontent.gif) no-repeat; */
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
}
.content .spacer {
	height: 42px;
}

/* inhalt items */
.item {clear: both;}

/* .item img {border: 1px dashed #8A6;} */

.item .title {
	margin-top:0;
	color: rgb(212, 159, 52);
	font: normal 1.9em serif; 
	/* font-family: Comic Sans MS;
	font-size:1.9em; */ 
}

.item .title:first-letter {
	margin-top:0;
	display: block;
	float: left;
	font-size: 2.4em;
}


.item .metadata {
    color: rgb(212, 159, 52);
	font-size: 1.0em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
}

/* footer */
.footer {
	background: rgb(0, 0, 36);  /* url(img/bgfooter.gif) no-repeat; */
	background-position:bottom;
	color: rgb(212, 159,52);;
	font-size: 1.1em;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 832px;
}

.footer a {
	color: rgb(212, 159, 52);;
	text-decoration: none;
}

.footer a:hover {
	color: #333;
	text-decoration: underline;
}