@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (de) Einheitliche Standardformatierungen für die wichtigsten Inhalts-Elemente
 *
 * @copyright       Copyright 2010, Matt Renzi
 * @link            http://www.mattrenzi.de
 * @lastmodified    UPDate: 2010-07-08 
 */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,
ol, li, dl, dt, dd, form, a, fieldset, th, td, textarea, button
{
margin: 0; padding: 0; border: 0; outline: none; list-style:none;

}


html {
text-align:center;
}

a:active 
{ text-decoration:expression(hideFocus='true'); }

body {
	margin:0 auto;
	padding:0;
	height:101%;
	width:100%;
	background-color:#000000;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color:#f9f9f9;
	font-size:12px;
	overflow:auto;
	
	}


/* Layout Elements
------------------------------------------------------------------------ */
img{
border:0;
}
#wrapper {

background:url(../images/bg1.jpg) top center no-repeat;
margin:auto;
height:1071px;
width:977px;
border-left:#e4e4e4 1px solid;
border-right:#e4e4e4 1px solid;
}


.main_container {
	width:977px;
	height:500px;
	padding: 0px 0 0 0;
	margin:0 auto;
	text-align:left;
	
}
#oben {
	width:977px;
	height:330px;
	padding: 0px 0 0 0;
	margin:0 auto;
	text-align:left;
	
}

	
#nav_container{
	height:48px;
	padding-top:10px;
	width:977px;
	/*background-color:#000;*/
	/*border-left:#e4e4e4 1px solid;
	border-right:#e4e4e4 1px solid;*/
	margin: 0 auto;
	text-align:center;
	background:url(../images/bg_navi.jpg) top center no-repeat;
}


	
#footer{
	width:977px;
	height:50px;
	text-align:right;
	margin: 0 auto;
	
	background-color:#000;
	/*border-left:#e4e4e4 1px solid;
	border-right:#e4e4e4 1px solid;*/

}

#footer A{
	text-decoration:underline;
	color: #f9f9f9;
	font-size:12px;
}
