@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;	
}

html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	color: #00276B;
	background: #8CBAE4 url(../images/nav_back.png) repeat-y 0 0;
}
.body2{
	background-image: none !important;
	background: #8CBAE4;
}

#drehpunkt {
	left:0;
	position:absolute;
	top:0;
}

.master {
	width: 100%;
	margin: 0 auto;
}

.detail {
	width: 900px;
}

.nav {
	width: 280px;
	float: left;
	padding: 0 0 0 20px;
}
.content {
	min-width: 575px;
	width:56%;	
	float: left;
	background: url(../images/back.png) top right no-repeat;
	padding: 140px 0 0 25px;
}
.content2 {
	width: 855px;
	float: right;
	background: url(../images/back_ganz.png) top right no-repeat;
	padding: 140px 0 0 25px;
	position:relative;
}

.content_home {
	width: 855px;
	float: left;
	background: url(../images/back_home.jpg) top right no-repeat;
	padding: 140px 0 0 25px;
	position:relative;
}

.home_img {
	width: 460px;
	float: left;
	padding-top: 20px;
}

.home_text {
	font-size:14px;
	padding-top:20px;
	width:370px;
	float: right;
}


.logo {
	margin-left: 10px;
}
h1 {
	color: #00276B;
	font-size: 20px;
	padding: 0; margin: 0 0 15px 0;
}
.thumb {
	width: 104px;
	height: 104px;
	border: 1px solid #5B9DD9;
}
.thumb img {
	border: 2px solid #BBD6EE;
}
.galitem {
	width: 140px;
	float: left;
	height: 150px;
	font-size: 11px;
}
.galitem p {
	padding: 0;
	margin: 3px 0 0 0;
}
.nav ul {
	padding: 0;
	margin: 5px 0 10px 0;
	width: 270px;
}
.nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav ul li a {
	display: block;
	width: 240px;
	padding: 2px 0 2px 30px;
	text-decoration: none;
	color: #00276b;
}
.nav ul li a:hover, a.current {
	background: #CFE2F3;
}

.ueberkat {
	font-weight: bold;
	margin-left: 15px;
}

.home a {
	font-weight:bold;
	padding:2px 0 2px 15px !important;
	margin-bottom: 10px;
}


.detail_links {
	width: 72%;
	float: left;
}

.detail_rechts {
	width: 230px;
	float: left;
}

.detail_navigation {
	position:absolute;
	right:8px;
	top:530px;
	width:230px;
}

.detail_text {
	height:330px;
}
a img {
	border: 0;
}

ul.noitems,
ul.nvitems {
	list-style: none;
	display:block;
	float:left;
	margin:0 0 20px;
	padding:0;
	width:100%;	  
}

.nvitems li {
	margin: 0;
	padding: 0;
	float: left;		
}

.noitems li {
	margin: 0 0 10px;
	padding: 0;
}

.nvitems li a,
.noitems li a {
	color: #00276B;
	text-decoration: none;
	font-size: 11px;
	vertical-align: middle;
	display: block;
	line-height: 24px;
}
.nvitems li a img,
.noitems li a img {
	vertical-align: middle;
	margin: -5px 10px 0 0;
}


