body {
	background-color: #FFFFFF;
	margin-left:auto;
	width:756px;
    margin-right:auto;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.pictures {
	width:214px;
	height:149px;
	margin:0;
}

.header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:542px;
	height:149px;
	margin: -149px 0px 0px 214px;
	position: relative;
}

.header h1 {
	position: absolute;
	left: 10px;
	bottom: 5px;
	font-size:1.4em;
    line-height:1.4em;
	font-weight:normal;
}
.subheader{
    height:21px;
    width:756px;
    background-image:url(images/headersub.jpg);
}

.logo img {
	margin:10px 0px 0px 430px;
	border:0;	
}

.content {
	background-image:url(images/content2.jpg);
	background-repeat:repeat-y;
	width:756px;
    height:auto;
    padding-top:40px;
    padding-bottom:10px;
    min-height:400px;
}

.content h2 {
	font-weight:normal;
	padding-left:50px;
	width:405px;
	margin-top:0px;
    line-height:1.5em;
    font-size:1.3em;
}

.content p {
	padding-left:50px;
	width:405px;
	line-height:1.5em;
}

.content h3 {
    font-weight:normal;
	padding-left:50px;
    font-size:1.2em;
    width:405px;
}
.content ul {
    padding-left:50px;
    width:405px;
}
.content ul li{
    padding-bottom:5px;
	margin-left:20px;
}

#navigation {
	padding-top:50px;
	width:250px;
	list-style:none;
	font-size:1.1em;
    height:300px;
	color:#333333;
     float:right;
     clear:none;
     border-left: 1px dotted #888;
     margin-left:1px;
}

#navigation ul {
	list-style-position:inside;
	padding:0;
	list-style-type:none;
    margin:0px;
    *margin-left:-16px;

}

#navigation ul li {
	list-style-type:none;
	width:250px;
	height:30px;
	display:block;
    padding-top:2px;
    padding-bottom:2px;
    border-bottom:1px solid #fff;
    margin-left:0px;
}

#navigation ul li.last {
    border-bottom:none;
}

a:active,a:visited{
	color:#33390B;
}
a:hover{
	color:#333333;
}
a{
	color:#426101;
	}

#navigation ul li a {
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	height: 30px;
	line-height: 29px;
	border: 0;
}

#navigation ul li a:link,
#navigation ul li a:visited,
#navigation ul li a:hover,
#navigation ul li a:active {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
#navigation ul li a:active {
	color: #333333;
}
#navigation ul li.active {
	background-color:#bee992;
}
#navigation ul li a:active {
	font-weight: bold;
	background-color:#bee992;
}
#navigation img{
    border:0px;
}
.lang{
    padding-top:25px;
    width:75px;
    margin-left:auto;
    margin-right:auto;
}
.footertop{
    background-image:url(images/footertop.jpg);
    height:23px;
}
.footer {
	width: 756px;
	height: 36px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	padding-top:12px;
	padding-right:10px;
}
	
.footer div {
	width:740px;
	text-align:right;
}

.footer a,.footer a:link, .footer a:active, .footer a:visited{
    color:#666666;
    text-decoration:none;
}
.content #map {
    margin-left:50px;
}
.content #map p {
    padding-left:0px;
    width:100px;
}
.footer a:hover{
    text-decoration:underline;
}
#contactform{
	padding-left:50px;
	width:405px;
	line-height:2em;
}
