
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	color:black;
	background:#fff;
	margin: 0 auto;
	font-family:   Arial, sans-serif;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font:12px
	color:#2d3536;
	background-color:#000;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

a, a:visited {
	color:#FFF;
	text-decoration:none;
}
a:hover, a:active {
	color:#0C6;
	text-decoration:none;
}


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#header {
    width:1000px;
    height:164px;
    margin:0 auto;
	background-image:url(images/header.jpg);
	z-index:0;
}




#content {
    width:1000px;
    height:600px;
    margin:0 auto;
    margin-top:0px;
	background-color:#000;
	background-image:url(images/content_bg.jpg);
	z-index:0;
}

#infobox {
    width:1000px;
    height:100%;
	z-index:1;
	position:relative;
}

h1 {
	font-weight:bold;
	color:#FFF;
	font-size:24px;
	
	}


#wappen {
	top:100px;
	z-index:3;
	margin: 0 auto;
   text-align:center;
   position: relative;
	
}


#text {
	z-index:3;
	margin: 0 auto;
	width: 600px;
   text-align: center;
   position: relative;
   color:#666;
   font-size:11px;
   background-color:#333;
   height:15px;
   -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
padding: 10px 0px 10px 0px;
	
}



#footer {
    width:1000px;
    height:139px;
    margin:0 auto;
    margin-top:0px;
	background-image:url(images/footer.jpg);
	z-index:0;
	color: #666;
	text-align:center;
	font-size:11px;
}
