body {
	margin:20px 00px 20px 0px;
	padding:0;
	background:#a6d396;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height: 130%;	
	text-align: center;
}

body {
	behavior: url("cssfocusandhover.htc");
}

#websitebox { 
	width: 800px;
	margin: 0 auto;
	text-align: left;
		}	

#frame {	
	width: 800px;
	background: #a6d396;
		}	

#topinfo {
	padding: 5px;
	color: #777677;
		}
		
#header {
	padding: 0px 0px 3px 23px;
	color:#FFFFFF;
		}
		
#navi {
	background: #d8920a;
	border: 5px solid #FFF;
	height: 32px;
		}

#content {
    valign: top;	
	padding: 5px 10px 0px 10px;
	margin-bottom:-10px;
	background: #FFF;
	border-left:5px solid white;
	border-right:5px solid white;
	color:#000000;
}
*html #content { margin-top:-15px; margin-bottom: -19x;}

#footer {
	margin-top: -1px;
	background: url(../img/bg-footer.gif) no-repeat;
	font-size:10px;
	height:25px;
	padding: 2px 20px 0px 20px;	
	color:#FFFFFF;
		}
*html #footer { margin-top: 0px; }

#footer2 {
	margin-top: 10px;
	font-size:10px;
	padding: 0px 20px 0px 20px;
	color:#FFFFFF;
		}
		
		
/* TEXT STYLES */		

#navi a         { padding-left: 15px; height: 25px; }
#navi a:hover    { background: url(../img/navi-punkt.gif) no-repeat left center;} 

a         { color: #FFFFFF; }
a:hover    { text-decoration: none;} 
  
#header a         { text-decoration: none; color: #FFFFFF; font-size: 10px; }
#header a:hover    { } 

h1 { font-size:14px; font-weight: bold;}


/* BOX STYLES */		

#box-left {  
	width: 180px;
	color:#FFFFFF; 
	margin-bottom: 9px;
	background: #41727e url(../img/box-left-corner-top.gif) no-repeat top; 	
	}
*html #box-left {	margin-bottom: 3px;}
#box-left-content { padding:5px; overflow:hidden; width:170px; }
#box-left-bottom {  background: url(../img/box-left-corner-bottom.gif) no-repeat; height:7px;
					margin-bottom: -6px; }

#box-main {  
	width: 386px;
	color:#FFFFFF; 
	margin-bottom: 4px;
	background: #73957b url(../img/box-main-corner-top.gif) no-repeat top;
	}
#box-main-content { padding:5px; }
#box-main-bottom {  background: url(../img/box-main-corner-bottom.gif) no-repeat; 
					height:6px; margin-bottom: -1px;}
*html #box-main-bottom {	margin-bottom: -7px;}

#box-right {  
	width: 215px;
	color:#FFFFFF; 
	margin-bottom: 6px;
	background: #41727e url(../img/box-right-corner-top.gif) no-repeat top;
	overflow:hidden; 	
	}
*html #box-right {	margin-bottom: 3px;}
#box-right-content { padding:5px; }
#box-right-bottom {  background: url(../img/box-right-corner-bottom.gif) no-repeat; 
					 height:10px; margin-bottom: -3px;}
					 
#box-left h1, #box-right h1 {
	font-size:14px;
	line-height: 90%;	
	font-style:normal;
	margin-top: -1px;
	padding: 3px 3px 3px 30px;
	background: #2f5a64 url(../img/gecko-mini-blue.gif) no-repeat left center;
}


/* CONTENT STYLES */		

#attention{
	background: #eebd49;
	color: #000000;
	padding: 3px;
	}

#content-left {
	padding-left: 5px;
}

#content-main {
    width:568px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#content-right {
	padding-left: 5px;
	padding-right: 5px;
}

#content-photo-right {
	padding-left:5px;
	width: 300px;
}

#floatpicgallery{
	float:left;
	margin-right: 10px;
	}
	
#floatpicleft {
	float:left;
	margin:1px 5px 1px 1px;
	width: 210px;
	font-style:italic;
	}
	
#floatpicright {
	float:right;
	margin:1px 1px 1px 5px;
	width: 205px;
	font-style:italic;
	}
	
#form input, #form textarea {
	margin:3px;
	padding:2px;
	border:1px solid #587292;
	background:#F2F6E7;
	font : 11px Verdana,Arial,Helvetica;
}

form#form input:focus, form#form textarea:focus {
	border-color:#587292;
	background:#FFFFFF;
}

.form_jump {
	font-size: 0.9em;
	background:#F2F6E7;
	border:1px solid #587292;
	}

#gallery-overview {
	width: 355px;
	float: none;
	border: 1px solid #fff;
	margin: 5px;
	padding: 5px;
	overflow: hidden;
}

#imagebox {
	float:left;
	margin:3px 3px 5px 0px;
	width: 140px;
	}			

#line {
	border-top: 1px dashed #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}

#picbox {
	float:left;
	text-align: center;
	width: 138px;
	height: 128px;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	}


	
/*  ################      TOOL TIP   ##########################   */

/* Fading Tooltips */
body div#toolTip { position:absolute;width:200px;background:#000;border:2px double #fff;text-align:left;padding:5px;-moz-border-radius:5px; }
body div#toolTip p { margin:0;padding:0;color:#fff;font:11px/12px verdana,arial,serif; }
body div#toolTip p em { display:block;margin-top:3px;color:#f60;font-style:normal;font-weight:bold; }