/********************************/
/*	Main Body 		*/
/********************************/

body 
{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 75%;
  background-color: #393939;
  margin: 0 auto;
  padding: 0;
  color: #4b4b4b;
  
}

h1
{
   font-size: 27px;
   margin-top: 5px;
   margin-bottom: 5px;
}

/********************************/
/*	Page Container		*/
/********************************/

#wrapper
    {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	background-color: #181818;
	border: 1px solid #cccccc;
	color: #4b4b4b;
    }

/********************************/
/*	Main Header		*/
/********************************/

#headerimage
{
	background-color: #66CC66;
	width: 770px;
	height: 216px;
	padding-top: 0px;
	padding-left:0px;
	padding-bottom: 0px;
}

#header
{
	background-color: #66CC66;
	color: #ffffff;
	height: 88px;
	width: 770px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-top: 10px;
	padding-left:0px;
	border-bottom: solid #cccccc 1px;
}

#header h1
{
	text-align:center;
}

#header p
{
	font-size: 1.4em;
	text-align:center;
	font-weight: bold;
}

/************************************/
/*	Content	                    */
/************************************/

#content
{
	color: #ffffff;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	width: 698px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	font-size: 0.9em;
	border: solid #c4c4c4 1px;
	
}

#content h2
{
	border-bottom: 1px dashed #66cc66;
	color: #ffffff;
	font-size: 1em;
}

#content a
{
	list-style-type: none;
	text-decoration: underline;
	color:#ffffff;
}


#content a:hover
{
	list-style-type: none;
	text-decoration: underline;
	color:#2b2b2b;
	background-color: #ffffff;
}

/************************************/
/*	Navigation                  */
/************************************/

#tabnav	{
	height: 20px;
	margin: 0;
	padding-left: 10px;
	padding-top: 5px;
	background: url(../images/tab_bottom.gif) repeat-x bottom;
	/* background: url(http://susya1.landschaft.fastmail.fm/images/tab_bottom.gif) repeat-x bottom; */
	}

#tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#tabnav a:link, #tabnav a:visited {
	float: left;
	background: #f3f3f3;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active	{
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
	}

#tabnav a:hover	{
	background: #fff;
	}
	

 /* PAGE IMAGE BORDERS (GALLERY BORDERS BELOW) */

.borders		{ border: #ffffff 1px solid; cursor:pointer; }


 /* PICTURE GALLERY CODE */

.Galborder	 	{ border: #000000 1px solid; cursor:pointer; }	

A:hover .Galborder,
A:active .Galborder 	{ border: #FF9900 1px solid; cursor:pointer; Filter: invert }


.slideshow	{ FONT: 12px arial, verdana, sans-serif;
		  font-weight: bold;
		  color: #ffffff;
		  background-color:#393939;
		  cursor:pointer;
		  padding-left: 6px;
		  padding-right: 6px;
		  margin-top: 10px;
		  margin-bottom: 3px;
		  border: #ffffff 1px solid; }



.slideshowon	{ FONT: 12px arial, verdana, sans-serif;
		  font-weight: bold;
		  color: #FFFFFF;
		  background-color:#66CC66;
		  cursor:pointer;
		  padding-left: 6px;
		  padding-right: 6px;
		  margin-top: 10px;
		  margin-bottom: 3px;
		  border: #66CC66 1px solid; }



.form-margin	{ margin: 0px; }


#translate
{
	background-color: #66CC66;
	color: #ffffff;
	height: 20px;
	width: 765px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-top: 3px;
	padding-left:5px;
	border-bottom: solid #cccccc 1px;
}

#translate a
{
	list-style-type: none;
	text-decoration: none;
	color:#2b2b2b;
	background-color: #66CC66;
}

#translate a:hover
{
	list-style-type: none;
	text-decoration: underline;
	color: #2b2b2b;
	background-color: #66CC66;
}

/********************************/
/* Footer			*/
/********************************/

#footer
{
	clear: both;
	height: 35px;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 5px;
	font-size: 0.8em;
	margin: 5px;
	border: solid #c4c4c4 1px;
}

#footer a
{
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
	color: #000000;
	background-color: #ffffff;
}
