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

h4 {
	font-size:large;	
}

div.outer {
	width:950px;
	margin: 0px auto;
	margin-top:20px;
}

div.header {
	width:950px;
	height:158px;
	background-image:url(bilder/slice/top.png);
	background-repeat:no-repeat;
}

div.nav {
	width:950px;
}

div.mainouter {
	width:950px;
	min-height:450px;
	background-image:url(bilder/slice/main_back_back.png);
	background-repeat:repeat-y;
}

div.clear {
	clear:both;	
}

div.nav {
	width:168px;
	min-height:450px;		
	float:left;
	text-align:right;
}

div.main {
	width:782px;
	min-height:417px;
	float:left;
}

div.maincontent {
	margin-left:15px;
	margin-right:15px;
	margin-bottom:0px;
}

div.bottom {
	width:950px;
	height:108px;
	background-image:url(bilder/slice/bottom.png);
	background-repeat:no-repeat;
	float:left;
}

div.linkouter {
	margin-bottom:15px;
	margin-right:30px;
}

div.floatimages {
	background-color:#96E6FF;
	float:left;
	display:block;
	margin-right:14px;
	margin-bottom:14px;
	padding:5px;
	border:1px solid #4C2600;
}

.pngfix {
	behavior: url(bilder/iepngfix.htc);
}

img.gallery {
	border:1px solid #4C2600;	
}

div.bottomtext {
	margin-top:84px;
	margin-left:185px;
	font-size:13px;
	font-weight:bold;
	color: #96E6FF;
	text-align:center;
}

