/* -1.0- HTML Grundgeruest
------------------------------------------------------------------*/

html {
	overflow-y:scroll;
	background:#000000 url(../images/background_xy.png);
}

html, body, div, h1, h2, h3, h4, ul, ol, li, span, a, table, td, form, fieldset, img {
    border: 0;
    margin: 0;
    padding: 0;
}

body#pm {
	margin:0 0 0 0;
	padding:0 0 0 0;	
	font-family: Georgia,Verdana,Helvetica,Arial,sans-serif;
	font-size:11px;
	/*gdg: farbwert geändert von #3b2e0f*/
	color:#C89A2B;
	letter-spacing:normal;
}

/* -2.0- Background Image
------------------------------------------------------------------*/

body#pm div#background_image {
	position:absolute;
	top:30px;
	left:0px;
	margin:auto;
	width:100%;
	height:830px;
}

body#pm div#background_image {
	background:url(http://wow.mmozone.de/wp-content/themes/wow/images/background_banner_n_f.jpg) top center no-repeat;
	/*
	http://www.pluendermeister.de/sec/themes/wowdb/images/background_composing.png
	background:url(http://www.pluendermeister.de/sec/themes/wowdb/images/bg.jpg) top center no-repeat;
	*/
}

/**/body#rr div#background_image {
	background:url(../images/background_rr.jpg) top center no-repeat;
}

‚
/* -3.0- Top GFX
------------------------------------------------------------------*/

div#top {
	height:30px;
	background:url(../images/top.png) repeat-x;
}

/* -4.0- Logo Link
------------------------------------------------------------------*/

div#pm_logo {
	position:absolute;
	top:-85px;
	left:0px;
	width:234px;
	height:164px;
	background:url(../images/pm_logo.png) no-repeat;
}
div#wa_logo {
	position:absolute;
	top:-85px;
	left:0px;
	width:234px;
	height:164px;
	background:url(../images/wa_logo.png) no-repeat;
}
div#pm_logo a {
	width:234px;
	height:164px;
	display:block;
    background:transparent;
}
/*gdg 8.6.09 hinzug.*/
div#footer{
font-size:10px;color:#9C8F70;
}

div#footer a{
color:#9C8F70;
}



/* -5.0- Site Wrapper
------------------------------------------------------------------*/

div#wrapper {
	position:absolute;
	left:50%;
	padding:0 0 50px 0;
	margin-top:100px; /*best viewd at 200px*/
}

div#wrapper.nosky {
	width:978px;
	margin-left:-490px;
}

div#wrapper.skyscraper {
	width:1113px;
	margin-left:-559px;
}

/* -6.0- Main Navigation
------------------------------------------------------------------*/

div#menu_wrapper {
	width:234px;
	float:left;
}

div#menu_wrapper div.menu_top {
	width:234px;
	height:31px;
	background:url(../images/menu_top.png) no-repeat;
}

div#menu_wrapper div.menu_middle {
	background:url(../images/menu_middle.png) repeat-y;
	padding:0 0 15px 0;
}

div#menu_wrapper div.menu_bottom {
	width:234px;
	height:33px;
	background:url(../images/menu_bottom.png) no-repeat;
}

/* -7.0- Content
------------------------------------------------------------------*/

div#content_wrapper {
	width:728px;
	margin-left:16px;
	float:left;
}

div#content_wrapper div.content_top {
	width:728px;
	height:31px;
	background:url(../images/content_top.png) no-repeat;
}

div#content_wrapper div.content_middle {
	background:url(../images/content_middle.png) repeat-y;
}

div#content_wrapper div.content_bottom {
	width:728px;
	height:32px;
	background:url(../images/content_bottom.png) no-repeat;
}

div#content_wrapper div.left {
	width:475px;
	padding-left:32px;
	float:left;
}

div#content_wrapper div.right {
	width:192px;
	float:left;
}

div#content_wrapper div.news_top {
	width:473px;
	height:20px;
	background:url(../images/news_top.png) no-repeat;
}

div#content_wrapper div.news_middle {
	width:473px;
	padding:15px 0 0 0;
	background:url(../images/news_middle.png) repeat-y;
	/*GDG: farbwert hinugefügt*/
	color:#3b2e0f;
}

div#content_wrapper div.news_bottom {
	width:473px;
	height:32px;
	background:url(../images/news_bottom.png) no-repeat;
}

div#content_wrapper div#quickmenu_wrapper {
	width:192px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#content_wrapper div.quickmenu_top {
	height:4px;
	line-height:0px;
	font-size:0px;
	background:url(../images/quickmenu_top.png) no-repeat;
}

div#content_wrapper div.quickmenu_middle {
	padding:15px 10px 10px 10px;
	background:url(../images/quickmenu_middle.png) repeat-y;
}

div#content_wrapper div.quickmenu_bottom {
	height:32px;
	background:url(../images/quickmenu_bottom.png) no-repeat;
}

/* -8.0- FixFloat
------------------------------------------------------------------*/

div.fixfloat {
	clear:both;
	margin:0;
	padding:0;
	height:0px;
	line-height:0px;
	font-size:0px;	
}
