@charset "UTF-8";

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clear {
	clear:both;
}

.hidden {
	display: none;
}

body {
	background-image: url(../gfx/dots.png);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}
#header {
	background-image: url(../gfx/header.png);
	height: 197px;
	}
#logo {
	background-image: url(../gfx/logo.png);
	height: 98px;
	width: 235px;	
	}
#address {
	float: right;
	width: 335px;
	margin-top: -80px;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666;	
	}
#address a:link, #address a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;		
	}

#address a:hover, #address a:active {
	color: #3AAADC;			
	}
	
#navigation {
	height: 67px;
	width: 1000px;
	}
#search {
	float: left;
	width: 200px;
	height: 37px;
	padding-top: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-left: 30px;
	padding-left: 10px;
	}
#search a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	margin-left: 10px;}

#main-nav  {
	
	margin-left: 30px;
	
	}
#main-nav li {
	display: inline;
	float: left;
	height: 37px;
	margin-left: 40px;
	
	}
ul#main-nav li a {
	display: block;
	padding: 34px 0px 6px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	background-image: url(..gfx/but.png);
	background-repeat: no-repeat;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;	
		
	
	}

ul#main-nav li a:hover, ul#main-nav	li a:active {
	background-repeat: no-repeat;
	color: #3AAADC;
	background-image: url(../gfx/butro.png);
	}
ul#main-nav li a.active {
	background-repeat: no-repeat!important;
	color: #3AAADC !important;
	background-image: url(../gfx/butro.png) !important;
	}
#sub-nav {
	margin-left: 70px;
	width: 1000px;
	}

#sub-nav li {
	display: inline;
	float: left;
	margin-left: 0px;
	padding: 2px 0px 0px 0px;
	
	}
ul#sub-nav li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	padding: 6px 18px 5px 18px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AFAFAF;
	border-left-color: #AFAFAF;	
	}

ul#sub-nav li a:hover, ul#sub-nav	li a:active {
	color: #FFF;
	background-color: #3AAADC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	}
ul#sub-nav li a.active {
	color: #FFF !important;
	background-color: #3AAADC !important;
	border-right-width: 1px !important;
	border-left-width: 1px !important;
	border-right-style: solid !important;
	border-left-style: solid !important;
	border-right-color: #FFF !important;
	border-left-color: #FFF !important;
	}
#content {
	margin-left: 70px;
	width: 930px;
	}
.col-left {
	float: left;
	width: 495px;
	padding: 0px 10px 10px 50px;
	
	}
.col-right {
	float: right;
	width: 375px;
	padding: 0px;
	}
#footer {
	clear: both;
	width: 940px;
	margin-top: 40px;
	padding-left: 20px;
	padding-bottom: 45px;
	background-color: #F1F1F1;}

.col-left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	line-height:25px;
	}

.col-left hr {
	color: #FFF!important;
	background-color: #FFF !important;
}

.entry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	line-height:25px;
	padding-bottom: 45px;
	}
	
.entry-headline {
	width: 370px;
	margin-top:25px;
}

.entry-date {
	width: 180px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: -36px;
	color: #666;
}

.entry-header {
	width: 550px;
	clear:both;
}

.entry h1, #content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #666;
	line-height:25px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top:10px;	
}

.entry h2, #content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #666;
	line-height:25px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top:30px;	
}

.entry h3, #content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3AAADC;
	line-height:25px;
	font-weight: bold;
}

.entry h4, #content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	line-height:25px;
	font-weight: bold;
}
	
.entry a:link, .entry a:visited, #content a:link, #content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E00079;
	text-decoration: none;		
}

.entry a:hover, .entry a:active, #content a:hover, #content a:active {
	color: #3AAADC;			
}

.entry ul, #content ul {
	padding: 15px;
	background-color: #F1F1F1;
	margin-right: 50px;
	margin-bottom: 10px;
}

.entry li, #content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	line-height:25px;
	padding-bottom: 5px;
	margin-left: 20px;
	list-style-position: inside;
	list-style-type: disc;	
}

#footer ul {
	padding: 0;
	background-color: #FFFFFF;
	margin: 0px;
}

#footer a:link, #footer a:hover {
	color: #666;
}

#footer a:visited, #footer a:active {
	color: #666;
}
	
#foot-nav li {
	display: inline;
	float: left;
	margin-left: 20px;
	padding: 7px 0px 0px 20px;
}
	
ul#foot-nav li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	text-decoration: none;		
}

ul#foot-nav li a:hover, ul#foot-nav	li a:active {
	color: #000;
	text-decoration: underline;	
}

.bild_links{
	float:left;
	margin-right: 20px;
}
	
.person {
	float: none;
	margin-bottom:65px;
	margin-top: -15px;
}


.thumbnails {
	width: 495px;
	clear: both;
}

.thumbnail {
	padding: 5px;
	float: left;
}


