@charset "UTF-8";

/* Der Kern von Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size:0;

}
/* IE-Patches für Clearfix */
.clearfix { display: inline-block; }
/* Vor IE5/Mac verstecken mit dem Commented Backslash Hack \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* Ende des Versteckspiels für den IE5/Mac */


html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	}

body {
	background-color:#e7c54f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
}

a:focus{color:black;outline:0; -moz-outline:0; }

a {
	color:#000;
	text-decoration:;
}

a:hover {
	text-decoration:underline;
}


h1 {font-size:16px;
	font-weight:bold;
	margin-top:3px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

h2 {font-size:12px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}

hr {
background:#000 none repeat scroll 0%;
border:0pt none;
height:1px;
margin:0px;
padding:0px;
}

#bg {
	position:absolute;
	height: 100%;
	width:100%;
	overflow:hidden;
}

#bg img {
	width:100%;
	height:100%;
	bottom:0;
	position:absolute;
}

#wrapper_all{
	position:absolute;
	width:100%;
	height:100%;
	overflow:auto;
}

#wrapper {
	
	text-align: center;
	height: auto;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}

#border_top {
	width: 860px;
	height: 30px;
	background-image:url(grafik/rand_oben.png);
}

#border_left {
	width: 30px;
	min-height: 2px;
	background-image:url(grafik/rand_links.png);
	float:left;
}

#content {
	width: 800px;
	background-image:url(grafik/gold_mitte.jpg);
	float:left;
}

#border_right {
	width: 30px;
	min-height: 2px;
	background-image:url(grafik/rand_rechts.png);
	float:left;
}

#left {
	text-align:right;
	margin-left:6px;
	width: 228px;
	float:left;
}

#center {
	text-align:left;
	padding-left:20px;
	padding-right:20px;
	width: 400px;
/*	background-color:#999999;*/
	float:left;
}

#box {
	padding-top:40px;
	text-align:left;
	width: 540px;
	height: 96px;
	/*background-color:#333333;*/
	float:left;
	margin-left:20px;
}

/*#box2 {
	width: 120px;
	height: 136px;
	background-color:#666666;
}*/

#right {
	margin-right:6px;
	width: 120px;
/*	height: 600px;*/
	float:left;
}

#nav_bg {
	width:222px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding:2px;
	background-image:url(grafik/nav_bg.png);
	background-repeat: repeat-x;
	background-color:#d8c263;
	/*background-color:#000;*/
}

#border_down {
	width: 860px;
	height: 30px;
	background-image:url(grafik/rand_unten.png);
	float:left;
}



