* {
margin : 0;
padding : 0;
border: 0;
}
	
body {
font: 76% "Century Gothic", verdana, sans-serif;
line-height: 2em;
color: #333;
background-color:#5082C8;
	background-color:#DFCDB1;
	background-image:url(images/backround3.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:center top;	
}

/* *****************************common properties *****************************/

h1,h2,h3 {font-weight: lighter;letter-spacing: 5px;}

h1 {font-size: 2.5em; color: #fff;padding: 1em;}
h2 {font-size: 1.8em; color: #95A775;padding: 0.8em 0;}
h3 {font-size: 1.3em; color: #95A775;padding: 0.5em 0;font-variant: small-caps;}
p {padding: 5px;}
blockquote {background: #FEFDF6;margin :0 20px;padding : 5px;color: #666;}
em {color: #aaa;font-style: italic;}

.big {letter-spacing: 2px;font-size: 150%;font-weight: bold;color: #99C647;padding: 0.5em;}
.clear {clear:both; height:1px; width:1px; line-height:0em; overflow:hidden;}

/* links */
a, a:visited {text-decoration: none;color: #3898B7;background: inherit;}
a:hover {text-decoration: underline;color: #305F00;background: inherit;}

/*  lists */
ul {margin-bottom: 10px;}
ul li {margin: 0 0 0 20px;list-style: disc;}

/*  images */
img {border: 0;}

#container 
{
	width: /*760*/1000px;
	margin: 0 auto;
	padding: 10px; /* Abstand Zwischen Box und nächstem Inhalt */
	background: #fff;
	text-align:center;
	
	border:0px none;
		border-radius:15px 15px 15px 15px;	
		-moz-border-radius:15px 15px 15px 15px;
		-khtml-border-radius:15px 15px 15px 15px;
		-webkit-border-radius:15px 15px 15px 15px;
	
}

#container img
{
	max-width:600px;
	border:0px none;
		border-radius:15px 15px 15px 15px;	
		-moz-border-radius:15px 15px 15px 15px;
		-khtml-border-radius:15px 15px 15px 15px;
		-webkit-border-radius:15px 15px 15px 15px;	
}


/*TOP NAVIGATION*/
#navbar ul 
{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top:3px;
	list-style-type:none;
	font-size: 170%;
	text-align: center;
}
#navbar a 
{
	float: left;
	width: 220px;/*10em*/
	height: 31px;
	text-decoration: none;
	margin-right:3px;
	border:0px none;
	border-radius:15px 15px 15px 15px;	
		-moz-border-radius:15px 15px 15px 15px;
		-khtml-border-radius:15px 15px 15px 15px;
		-webkit-border-radius:15px 15px 15px 15px;
	background:#91897E;
	color:#FFF;
}
#navbar a:hover 
{
	background:#959A9c;
}
#navbar a:active
{
	
}
#navbar li
{
	display:inline;
}

#navbar li#current
{
	display:inline;
}

#content
{
	padding: 10px;
	margin-left: 200px;
}

#contentw
{
	padding: 10px;
}


#sidebar 
{
	float: left;
	width: 180px;
	margin: 0;
	padding: 10px;
}



#footer 
{
	clear: both;
	padding: 5px;
	font-size: 0.8em;
	background:#91897E;
	color:#FFF;
	text-align:center;
	border-radius:15px 15px 15px 15px;	
		-moz-border-radius:15px 15px 15px 15px;
		-khtml-border-radius:15px 15px 15px 15px;
		-webkit-border-radius:15px 15px 15px 15px;	
}
#footer a, #footer a:visited 
{
	text-decoration: none;
	color: #95A775;
	background: inherit;
}
#footer a:hover 
{
	text-decoration: underline;
	color: #eee;
	background: inherit;
}