/* stylesheet */
body, td {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 16px;
	color: #103D2D;

}
body {
	background-color: #FFF;
	text-align: center;
	background-image: url(../images/bg.gif);
	background-position: left top; 
	background-repeat: repeat-x;
}
img {
	border: 0px;
}
a {
	text-decoration: underline;
	color: #103D2D;
}
p, form {
	margin: 0px;
}
h1 {
	margin-bottom: 5px;
	font-size: 12pt;
	font-weight: normal;
	line-height: 20px;
	color: #103D2D;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	margin: 0px 0px 0px 32px;
}


/* layout */	
#content {
	margin: 0px auto;
	width: 786px;
	height: 590px;
	text-align: left;
	background-color: #FFF;
}
#border_left {
	margin: 0px;
	float: left;
	width: 10px;
	height: 590px;
	background-image: url(../images/border_left.gif);
	background-position: left top; 
	background-repeat: no-repeat;
}
#border_right {
	margin: 0px;
	float: right;
	width: 10px;
	height: 590px;
	background-image: url(../images/border_right.gif);
	background-position: left top; 
	background-repeat: no-repeat;
}
#top {
    margin: 0px 35px;
	width: 710px;
	/*height: 146px;*/
	height: 136px;
	background-image: url(../images/bg_top.gif);
	background-position: left top; 
	background-repeat: no-repeat;
}
#top img{
    margin: 20px 0px 0px 0px;
}
#site {
    margin: 0px 35px;
	width: 710px;
	height: 432px;
}
#left {
    margin: 0px;
    width: 510px;
    float: left;
	text-align: left;
}
#left #marge {
	height: 245px;
	width: 89px;
	float: left;
}
#left #home, #left #werk {
	margin: 0px 5px 0px 89px;
	line-height: 22px;
}
#left #werk {
	margin: 0px 5px 0px 0px;
	float: left;
	width: 250px;
}
#left #bottom {
	margin: 15px 0px 5px 0px ;
	height: 3px;
	width: 510px;
	float: right;
	background-image: url(../images/bg_site.gif);
	background-position: left top; 
	background-repeat: no-repeat;
}
#spacer {
	float: left;
	width: 89px;
	height: 50px;
}

#left #txt {
	margin: 0px 20px 0px 43px;
	line-height: 22px;
}

/* diversen */


/* menu */
#menu {
	margin: 0px;
    width: 180px;
    height: 431px;
	float: right;
	text-align: left;
	background-image: url(../images/bg_menu.gif);
	background-position: left top; 
	background-repeat: no-repeat;
}
#menu ul {
	margin: 15px;
    text-align: left;
	padding: 0px;
	list-style-type: none;
}
#menu ul li {
	margin: 0px 0px 11px 0px;
	padding: 0px;
	height: 16px; 
	clear: both;
}
#menu ul li a {
	margin: 0px;
	text-decoration: none;
	display: block;
	color: #FFF;
}
#menu ul li a:hover, #menu ul li a.active  {
	text-decoration: underline;
	color: #FFF;
}

/* menu */
#submenu {
	margin: 5px 0px 0px 0px;
    width: 160px;
	height: 410px;
	float: right;
	text-align: right;
	line-height: 11px;
}
#submenu ul {
	margin: 0px;
    text-align: right;
	padding: 0px;
	list-style-type: none;
}
#submenu ul li {
	margin: 0px 0px 11px 0px;
	padding: 0px;
/*	height: 16px; */
	clear: both;
}
#submenu ul li a {
	margin: 0px;
	text-decoration: none;
	display: block;
	color: #CDD6D3;
}

#submenu ul li a:hover, #submenu ul li a.active  {
	text-decoration: none;
	color: #103D2D;
}