html, body{height:100%; padding:0; margin:0px;}
body {
font:	 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul#men, li {
margin:  0px;
padding: 0px;
list-style-type: none;
}

li.list{
list-style-type:disc;
}
li.lilst2{
list-style-type:none;
}

a{
 text-decoration:none;
 font-weight:bold;
 color: #fff;
}

#menu {
margin: 10px 0px 0px 2px;
}

dl#menu {
width: 16em;
}
dl#menu dt {
cursor: pointer;
margin: 2px 0px;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #8d92b0;
}
dl#menu dd {
border-left: 2px solid gray;
}
dl#menu li {
width:168px;
position:relative;
left:-25px;
font-size:7.5pt;
padding-left: 7px;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
background: #fff;
}
dl#menu li a, dl#menu dt a {
padding-left: 10px;
background: transparent url(images/list-off.gif) left center no-repeat;
color: #000;
font-weight: bold;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu li a:hover, dl#menu dt a:hover {
color: #3e416e;
background: transparent url(images/list-on.gif) left center no-repeat;
}

.ctive{
	padding-left: 10px;
	background: transparent url(images/list-active.gif) left center no-repeat;	
	color: #3e416e;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

dl#menu li a:active{
color: #3e416e;
}


body {
  background-color: #cfcfcf;
  font-size: 12px;
  color:#000;
  padding-left:0px;  
  padding-top:0px;
  padding-bottom:0px;
  margin:0px;
  text-align: center;
}

#left{ 	
  position:absolute;
  top:0px;
  left:0px;
  margin: 0px 0px 0px 0px;
  text-align: center;
  vertical-align: middle;	
  padding: 0px;
  width: 200px;
  background-color: #d2d4e1;
  border-right: 1px solid #8d92b0;
  border-bottom:1px solid #8d92b0;  
}

#right{ 
  position:absolute;
  top:0px;
  left:210px;
  text-align: left;
  vertical-align: middle;	
  padding: 0px;
  width: 700px;
  min-height:100%;
  background-color: #8d92b0;
  border-right: 1px solid #000;
  border-left:  1px solid #000;
  border-bottom: 1px solid #000;
}

#banner{ 
  position:absolute;
  top:0px;
  left:210px;
  text-align: left;
  vertical-align: middle;	
  padding: 0px;
  width: 700px;
  height:100px;
  background-color: #fff;
  border-right: 1px solid #000;
  border-left:  1px solid #000;
  background-image:url(images/dots.gif);
  background-repeat:no-repeat;
}

#titel{ 
  position:absolute;
  top:100px;
  left:210px;
  text-align: right;
  vertical-align: middle;	
  padding: 0px;
  width: 700px;
  height:50px;
  background-color: #3e416e;
  border-right: 1px solid #000;
  border-left:  1px solid #000;
  background-image:url(images/whitedotsright.gif);
  background-repeat:no-repeat;
}

#logo{
	position:absolute;
	top:5px;
	left:5px;
}
#stripe{
	position:absolute;
	top:100px;
	left:0px;
	text-align: left;
	vertical-align: middle;	
	padding: 0px;
	width: 200px;
	height:50px;
	background-color: #3e416e;
	background-image:url(images/whitedots.gif);
	background-repeat:no-repeat;
}

#navi{
	position:relative;
	top:50px;
	left:0px;
	min-height:700px;
	width:100%;
}

#bluelay{
	position:absolute;
	top:100px;
	left:200px;
	width:10px;
	height:50px;
	background-color:#8d92b0;
}

	
	#contents { 
		padding:5px;
		margin: 170px 50px 10px 50px; 
		background-color:  #d2d4e1;
		border: 1px solid #8d92b0;
	}
	#contents p { line-height: 165%; }
	

	
	.blogentry { 
		font-size:10pt;
		margin: 10px 10px 10px 10px;
		border-bottom: 1px solid #8d92b0; 
	}
		
	.blogentry td{
		border:1px solid #999999;
		font-size:10pt;
	}
	
	.blogentry .nol{
		border:0px;
		font-size:10pt;	
	}

	
	.blogentry a{
		color:#000;
		text-decoration:none;
	}
	

	
	.page{
		color:#000;
		font-size:10pt;
	}
	
	.imagefloat
	{
		float: right;
		padding: 2px;
		border: 1px solid #8d92b0;
		margin: 0px 0px 10px 10px;
	}
	
	