* { margin: 0; padding: 0; }
body, html { background-color: #f8f2db; font: 11px 'tahoma', Arial, sans-serif; }
img { border: 0; }

a {
	color: #9b0f18;
	text-decoration:underline;
}

a:hover {
	color: #9b0f18;
	text-decoration: none;
}

#logo {
	background-color: #9b0f18;
	height: 100px;
	width: 100%;
}

#bild {
	margin-left: 100px;
	height: 120px;
}

#navigation {
	margin: 0px 0 0 110px;
	}
	
	
	#navigation ul {
		margin-top: 10px;
	}
	
	#navigation li {
		margin: 0 2px 0 0;
		display: inline;
		list-style: none;
	}
		
	#navigation li a {
		padding: 10px 7px 3px 7px;
		background-color: #e9e3cd;
		color: #333333;
		text-decoration: none;
		border-bottom: 2px solid #bebebe;
	}
	
	#navigation li a:hover, #navigation li a.active {
		padding: 10px 7px 3px 7px;
		background-color: #9b0f18;
		color: #faf3da;
		text-decoration: none;
		border-bottom: 2px solid #9b0f18;
	}
 
#content {
	color: #222;
	margin: 50px 0 0px 110px;
	width: 440px;
	margin-bottom:20px;
}

.box {
	font: 10px 'tahoma', Arial, sans-serif;
	background-color: #e9e3cd;
	margin: 15px 0 0 15px;
	width: 320px;
	padding: 3px 3px 3px 3px;
	border-top: 5px solid #9b0f18;
}

	.box ul {
		padding: 0 0 0 20px;
	}
	
	.box li {
		padding: 3px;
		list-style: square;
	}

.box2 {
	font: 10px 'tahoma', Arial, sans-serif;
	background-color: #e9e3cd;
	margin: 5px 0 0 15px;
	width: 180px;
	padding: 3px 3px 3px 3px;
	border-top: 5px solid #9b0f18;
	float: left;
}

	.box2 ul {
		padding: 0 0 0 20px;
	}
	
	.box2 li {
		padding: 3px;
		list-style: square;
	}
	
.bildbox {
	margin: 5px 0 0 230px;
	}
	
	.bildbox a img {
		border: 3px solid #e9e3cd;
		float: left;
		margin-right: 8px;
		margin-bottom: 10px;
	}
	
	.bildbox a:hover img {
		border: 3px solid #9b0f18;
		float: left;
		margin-right: 8px;
		margin-bottom: 10px;
	}
	
#thumbnails a img {
		border: 3px solid #e9e3cd;
		float: left;
		margin-right: 8px;
		margin-bottom: 10px;
	}
	
	#thumbnails a:hover img {
		border: 3px solid #9b0f18;
		float: left;
		margin-right: 8px;
		margin-bottom: 10px;
	}	
	
h1 {
	font: 21px 'Times New Roman', Times, serif;
	color: #666666;
	padding-bottom: 10px;
}

h2 {
	font: 11px 'tahoma', Arial, sans-serif;
	color: #666;
	font-weight: bold;
}

#footer {
	margin: 0px 0 0 110px;
	font: 9px 'tahoma', Arial, sans-serif;
	color: #999999;
	padding-bottom: 20px;
}
	
	#footer a {
		color: #999999;
	}
	
	#footer a:hover {
		color: #999999;
		text-decoration: underline;
	}
	

.clear {
  clear: both;
}

#slide-images{
    position:relative;
    display:block;
    margin:0px;
    padding:0px;
    width:440px;
    height:127px;
    overflow:hidden;
}

#slide-images li{
    position:absolute;
    display:block;
    list-style-type:none;
    margin:0px;
    padding:0px;
    background-color:#FFFFFF;
}

#slide-images li img{
    display:block;
    background-color:#FFFFFF;
}


fieldset { border:0;margin:0;padding:0; }
label { display:block; }
input.text,textarea, select { width: 300px; padding: 3px; margin: 1px 0; border: 1px solid #ccc; }
input.submit { padding: 2px 5px; border: 1px solid #bebebe; background-color: #e9e3cd; font: 11px 'tahoma', Arial, sans-serif; }
fieldset span { display: none; }
#posEmail, #posText { border: 1px solid #666; }

