body {
	background: #100d0e;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

/* container definitions */

#header {
	width: 980px;
	margin: auto;
	margin-bottom: 20px;
}

#content-wrapper
{
	border: 0px blue solid;
	width: 980px;	
	margin: auto;
}


#content {
	border: 0px red solid;
	width: 770px;
	float: right;
	
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;	
	letter-spacing: 1px;
 	line-height: 1.5em;	
}

#navigation {
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;	
	
	border-right: 0px #eee dotted;
	width: 200px;
	float: left;
	font-weight: normal;
	color: #B38317;
	letter-spacing: 1px;
}


#navigation a:link, #footer a:link, a:link {
	color: #ccc;
	text-decoration: none;
	}

#navigation a:visited, #footer a:visited, a:visited {
	color: #ccc;
	text-decoration: none;	
	}

#navigation a:hover, #footer a:hover, a:hover {
	color: #B38317;
	text-decoration: none;
	}

#navigation a:focus, #footer a:focus, a:focus {
	color: #B38317;
	text-decoration: none;
	}

#navigation a:active, #footer a:active, a:active {
	color: #B38317;
	text-decoration: none;
	}	

/*	background:#B5D157 url(images/nav_back0.gif) repeat-x; */

#navigation .title {
	color: #B38317;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
}




#footer {
	margin: 10px 0;
	padding-top: 10px;
	padding-bottom: 40px;
	font-size: 0.85em;
	letter-spacing: 1px;
	
	border-top: 1px #eee dotted;
	float: right;
	width: 980px;
}

/* text-style definitions */

h1.headline {
	padding: 0;
	margin: 0;
	font-size: 1.5em;
}


/* 01 - Text und/oder Bild [textile] img-style definitions */

.imgFloatLeft {
padding-right: 10px;
float: left;
clear: both;
}

.imgFloatRight {
padding-left: 10px;
float: right;
clear: both;
}

.galimg {
padding:10px;
border: 1px solid black;
} 

.galimgdiv {
padding:0px;
margin:10px;
text-align: center;
font-size: 10px;
} 