/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: baseline;
	background-image: url(file:///C|/Dokumente%20und%20Einstellungen/user/Desktop/CSS%20MZdi/pic/images/banner.jpg);
	text-decoration: none;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
	width: 900px;
	color: #333;
	padding: 10px;
	border: 1px solid #ccc;
	height: 100px;
	margin: 10px 0px 5px 0px;
	background-image: url(banner.jpg);
	background-color: #CCCCCC;
}
#navigation {
	width: 900px;
	color: #333;
	padding: 10px;
	margin: 0px 0px 5px 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
}
#content {
	width: 900px;
	color: #333;
	overflow: auto;
	border: 0px none #ccc;
	padding: 10px;
	height: 570px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-decoration: none;
}
#footer {
	width: 900px;
	color: #333;
	border: 1px none #ccc;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background-color: #F48E34;
}
#apDiv12 table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}

