/** ---- Allgemeines ---- **/

body {
    background: url('../gfx/bg.png') repeat;
    text-align: center;
}


/** ---- Struktur ---- **/

#container {
    width: 906px;
    margin: 0 auto;
    background-color: #F9F5EC;
    text-align: left;
}

#header {
    background: url('../gfx/top.png') no-repeat center top;
    width: 906px;
    height: 224px;
}

#middle {
    background: url('../gfx/left.png') repeat-y left top;
    width: 906px;
}

#left {
    background: url('../gfx/left_top.png') no-repeat left top;
    width: 210px;
    min-height: 100px;
    float: left;
    padding: 0;
    margin: 0;
}

#nav {
	margin: 90px 0 0 25px;
	padding-left: 10px;
	letter-spacing: 0.2em;
	line-height: 1.0em;
	line-height: 1.2;
	font: arial;
	font-style: normal;
	font-weight: lighter;
}


#right {
    background: url('../gfx/right.png') repeat-y right top;
    margin-left: 210px;
}

#content {
	background: url('../gfx/content.png') no-repeat left top;
	min-height: 350px;
	padding: 50px 25px 0 0;
	color: #A48760;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	letter-spacing: 0.1em;
}


#content table{
	color: #A48760;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	letter-spacing: 0.1em;
}

#content p {
	margin-bottom: 0;
}

#footer {
    background: url('../gfx/bottom.png') no-repeat center top;
    width: 906px;
    height: 22px;
    clear: left;
}


/** ---- Links ---- **/


#nav a {
	color: #B98A5B;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-size: 0.95em;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}

#nav a:hover {
	color: #5B3A2F;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-size: 0.95em;
	font-style: normal;
}

#content a{
	color: #D06F40;
	font-size: 0.89em;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px;
	font-weight: bold;
}

#content a:hover{
	color: #654B36;
	background-color: #EDE1C5;
	font-size: 0.91em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px;
	font-weight: bold;	
}
 
h1 {
	color: #D06F40;
	font-size: 1em;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

