/*----------------Reset-----------------------------------------
---------------------------------------------------------------*/
*{
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

ul
ol {
list-style: none;
}

b
strong {
font-weight: bold;
}

img
a img {
	border: none;
}

/*----------------Schrift groesse--------------------------------
---------------------------------------------------------------*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	color: #CCCCCC;
	line-height: 1;
	text-align: left;
	background-repeat: no-repeat;
}

h1,
h2,
h3 {
	font-size: 1.2em;
}

h3.datum {
font-size: 2em;
}

p {
	font-size: 0.8em;
	line-height: 1.2em;
}

a:link {
	text-decoration:none;
	color: #e5c7a5;
}
a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*----------------Layout--------------------------------
---------------------------------------------------------------*/

#container {
	width: 972px;
	background-image: url(../images/5_bg_jardin.jpg);
	background-repeat: no-repeat;
	height: 600px;
	margin: 0 auto;
}

#header {
	background-color: #e2e7ed;
}
	
#topNav			                {
	text-decoration: none;
	width: 972px;
	margin: 0 auto;
	text-align: right;

}
#topNav ul li	              {
	display: inline;
	padding-left: 1em;
}
	
#content {
	background-color: transparent;
	padding: 18px 100px;
}

#menuliste {
	margin-left: 250px;
	padding-top: 130px;
}

#menuliste li {
	display:inline;
	font: bold 1.2em verdana;
	padding: 0 0 0 35px;
	margin: 0;
}

#menuliste a:link {
	text-decoration: none;
	color: #000000;
}

#menuliste a:visited {
	text-decoration: none;
	color: #000000;
}

#menuliste a:hover {
	text-decoration: none;
	color: #FFFFFF;
}




#seitennavi {
	width: 200px;
	float: left;
	margin-top: 120px;
	margin-left: 10px;
}

#mainContent {
	margin-left: 275px;
	margin-top: 60px;
	width: 685px;
}

#footer {
	clear:both;
	margin-top: 10px;
	width: 972px;
	margin: auto;
}

#footer p {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 10px;
}

