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

body {
background:#000 url(img/design/body_backgr.jpg) repeat-x top;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color: #ffffff;
}

img {
border:0;
}

.clear {
clear:both;
}

p {
padding:0;
margin:0 0 8px 0;
}

a {
outline:none;
}

ul {
list-style-type:none;
padding:0;
margin:0;
}

	ul li {
	padding:4px 0 10px 28px;
	margin:0 0 5px;
	background:url(img/design/arrow.gif) no-repeat;
	font-size:16px;
	}

#wrapper {
width:100%;
height:auto;
}

#900px {
width:900px;
height:auto;
}

#header {
height:125px;
width:900px;
text-align:left;
}

	img.logo {
	float:left;
	margin:26px 76px 0 0;
	}

#nav {
width:auto;
height:46px;
background:url(img/design/nav_edge_bottom.png) repeat-x bottom;
float:left;
margin:37px 0 0 0;
}

	#nav a {
	display:block;
	padding:8px 12px 0 12px;
	background: url(img/design/nav_backgr.png) repeat;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	float:left;
	height:31px;
	margin:0 2px 0 0;
	}
	
	#nav a:hover {
	background:url(img/design/nav_active_backgr.gif) no-repeat top center;
	}
	
	#nav a.active {
	background:url(img/design/nav_active_backgr.gif) no-repeat top center;
	height:50px
	}
	
#content {
width:900px;
text-align:left;
color:#fff;
}

	.left {
	width:325px;
	height:340px;
	float:left;
	padding:0 50px 0 0;
	font-size:14px;
	line-height:130%;
	}
	
		.newsletter {
		height:155px;
		background:url(img/design/newsletter_backgr.png) no-repeat top left;
		padding:40px 20px 0 33px;
		text-transform:uppercase;
		margin:20px 0 0 0;
		}
	
		form {
		padding:0;
		margin:0;
		}
		
			.newsletter label {
			width:100px;
			display:block;
			float:left;
			font-size:14px;
			font-weight:bold;
			padding:4px 0 0;
			}
			
			.newsletter input, label {
			margin:1px 0px;
			}
			
			input {
			border:3px solid #8c7757;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 14px;			
			}
			
			textarea
			{
			border:3px solid #8c7757;			
			font-family:Arial, Helvetica, sans-serif;
			font-size: 14px;
			}
			
			input.senden {
			margin:0 0 0 100px;
			border:0;
			}
	
	.right {
	width:525px;
	float:left;
	height:340px;
	}
	
	h2 {
	float:left;
	font-weight:normal;
	padding:1px 6px;
	background-color:#FFFFFF;
	color:#000000;
	font-size:26px;
	margin:0 0 10px;
	text-transform:uppercase;
	}
	
	h4 {
	float:left;
	font-weight:normal;
	padding:1px 6px;
	background-color:#000000;
	color:#ffffff;
	font-size:14px;
	margin:8px 0 0;
	}
	
	.dayofweek {
	width:auto;
	background:#6c0e0e;
	float:left;
	padding:3px 6px;
	font-size:16px;
	}
	
	#footer .left, #footer .right {
	height:200px;
	padding-top:0;
	margin-top:0;
	}
	
	#bcontent h2,
	#footer h2 {
	float:none;
	font-weight:normal;
	padding:0 0 10px;
	color:#fff;
	font-size:24px;
	margin:0;
	text-transform:uppercase;
	background:none;
	line-height:100%;
	}
	
	.red {
	color:#a60f0f;
	font-size:12px;
	}
	
	.white {
	color:#ffffff;
	font-size:12px;
	}
	
	.gallerypic img,
	.gallery img,
	#footer .right img {
	border:7px solid #171717;
	margin:0;
	}
	
	.rahmen
	{
		border:7px solid #171717;
	}
	.gallery
	{
	float:left;
	margin:0 15px 15px 0;
	width: 147px;
	}


	.gallerypic,
	#footer .right div {
	float:left;
	margin:0 15px 0 0;
	width: 147px;
	}

	.gallerypic
	{
	margin:0 3px 3px 0;
	}
	
	a
	{
		color: #fff;
	}
	
	a:link
	{
		text-decoration: underline;
	}
	
	a:visited
	{
		color: #ddd;
		text-decoration: underline;
	}
	
	a:active,
	a:hover
	{
		text-decoration: none;
	}
	
	a.seeall {
	display:block;
	background:url(img/design/showallpics.gif) no-repeat;
	width:136px;
	height:23px;
	float:right;
	margin:0 30px 0 0;
	}

th
{
	background-color: #8C7757;
}
