
	
body { 
	font-family: "Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	letter-spacing: 0.5px;
	line-height: 15px;	
	color: #a8a8a8;
	font-size: 11px;
	background: #e4e6e1 url(../images/bdy_bg.gif) repeat-x;
	margin: 0; 
	padding: 0;	
	}
	
p { 
	margin-top: 0; 
	margin: 0 15px 0 0;
	padding-bottom: 15px;
	}
	
/* Footer */

#footer { padding-top: 5px; text-align: center; }

	
#footer a:link,
#footer a:visited { 
	color: #86907F;
	border-bottom: 1px #86907F dotted;
	text-decoration: none; 
	}
	
#footer a:hover, 
#footer a:active,
#footer a:focus { 
	text-decoration: none; 
	color: #5d7f46;
	}

/* Text */

#mainContent p a:link,
#mainContent li a:link { 
	text-decoration: none; 
	color: #5d7f46;
	border-bottom: 1px #5d7f46 dotted;
	}
	
#mainContent p a:visited,
#mainContent li a:visited { 
	text-decoration: none; 
	color: #a8a8a8;
	border-bottom: 1px #a8a8a8 dotted;
	}
	
#mainContent p a:hover, 
#mainContent p a:active,
#mainContent p a:focus,
#mainContent li a:hover, 
#mainContent li a:active,
#mainContent li a:focus { 
	text-decoration: none; 
	background-color: #a8b2a1;
	color: #ffffff;
	border-bottom: 1px #fff dotted;
	}
	
h1 {
	color: #86907f;
	padding: 0 0 8px 25px;
	margin: 0 8px 20px 0;
	font-size: 17px;
	font-weight: normal;
	font-family: Georgia,"Times New Roman",Times,serif;
	border-bottom: 1px #9fafae dotted;
	background: url(../images/stars1.jpg) no-repeat 0 0;
	}
	
h2 {
	color: #86907f;
	padding: 10px 0;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	font-style: italic; 
	font-family: Georgia,"Times New Roman",Times,serif;
	}
	
h3 {
	color: #86907f;
	padding: 0 0 3px; 0;
	margin: 0 3px 10px 0;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia,"Times New Roman",Times,serif;	
	}


/* Gestaltungselemente */

#content { 
	width: 900px;
	height: 650px;
	margin: 0 auto 0;
	background: url(../images/bg.jpg) no-repeat;	
	}

#contentPos {
	margin: 0 105px;
	}

#pageHeader {
	position: relative; 
	width: 700px; 
	height: 120px;
	}
	
#contentbox { 
	width: 700px;
	height: 450px;
	border: 1px #86907f dotted;
	clear: both;
	background: #faf9f6;
	background: url(../images/content_bg.jpg) no-repeat;
	}
	
#mainContent {
	width: 550px;
	height: 450px;
	background: url(../images/maincontent_bg.jpg) no-repeat;	
	float: right;
	}

#mainContent .pos {
	padding: 60px 0 50px 55px;
	}

#mainContent .content {
	width: 460px;
	height: 340px;
	overflow: auto;
	}
#mainContent .content ul {
	list-style-type: none;
	padding: 0 10px 5px 20px;
	}
#mainContent .content ul li {
	background: url(../images/stars2.jpg) no-repeat 0 3px;
	padding: 0 0 5px 15px;
	}

.typo {
	width: 240px;
	height: 135px;
	background: url(../images/typo.gif) no-repeat;
	position: absolute;
	left: 60px;
	bottom: -46px;
	opacity:.80; 
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
	font-size: 0;
	line-height: 0;
}

/*
.fairy {
	width: 187px;
	height: 194px;
	background: url(../images/fairy.gif) no-repeat;
	position: absolute;
	left: -10px;
	top: 7px;
	}
*/

/* Navigation */

#navi { 
	width: 149px;
	height: auto;	
	padding: 100px 0 0 0;
	float: left;
	margin: 0;
	list-style-type: none;
	text-align: center;
	font-family: Georgia,"Times New Roman",Times,serif;	
	}
#navi li {
	width: 149px;
	height: auto;
	font-size: 17px;
	line-height: normal;
	outline: none;
	padding: 0 0 15px 0;	
	}
#navi a:link,
#navi a:visited { 
	text-decoration: none; 
	color: #b2c0a6;
	padding-left: 15px;
	}	
#navi a:hover, 
#navi a:active,
#navi a:focus { 
	text-decoration: none; 
	outline: none;
	color: #86907F;	
	background: url(../images/star3.gif) no-repeat 0 5px;
	}
	

/* Gallery */

.gallery { 
	padding-bottom: 15px;
	}

.gallery img { 
	margin: 0 3px 3px 0;
	border: 1px #d4dde1 solid; 
	opacity:.60; 
	filter: alpha(opacity=60); 
	}

.gallery img:hover { 
	border: 1px #6e8999 solid; 
	opacity:.90; 
	filter: alpha(opacity=90); 
	}


	
