body {
	background:#666666 url(../images/layout/bg_body.gif) repeat-x;
	margin: 7px 0 0;
	padding:0;
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6,p,ul,li {
	margin:0;
	padding:0;
}
p {
	margin-bottom:15px;
}
img {
	border:0;
}
ul, li {
	list-style:none;
}
a {
	color:#AD3119
}
a:hover {
	background:#CAA34F;
}
#wrap {
	margin:0 auto;
	width:952px;
}
#header a {
	background:url(../images/layout/bg_header.gif) no-repeat;
	text-indent:-9000px;
	display:block;
	height:199px;
	width:952px;
}
#header a:hover{
	background:url(../images/layout/bg_header.gif) no-repeat;
}
#contentwrap {
	background:url(../images/layout/bg_contentwrap.gif) repeat-y 0 659px;
	float:left;
	width:952px;
}
#contentwrap-nobg {
	background:#BD9339;
	float:left;
	width:952px;
}
/*content*/
#content {
	background:url(../images/layout/bg_content.gif) no-repeat;
	min-height:659px;
}
#content-nobg {
	background:url(../images/layout/bg_content2.gif) no-repeat #BD9339;
	min-height:700px;
	padding:15px 24px;
}
#contentLeft {
	width:376px;
	padding:20px 0 30px 24px;
	float:left;
}
#content h1, #content-nobg h1 {
	font-size:1.2em;
	margin-bottom:8px;
}
#content h2, #content-nobg h2 {
	font-size:1em;
	margin-bottom:8px;
}
#contentWerbung {
	float:right;
	margin:505px 30px 30px 0;
	width:245px;
	border:1px dashed #333333;
	padding:5px;
	background:#BC9238;
}
#content ul {
	margin: 0 0 25px 15px;
}

#content li {
	list-style:inside;
	padding:5px 0 0 15px;
}
	
/*Navigation*/
#navigationwrap {
	background:url(../images/layout/bg_navigation.gif) no-repeat;
	height:38px;
	width:952px;
	margin:0 0 0 0;
	position:relative;
	font-size:1.2em;
}

ul#navigation {
	margin: 0;
	padding: 0.5em;
	text-align: center;
}
ul#navigation li {
  list-style: none;
  display: inline;
  margin: 0.4em;
  padding: 0;
}

ul#navigation a, ul#navigation span {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
* html ul#navigation a, * html ul#navigation span {
  width: 1em;    /* nur fuer IE 5.0x erforderlich */
  w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}
ul#navigation a:hover, ul#navigation span {
	background:#CAA34F;
	width:120px;
}

/*ActionPage*/
#twoColumn {
	width:452px;
	padding:20px 0 30px 0px;
	float:left;
}

/*Footer*/
#footer {
	background:#666666;
	padding:15px 0 0 390px;
	text-align:center;
	height:40px;
	float:left;
	width:562px;
}
#footer li {
	float:left;
	padding:0 4px;
}
#footer a {
	color:#000000;
}
/*News*/
.newsitem {
	background:#CAA34F;
	padding:15px;
	border:1px solid #333333;
	margin:0 10px 20px 0;
}
