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

a {color: #444;}

a:hover {color: #FF333D;}

body {
	background: #FFCC33 ;
	color: #000;
	font: normal 70% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

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

h1 {font: normal 18pt serif;}

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

ul {margin-left: 1.8em;}

blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	font: normal 1.4em serif;
	padding-left: 22px;
}

blockquote p {padding: 6px;}

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

.left {float: left;}

.right {float: right;}

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

.divider {
	background: url(img/divider.jpg) no-repeat;
	height: 15px;
	margin: 24px 0;
}
.link1 {
color: #445044;
}
/* structure */
.container {
	background: url(img/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 800px;
}

.zentrieren {
    text-align: center;
	}

.top {
	/*background: url(img/bgcontent.gif) no-repeat 0 -4%;*/
	float: left;
	text-align: center;
	width: 800px;
}

.header {
	background: #fbbd01 url(img/header.jpg) no-repeat;
	color: #000;
	font-size: 10pt;
	height: 200px;
	padding-right: 270px; 
  text-align: center;
}

.header h1 {
	font: bold 2.2em serif,sans-serif;
	color: #930000;
	padding: 50px 0 34px 0;
}

.pattern {
	background: #d5a207 ;
	clear: both;
	height: 12px;
}
.patternklein {
	background: #d5a207 ;
	clear: both;
	height: 6px;
}
/* navigation */
.navigation {margin: 0 24px;}

.navigation a {
	color: #000;
	font: bold 150% serif;
	line-height: 50px;
	margin: 0 7px;
	text-decoration: none;
}
.navigation a:hover,.navigation #selected {
	color: #930000;
}
.navigationklein {margin: 0 15px;}

.navigationklein a {
	color: #000;
	font: bold 90% serif;
	line-height: 35px;
	margin: 0 7px;
	text-decoration: none;
}
.navigationklein a:hover,.navigationklein #selected {
	color: #930000;
}

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

/* content item */
.item {clear: both;}

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

.item .title {
	color: #445044;
	font: normal 2em serif;
}
.item .title2 {
	color: #445044;
	font: normal 1.6em serif;
}



.item .metadata {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) no-repeat;
	color: #000;
	font-size: 1.1em;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 800px;
}

.footer a {
	color: #930000;
	text-decoration: none;
}

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