@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Average+Sans); /* google web fonts */

* {
	margin: 0;
}
body {
	background-image: url(../images/streifen_back3.png);
	background-repeat:repeat-x, no-repeat;
}

#page {
	margin: 0 auto;
	font-family: 'Average Sans', sans-serif;
	font-size: 0.9em;
	width:1024px;
	height:768px;
}

#top {
	height: 170px;
}

#head {
	height: 260px;
}

#navi {
	height: 40px;
	font-size: 1.4em;
/*	border-left: 1px solid white;*/
}

#content {
/*	color: #44251b;*/
	padding-left:170px;
}

#vorschau {
	margin-left: 5px;
	margin-top: 25px;
}

#vorschau ul{
	padding: 0 0 5px 0;
}

#vorschau li{
	display: inline;
	padding: 0 5px 0 0;
}

h1 {
	font-size: 1.6em;
	font-weight:lighter;
	color: #44251b;
}

h2 {
	font-size: 1.1em;
	font-weight:lighter;
	color: #44251b;
}

p {
	line-height: 1.8em;
	color: #44251b;

}

#navi ul {
	margin: 0;
	padding: 5px 0 0 170px;
	list-style-type: none;
	
}

/*stellt die Listenpunkte nebeneinander statt untereinander*/
#navi li {
	display: inline;
	/*padding-right: 5px;*/
}


#navi a:link, #navi a:visited  {
    text-decoration:none;
    color: white;
}


/*Mouse over bei Menue und Stand */
#navi a:hover, #navi a:active, #navi a.aktuell  {
    text-decoration:none;
    color: #897c73;
}

#content a:link, #content a:visited  {
    text-decoration:none;
    color: #7d3119;
}


/*Mouse over bei Menue und Stand */
#content a:hover, #content a:active  {
    text-decoration:none;
    color: #897c73;
}


#links {
	float: left;
	width: 330px;
	padding: 20px 10px 0 170px;
	/*background-color:#339;*/
}

#rechts {
	float:left;
	width: 350px;
	/*background-color:#0F0;*/

}

.white {
	color: white;
}

.top20 {
	padding-top: 20px;
}

.top10 {
	padding-top: 10px;
}

.back20 {
	padding-bottom: 20px;
}

.back200 {
	padding-bottom: 500px;
}

.pr170 {
	padding-right: 170px;
}