/* ALLGEMEINE DEFINITIONEN */
body {
	background-color: white;
	font-family: trebuchet MS, sans-Serif;
	color: #37373A;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
h1 {
	color: #545252;
	font-size: 20px;
font-family: trebuchet MS, sans-Serif;
margin:0px;
padding:0px;
}
h2 {
	color: #545252;
	font-size: 16px;
font-family: trebuchet MS, sans-Serif;
margin:0px;
padding:0px;
}
.strich {
border-bottom:1px solid #c4c4c4;
width:190px;
}
p {
	font-size: 12px;
	line-height: 16px;
}
a {
       color: #a88531;
       text-decoration: none;
}

img {
border:none;
}
/* AUSRICHTUNG */
#container {
        position: relative;
	background-color: white;
	height: auto;
	width: 800px;
	margin: auto;

}
#inlay {
	width: 800px;
	margin: auto;

}
/* HEADERBEREICH */
#header {
		width: 800px;
        height: 282px;
		margin-bottom: 10px;
}

/* NAVI  */

#nav {
                 background: url(/img/navbg.gif) repeat-x;
                 width: 800px;
                 height: 30px;
                 line-height: 30px;
border-left:1px solid #c4c4c4;
border-right:1px solid #c4c4c4;
}


#nav a {
                 color: #37373A;
                 font-weight: bold;
                 text-decoration: none;
                 margin-left: 10px;
                 padding-right: 10px;
                 height: 30px;
                 line-height: 30px;
}

#nav a:hover {
                 color: #a88531;
}
.langflag {

}
.langflag1 {
margin-left:90px;
margin-right:10px;
}

/* CONTENTBEREICH */ 
#content {
	width: 800px;
	margin: auto;
border:1px solid #c4c4c4;

}

#left {
width: 220px;
vertical-align:top;
}
#leftspace {
margin-top:15px;
margin-bottom:10px;
}
#rightspace {
margin-top:10px;
margin-bottom:10px;
margin-right:10px;
}

#rightcontent {
width: 570px;
vertical-align:top;
}
/* FOOTER */

#footer {
	width: 800px;
	border-top: 1px solid #c4c4c4;
	margin-top: 10px;
text-align: right;
}


#footer a {
	font-size: 12px;
	text-decoration: none;
	color: #a88531;
}

