/*HTML-Body*/
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#333;
	background:#AAAA99;
}

/*Überschriften*/
h1, h2, h3, h4, h5 {
	font-family: courier, times new roman, serif;	
}

/*Horizontale Ruler*/
hr {
	color: #E2B124; 
	background-color: #E2B124;
	border: none;
	border-top: 1px solid #A66927;
}

/*Absatz - Erstes Zeichen hervorheben*/
p:first-letter {
	font-family: 'RoundHandFree';
	color: #E2B124;
	font-size:24px;
}

ul {
	list-style-image: url(./images/bulletleaf.png)
}


/*Wrapper sorgt für mittige Ausrichtung*/
#wrapper {
    margin: 0 auto;
    width: 1000px;
}

/*Rahmen um alles*/
#border {
     background: #fff;
	-moz-box-shadow:0px 0px 40px #666;
	-webkit-box-shadow:0px 0px 40px #666;
	box-shadow:0px 0px 40px #666;
}


/*Header-Bereich*/
#header {
    height: 90px;
    background: #fff;
/*	padding: 40px 0px 10px 60px;*/
	font-family: verdana, arial, sans;
	color: #376092;
}
#logo {
padding: 40px 0px 10px 60px;
}

/*Navigation-Bereich*/
#navi {
    height: 32px;
	width: 1000px;
    background: #bbbbaa;
	padding: 0px 0px 0px -100px;
	font-family: courier, times new roman, serif;
	font-size: 14pt;
}
/*Navigation - Aussehen der Buttons*/
#navi a {
	display: inline;
	padding: 6px;
	float: left;
	width: 154px;
	height: 20px;
	color: #333;/*#E2B124;*/
	background-color:#bbbbaa;
	text-decoration: none;
	text-align: center;

}
/*Navigation - Aussehen der Buttons bei MouseOver*/
#navi a:hover, a:focus{
	color: #000;
	background: #95C86F;
}

#navi a:active{
	color: #fff;
	background: #00A653;
}

#navi #act a{
	color: #fff;
	background: #777766;
	height: 23px;
	-moz-box-shadow:0px 2px 4px #666;
	-webkit-box-shadow:0px 2px 4px #666;
	box-shadow:0px 2px 4px #666;
}

/*Content-Bereich*/
#content{
    background: #FFFFFF;
	padding: 10px 20px 10px ;
	height: 333px;
}

@font-face{ /* for IE */
    font-family:'RoundHandFree';
    src:url('fonts/RoundHandFree.eot');
}
@font-face { /* for non-IE */
    font-family:'RoundHandFree';
    src:url(http://:/) format("No-IE-404"),url('fonts/RoundHandFree.ttf') format("truetype");
}


#shadow img {
	border: 2px solid #fff;
	-moz-box-shadow:0px 0px 10px #aaa;
	-webkit-box-shadow:0px 0px 10px #aaa;
	box-shadow:0px 0px 10px #aaa;
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;*/
}

#content a{
	color:#00A653;
	text-decoration: none;
}
#content a:hover{
	color:#A66927;
		text-decoration: underline;
}
#content a:active{
	color:#E2B124;
	text-decoration: none;
}


#footer {
    height: 90px;   
	text-align: center; 
	padding: 40px 0px 10px 0px;
	font-family: courier, times new roman, serif;	
	color: #333;
}
#footer a{
	color:#00A653;
	font-family: verdana, arial, sans;
	text-decoration:none;
}
#footer a:hover{
	color:#A66927;
	text-decoration:underline;
}
#footer a:active{
	color:#E2B124;
	text-decoration:none;
}