/*	anpassung & design copyright
	by apex webdesign
	http://www.apex-webdesign.de */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #7f5f4d;
	background-image: url(Bilder/dmg_background.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	font-family: Arial;
	color: #ffffff;
}

#wrap {
	position: relative;
	width: 955px;
	text-align: left;
	margin: 0 auto 0 auto;
}

#top {
	height: 35px;
	background-image: url(Bilder/dmg_top.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

/*	last wars und last forum boxen */

	#wars_1 {
		width: 38px;
		height: 102px;
		float: left;
		background-image: url(Bilder/dmg_wars_1.jpg);
	}

	#wars_2 {
		width: 313px;
		height: 102px;
		float: left;
		background-image: url(Bilder/dmg_wars_2.jpg);
	}

	#lastwars {
		padding-top: 0px;
		padding-left: 9px;
	}
	
	#atom {
		width: 290px;
		height: 102px;
		float: left;
		background-image: url(Bilder/dmg_atom.jpg);
	}
	
	#forum_1 {
		width: 281px;
		height: 102px;
		float: left;
		background-image: url(Bilder/dmg_forum_1.jpg);
	}
	
	#forum_2 {
		width: 33px;
		height: 102px;
		float: left;
		background-image: url(Bilder/dmg_forum_2.jpg);
	}
	
	#lastforum {
		padding-top: 3px;
	}
	
/*	ende */
	
#header {
	background: url(Bilder/dmg_header.jpg);
	height: 151px;
}

#content {
	width: 954px;
	min-height: 200px;
	background-image: url(Bilder/dmg_content.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

/*	content der page */

	#left_col {
		width: 172px;
		padding-left: 26px;
		float: left;
	}

		#left_col_heading, #right_col_heading {
			height: 17px;
			background-repeat: no-repeat;
			background-image: url(Bilder/dmg_navi_links.jpg);
			text-align: center;
			line-height: 17px;
		}
		
		#right_col_heading {
			background-image: url(Bilder/dmg_navi_rechts.jpg);
		}

		.menu_links, .menu_rechts {
			padding-left: 5px;
			padding-right: 5px;
		}
	
	#main_col {
		width: 552px;
		float: left;
		text-align: center;
		padding-left: 3px;
	}
	
		#sitename {
			height: 25px;
			width: 552px;
			background-image: url(Bilder/dmg_sitename.jpg);
			background-repeat: no-repeat;
			font-size: 11px;
			line-height: 17px;
		}
		
		#explode {
			min-height: 200px;
			padding-left: 14px;
			padding-right: 12px;
			text-align: left;
		}
	
	#right_col {
		width: 172px;
		float: left;
		padding-left: 3px;
	}

/*	ende */

#footer {
	background: url(Bilder/dmg_footer.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 142px;
	width: 936px;
}

	#apex {
		width: 320px;
		float: left;
		text-align: right;
		padding-top: 27px;
	}

	#ilch {
		width: 280px;
		float: right;
		padding-top: 27px;
	}

a {
	color: #ffffff;
	font-size: 9px;
	text-align: left;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

a.listmenup	{
	display: block;
	width: 145px;
	height: 15px;
	float: left;
	background-image: url(Bilder/dmg_button.jpg);
	background-repeat: no-repeat;
	line-height: 15px;
	text-align: left;
	text-indent: 25px;
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
}

	a.listmenup:hover {
		background-image: url(Bilder/dmg_button_hover.jpg);
		color: #ffffff;
		text-indent: 32px;
		text-decoration: none;
	}

input, textarea, select { 
	color: #000000;  
	font: 10px Arial;  
	border-color: #000000;
	border-width: 1px;
	border-style: solid;   
	text-decoration: none;  
	background-color: #efefef;  
}

hr { 
	height: 0px; 
	border: solid #ffffff 0px; 
	border-top-width: 1px; 
}

.rand {
	border: solid #4d4d4d 1px;
}

.border {
	border: solid #4d4d4d 1px;
}

.Cdark {
	background-color: #4d4d4d;
}

.Chead
{
  background: #313131;
  color: #ffffff;
}