/********************************Allgemein*********************************************/

* { margin: 0; padding: 0 }

html, body, p, ul, h1, h2, h3, form, fieldset, input { margin: 0; padding: 0 }

body,html { width:100%;	height:100% }

body {
	background:#FFF url(../img/bg.png) repeat-x;
	font:0.8em Arial, sans-serif;
	line-height:1.6em
}

img { border:0; margin:0; padding:0 }

/********************************Links******************************************/

a:link, a:visited {
	background-color: transparent;
	color: #6F3C1B;
	text-decoration: none
}

a:hover {
	background-color: transparent;
	color: red;
	text-decoration: none
}

/********************************Schrift******************************************/

h1,h2,h3 {

	font-family:"Times New Roman", serif;
	margin:10px 0;
	padding:10px 0;
}

h1 {
  margin:10px 0;
  font-size:18px;
}

h2 {
  font-size: 15px;
}


h3{

}


/********************************Clearfix******************************************/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%}
/* End hide from IE-mac */


/********************************Content******************************************/

#wrapper {
	position: relative;
	left:50%;
	width:500px;
	margin-left:-250px  
}

#head{
	position: relative;
	left:50%;
	width:936px;
	margin-left:-468px
}

#content {
	width:500px;
	height:auto;
	color:#4f4f4f
}

/**********************************Menu*****************************************/
#navcontainer {
	width:500px;
	text-align:center;
	border-bottom: 1px solid #4f4f4f;
	margin-bottom:5px;
	padding-bottom:5px
}

#navlist li
{
	font: 1.4em "Times New Roman", serif;
	font-weight:bold;
	display: inline;
	list-style-type: none;
	padding-right: 8px
}

#navlist li a {
  text-decoration:none;
  color:#4f4f4f;
}

#navlist li a:hover {
  color:red;
}


/**********************************Menu*****************************************/
.banner468 {
	position: relative;
	left:50%;
	width:468px;
	margin-left:-234px;
	margin-bottom:10px;	
	margin-top:10px
}

