body {
	margin:0;
	padding:0;
	font:0.8em Verdana, Helvetica, sans-serif;
	/*text-align:center;*/
	margin-left: 30px;
}

a:link {color: #009900}     /* unvisited link */
a:visited {	color: #666666}  /* visited link */
a:hover {color: #FF0000}   /* mouse over link */
a:active {color: #FF9900}   /* selected link */

body:hover {background-color:#FFFFFF;}

h1#header {
font-size:24px;
color:#006633;
text-align:left;
padding-left:65px;
margin:0 0 30px;
}

.style1 {color: #333333}
.style2 {color: #006633}

h2 {font-size:1.5em;}

/* --------- MENUE --------- */

/* position */
#menu {
	width: 670px;
	margin: 0px;
	margin-left: 55px;}

#menu li {
	display:block;
	float:left;
	/*text-align:left;*/
	position:relative;
	z-index:100;
	padding:0;
	/*font-weight: bold;*/
	margin-bottom: -4px; /* vertical position of tabs */
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 10px; /* space between tabs */
}
#menu li span {
	display:block;
	z-index:100;
	background-color:#8CD968;
	font-weight: bold;
	color: #000000;
	/*padding: 0.3em;*/
	padding: 4px;
	border-style: solid;
	border-width: 2px;
	border-color: #666666;
	border-bottom-width: 0px;
}

/* drop down links */     		 
#menu li a, #menu li a:visited {
	display:block;
	padding:0;
	color: #666666;
	text-decoration: none;}

#menu dl {position:absolute; top:0; left:0; margin: 0; padding: 0;}

/* uppe cell (hidden) */
#menu dt {
	background-color: #DAEACC;
	margin:0px;
	padding:0px;
	font-weight: bold;
	color: #000000;
	float:left;}

/* upper cell (no hover)*/
#menu dt a, #menu dt a:visited {
	display:block;
	color:#000000;
	text-decoration:none;
	background-color:#8CD968;
	padding-bottom: 5px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	border-style: solid;
	border-width: 2px;
	border-color: #666666;
	border-bottom-width: 0px;
	float:left;
	font-weight: bold;
}

/* upper cell (hover)*/
#menu li:hover dt a, #menu li a:hover dt a {
	background-color: #DAEACC;
	color:#333333;
	border-style: solid;
	border-width: 2px;
	border-color: #666666;
	border-bottom-width: 0px;
	margin-bottom: 2px;	/* margin not to block dotted frame */
}
	
/* drop down (hover)*/
#menu dd a:hover {
	background-color: #DAEACC;
	color:#000000;
	border-style: solid;
	border-width: 2px;
	border-color: #666666;
	border-bottom-width: 0px;
}
	
/* drop down (separator etc.)*/
#menu dd {
	display:none;
	background: transparent;
	clear:left;
	margin:0;
	padding:0;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-align:left;
	border-bottom-color:#999999;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	background-color: #DAEACC
}

/* drop down cells */
#menu dd a, #menu dd a:visited {
	background-color:#DAEACC;
	display:block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

#menu li a:hover {border:0;}

#menu li:hover dd, #menu li a:hover dd {
	display:block;
	width: 130px;
}

/* bottom overhang on drop down */
#menu li:hover dl, #menu li a:hover dl {
	border-bottom-color: #DAEACC;
	border-bottom-style: solid;
	border-bottom-width: 6px;
}


/* ------- INFO BUBBLES ------- */
a.baloon {color: #009900;}
a.baloon:visited {color: #666666;}
a.baloon:hover {color: #FF0000}  
a.baloon:active {color: #FF9900}

a.baloon b {display:none;}
a.baloon:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.baloon:hover b {
	display:block;
	position:absolute;
	top:20px;
	left:-25px;
	padding:5px;
	font-weight:normal;
	color:#000000;
	background-color:#FFC;
	width:200px;
	border-width: 1px;
	border-style: solid;
	border-color: #888888;
	font-size: smaller;
}
a.baloon:hover b em {
	position:absolute;
	left:20px;
	top:-6px;
	width:11px;
	height:6px;
	display:block;
    background:#fff url(infopoint.gif) 0 0;
	/*background-color: #FFFFFF;
	background-image: url(images/infopoint.gif);
	background-repeat: no-repeat;*/
}  

/* ------- MAIN ------- */
div.main {
background:no-repeat;
padding:20px 0;
margin:auto;
width:1000px;
} 

div.content {
	text-align:left;
	position:relative;
	z-index:1;
	background-color:#DAEACC;
	padding:1em;
	border:dashed 2px #406480;
	float: left;
	width: 700px;
	margin-left: 10px;
	margin-top: 5px;
}

.noborder {
border:0;
}

dt {
font-weight:bold;
}

abbr,acronym {
border-bottom:dotted 1px gray;
}

blockquote {
padding:0.5em;
font-style:italic;
border-bottom:dotted 1px gray;
border-top:dotted 1px gray;
}

q {font-style:italic;}

div.imagebox {
	text-align:left;
	position:relative;
	z-index:1;
	background-color:#E6DFCF;
	padding:1em;
	border:dashed 2px #406480;
	float: left;
	width: 700px;
	margin-left: 10px;
	margin-top: 5px;
}
#rightbox1 {
	width: 200px;
	border: 2px dashed #406480;
	float: left;
	position: absolute;
	top: 100px;
	left: 766px;
	height: 176px;
	padding-top: 10px;
	background-color: #FFFFFF;
}
#rightbox2 {
	width: 200px;
	border: 2px dashed #406480;
	float: left;
	position: absolute;
	top: 306px;
	left: 766px;
	height: 182px;
	padding-top: 10px;
	background-color: #FFFFFF;}

#footer {
	float: left;
	color: #696969;
	font-size: 9px;
	/*padding-left: 70px;*/
	width: 640px;
	margin-left: 70px;
	clear: both; }

#footer a {
	text-align: center;
	color: #006633; }
	
.imgspace { margin-bottom: 10px; }




