/*----------------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: .8em;
}

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-repeat: no-repeat;
	height: 600px;
	margin: 0 auto;
}

#header {
	background-color: #e2e7ed;
}
	
#topNav			                {
	text-decoration: none;
	margin-left: 950px;
}
#topNav ul li	              {
	display: inline;
	padding-left: 1em;
}
	
#content {
	background-color: transparent;
	padding: 40px 100px;
}

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

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

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

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

#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: 25px;
	text-align: center;
	margin-bottom: 10px;
}
