* { padding: 0; margin: 0; } 

img { border: none; }

a { color: #996633; text-decoration: none; }

a:hover { color: #000 }
body {	/*background-image:url('background.gif');	background-repeat:repeat;	background-position:0;*/
	background-color: #FFEFB1;	font-family: Verdana, Tahoma, Arial, sans-serif;	font-size: 15px;	padding: 0;	margin: 0;	color: #000000;
	overflow-y:scroll;	/*line-height: 17px;*/}
#wrap {
	margin: 20px auto;
	width: 1048px;
	/*border: 4px solid #660000;*/
	/*background-color: #D39F7C;*/
}
#header {	height: 200px;
	background-image: url('logo.gif');
	background-repeat: no-repeat;
	background-position: 800px center;
	/*border: 1px solid black;*/
}
#header h1 { 	color : #996633;	font-size: 46px;
	font-style: italic;
	letter-spacing: 2px;	padding: 70px 0 0 60px;	font-weight: 600;	/*text-align: left;*/
	font-family: comic sans ms;
}

#h_wrap {
	/*background-color: #660000;*/
}

#navigation {
	width: 100%;
	background-color: #660000;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
}

#navigation ul {
	display: inline-block;
	list-style: none;
}

* html #nav ul {
	display:inline;
	padding-left:2px;
}

*+html #nav ul {
	display:inline;
}

#navigation li {
	display: inline;	
}

#navigation li a {
	border-left: 1px solid #FFEFB1;
	border-right: 1px solid #FFEFB1;
	float: left; 
	margin: 0 0 0 -1px;
	padding: 0 6px; 
	font-size: 12px; 
	font-weight: 600; 
	text-transform: uppercase;
	text-decoration: none;
	color: #f7f7f7;
	letter-spacing: 2px;
}

#navigation li a:hover {
	background-color: #FFAF4C;
	color:#fff;
}

#content { padding: 10px 10px; }
#content div.floatLeft img {	float:left;	margin:4px 40px 4px 0;}
#content div.floatRight img {	float:right;	margin:4px 0 4px 40px;}
#left {	float:left; 	width:210px; 	text-align: left;	padding-left: 5px;
	border: 4px solid #660000;
	border-radius: 20px;}
.menutop {	height: 20px;}
.menumiddle {
	/*background-color: #000000;*/
	padding-left: 5px;
}

.menumiddle ul {
	letter-spacing: -1px;
	color : #aaa;
	padding-left: 10px;
}

.menumiddle li {
	line-height:20px;
}

.menumiddle li.active {
	color: #000000;
}
.menubottom { 	height: 20px;}
#right {	float:right; 	width:780px;
	padding-right: 10px;
	padding-left: 12px;
	padding-top: 10px;}
#right h1 { padding: 15px 0 5px 0; font-weight: 600; font-size: 32px; color: #996633;}

#right h2 { padding: 15px 0 5px 0; font-weight: 600; font-size: 24px; color: #996633;}
#right ul { margin-left: 20px; }

#bottom { height: 20px; }

#footer {	text-align: center;	font-size: 10px;	color: #663333;	padding:0 0 10px 0;	margin: 0;}
#footer a { color: #666; text-decoration: underline;}
#footer a:hover { color: #000; text-decoration: none;}
.image {	float: left;	padding: 0px 5px 5px 0px;	margin: 0 5px 5px 0;	vertical-align: bottom;	position: relative;	bottom: 0px;}
.image img{	/*vertical-align: middle;*/ }
.galerie{ font-size: 80%; }