/* CSS Document */
body {
      background-color: #FFFFFF;
	  color:#000000;
      font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:10px;
      margin:0px;
	  padding:0px;
}

table {
	padding:0;
	margin:0;
}

td {
	vertical-align:top;
}

/* Variable Klassen */

#big {
	width:955px;
}

#content {
	background-image:url(images/content_bottom.jpg);
	background-repeat:no-repeat;
	background-position:26px bottom;
	padding:0px 0px 47px 26px;
	width:749px;
}

#contentbg {
	background-image:url(images/content_bg.jpg);
	width:749px;
	height:350px;
}

#contentbottom {
	background-image:url(images/content_bottom.jpg);
	width:749px;
	height:47px;
}

#contentc {
	padding:0px 23px 16px 24px;
}

#contentc2 {
	text-align:justify;
	width:702px;
}

#contenttop {
	background-image:url(images/content_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:104px;
	margin:0px 0px 16px 0px;
	width:749px;
}

#footer {
	background-image:url(images/footer.jpg);
	width:955px;
	height:19px;
}

#header {
	background-image:url(images/header.jpg);
	width:955px;
	height:148px;
}

#inlay {
	background-image:url(images/inlay_bg.jpg);
	background-repeat:no-repeat;
	background-position:left 2px;
}

#inlay2 {
	background-image:url(images/inlaybg2.jpg);
	background-repeat:repeat-y;
}

#menu {
	background-image:url(images/menu_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:110px;
	border-top:1px solid #FFFFFF;
	width:180px;
}

#menubg {
	background-image:url(images/menu_bg.jpg);
	height:280px;
	padding:10px 0px;
	width:180px;
}

#menutop {
	background-image:url(images/menu_top.jpg);
	width:180px;
	height:62px;
}

a {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#6F7B85;
	text-decoration:none;
}

a:hover {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF6B01;
	text-decoration:underline;
}