html {
overflow: scroll;
}

body {
	font-family: arial;
	font-size: small;
	background-color: #ffffff;
	text-align: center;
}
.slogan {
	margin: 58px 0px 30px 0px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation {
	padding: 0px 39px 8px 0px;
	background: url(images/navigation.gif) no-repeat left bottom;
}
#navigation li {
	display: inline;
	list-style: none;
	padding-right: 15px;
}
#navigation a {
	color: #000033;
	text-decoration: none;
}
#navigation a:hover {
color:  #666670;
	}
#navigation a.active{
	font-weight: bold;
	}
#subnavigation ul {
	margin:  10px 0px 30px 0px;
	padding: 0px;
}
#subnavigation li {
	padding: 6px 4px 6px 13px;
	list-style: none;
	background: url(images/menue.gif) no-repeat left bottom;
}
#subnavigation a {
	color: #000033;
	text-decoration: none;
}
#subnavigation a:hover {
color:  #666670;
	}
#subnavigation a.active {
	font-weight: bold;
}
#content {
	width: 625px;
	margin: 58px 0px 10px 0px;
}
#container {
	text-align: left;
	width: 793px;
	margin:  73px auto 0px auto;
	
	border:  1px solid #d6892c;
	border-color: #d6892c;
	border-width: 1px 6px 1px 1px;
	border-style: solid;
}
#leftcol {
	width: 129px;
	float: left;
}
#rightcol {
	width: 664px;
	float:  right;
}
#footer {
color: #000033;
	font-size: 85%;
	width: 800px;
	margin: 6px auto 6px auto;
	padding-right: 14px;
	text-align: right;
	clear: both;
}
#footer a {
	padding-left: 10px;
	color: #000033;
}
#footer a:hover {
	text-decoration: none;
}
#lang {
	margin: 0px 0px 20px 13px;
}
#lang a{
	color: #000033;
	text-decoration: none;
}
#lang a:hover {
color:  #666670;
	}
#lang a.active{
	font-weight: bold;
}
#langde {
	float: left;
}
#langen {
	float: right;
}







