/* CSS Document */
body {
      background-color: #FFFFFF;
	  color:#000000;
      font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:11px;
      margin:0px;
	  padding:0px;
}

li, ul {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}

p {
	padding:0;
	margin:5px 0px 5px 0px;
}

td {
	vertical-align:top;
}

/* Variable Klassen */

#big {
	width:800px;
}

#content {
	background-color:#ffffff;
	height:370px;
	width:645px;
}

#contentc {
	padding:0px 5px 0px 5px;
}

#contenttop {
	background-image:url(images/content_top.jpg);
	height:37px;
	width:645px;
}

#footer {
	background-image:url(images/footer.jpg);
	width:800px;
	height:6px;
}

#header {
	background-image:url(images/header.jpg);
	height:168px;
	width:800px;
}

#inlay {
	width:800px;
}

#menu {
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-y;
	width:155px;
}

#menu a {
	color:#0c4a14;
	display:block;
	text-decoration:none;
}

#menuc ul {
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	margin:0px 2px 0px 2px;
	width:151px;
}

#menutop {
	background-image:url(images/menu_top.jpg);
	height:37px;
	width:155px;
}

#menuc li {
	background-color:#FFFFFF;
	color:#0c4a14;
	font-weight:bold;
	height:20px;
	margin:0px 2px 0px 2px;
	padding:12px 0px 0px 0px;
	text-align:center;
	width:151px;
}

#ticker {
	background-image:url(images/ticker.jpg);
	color:#FFFFFF;
	font-weight:bold;
	height:24px;
	padding:0px 5px 0px 5px;
	vertical-align:middle;
	width:790px;
}