/*--------------------------------------------------------------------- standard elements */
body{
	background: #371212 url(../img/bg.png) repeat-x;
color: #4d4d4d;
}

html {
  font-family: arial, "Tahoma", sans-serif;
  font-size: 12px;
  line-height: 16px;
}

* {
  margin: 0;
  padding: 0;
}

/* outerWrapper */
#outerWrapper {
width: 800px; 
margin: 0 auto;
}

#headerWrapper{
background: none;
width: 800px;
}

/* standard header */
#pageHeader {
background: url(../img/header.png) top left no-repeat;
width: 800px;
height: 265px;
}

/* adresse */
#Adresse {
	position: absolute;
	top: 10px;
width: 800px;
height: 20px;
text-align: center;
line-height: 20px;
color: #666666;
letter-spacing: 1px;
font-size: 12px;
font-weight: bold;
background: none;
}

/* mainmenu */
#mainMenu {
	position:absolute;
	top: 240px;
height: 23px;
width: 800px;
background: none;
}

#mainMenu ul {
margin: 0 0 0 20px;	
}

#mainMenu li {
list-style: none;
float: left;
text-indent: 17px;
}

/* content */
#centerWrapper  {
float: left;
width: 800px;
background: url(../img/content_bg.png) repeat-y;
padding: 30px 0 15px 0;
z-index: 999;


}

#pageContentHeader {
	width: 640px;
	float: left;
	margin: 0 0 0px 70px;
	display:inline;
}

#pageContent {
	width: 660px;
	float: left;
	margin: 0 0 0px 70px;
	display:inline;

}

#pageContentLeft {
	width: 300px;
	float: left;
	margin: 0 0 0px 70px;
	display:inline;
}

#pageContentRight {
	width: 300px;
	float: right;
	margin-right: 70px;
	display:inline;
}


/* footer */
#pageFooter {
position: relative;
float: left;
background: url(../img/footer.png) no-repeat;
width: 800px;
height: 51px;
line-height: 51px;
margin-top: -18px;
z-index: 89;
}


/* addmenu */
#addMenu {
clear: both;
width: 800px;
text-align: center;
}

#addMenu li  {
list-style: none;
line-height: 23px;
display: inline;
margin: 0 5px;
}

a.addMenuItem {
color: #fff;
text-decoration: none;
}

a.addMenuItemAct {
color: #f7dbac;
text-decoration: underline;
}



/* spezials */
.clearer {
  clear: both;
  font-size: 1px;
  height: 1px;
}

#pageContent h1 {
  margin: 0 0 0 0px;
color: #4d4d4d;
font-size: 16px;
}

#centerWrapper p {
line-height: 19px;
margin: 0px 0 15px 0;
color: #4d4d4d;
}

#centerWrapper h2 {
margin: 0 0 10px 0;
color: #4d4d4d;
font-size: 14px;
}

#centerWrapper a {
color: #4d4d4d;
text-decoration: underline;
}

#centerWrapper a:hover {
color: #541d1d;
text-decoration: none;
}

