* {

	margin: 0px;
	padding: 0px;

}
 
html {

	background: #fffde6 url(../images/html.gif) repeat-x; 
	text-align: center;
	width: 100%;
	height: 100%;

}

body {

	font-size: 11px;
	line-height: 18px;
	color: #000; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	margin: 0px auto;
	text-align: center;
	width: 100%;
	height: 100%;

}

td {

	font-size: 11px;
	line-height: 18px;
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";

}

ul {

	margin: 0px;
	padding: 3px 0px 5px 20px;

}

li {
	padding: 1px 0px 0px 4px;
	list-style: circle;

}

form {

	margin: 0px;
	padding: 0px;

}


#clean {

	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;

}

a {

	color: #45602a;
	text-decoration: underline;
	
}

a:hover {

	color: #45602a;
	text-decoration: none;

}

h1 { 

	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	font-family: "Arial";

}
h3 { 

	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	font-family: "Arial";

}

#container {

	width: 960px;
	margin: 0px auto;
	text-align: left;

}

#menu {

	width: 960px;
	height: 91px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 27px 0px;
	text-align: center;
	color: #fffde6;
	position: relative;

}

#menu ul {

	position: absolute;
	height: 117px;
	left: 140px;
	top: 0px;	
	margin: 0px;
	padding: 0px;
	overflow: hidden;

}

#menu ul li {
         
	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	float: left;
	

}

#menu ul li a {

	margin: 0px;
	padding: 70px 10px 0px 10px;
    border-left: 1px solid #3c492d;
	border-right: 1px solid #3c492d;
	height: 23px;
	text-decoration: none;
	color: #fffde6;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 12px;
	overflow: show;
	white-space: nowrap;

}

#menu ul li a:hover, #menu ul li a.aktiv, #menu ul li a:hover.aktiv {

	margin: 0px;
	padding: 70px 10px 0px 10px;
	border-left: 1px solid #799159;
	border-right: 1px solid #799159;
	background: #627746 url(../images/menu_hover.gif) no-repeat center 10px;
	height: 23px;
	text-decoration: none;
	color: #fffde6;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 12px; 	
	overflow: show;
	white-space: nowrap;
}

#menu ul li a.aktiv, #menu ul li a:hover.aktiv {

	margin: 0px;
	padding: 70px 10px 40px 10px;
	border-left: 1px solid #799159;
	border-right: 1px solid #799159;
	background: #ded1b1 url(../images/menu_hover_active.gif) no-repeat center 10px;
	height: 23px;
	text-decoration: none;
	color: #475104;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 12px; 	
	overflow: show;
	white-space: nowrap;
}

#submenu {

	width: 904px;
	height: 27px;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 56px;
	text-align: left;
	color: #fffde6;
	position: relative;
	background: #DED1B2;

}

#submenu ul {

	width: 960px;
	margin: 0px;
	padding: 0px;
	

}

#submenu ul li {

	margin: 0px 10px 0px 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	

}

#submenu ul li a {

	margin: 0px;
	line-height: 27px;
	text-decoration: none;
	color: #3C492B;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

#submenu ul li a:hover {

	margin: 0px;
	line-height: 27px;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;

}

#submenu ul li a.aktiv, #submenu ul li a:hover.aktiv {

	margin: 0px;
	line-height: 27px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #fff;

}

#content {

	margin: 0px auto;
	width: 845px;             
	height: 482px;
	border: 1px solid #3c492b;
	color: #676550;
	background: url(../images/content.gif) repeat-x;
	overflow: hidden;
	position: relative;
	

}

#image {

	position: absolute;
	top: 0px;
	left: 0px;

	margin: 0px auto;
	width: 300px;             
	height: 482px;
	padding: 0px 29px 0px 0px;
	background: url(../images/image.gif) no-repeat;	

}

#text {

	position: absolute;
	top: 0px;
	right: 0px;	
	margin: 0px auto;
	width: 516px;             
	height: 482px;
	padding: 0px;
	color: #676550;
	background: transparent; 
	overflow: hidden;
	font-size: 12px;
	

}

#scrolltext {

	width: 476px;
	height: 443px;
	padding: 20px;
	color: #676550;
	background: transparent; 
	overflow: auto;
	overflow-x: hidden;
	position: relative;

}

#scrolltext p{
	margin: 0px 0px 8px 0px;
}

#footer {

	clear: all;
	width: 100%;
	border-top: 2px solid #ded1b2;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	color: #627746;

}

#content #text img.thumbnail {

	margin-top: 10px;

}



.thumbnaildiv{
 	float: left; 
	padding: 3px; 
	text-align: center; 
	width: 105px;
	height: 155px;
 }
 .thumbnaildiv a:link,  .thumbnaildiv a:active,  .thumbnaildiv a:visited,  .thumbnaildiv a:hover{
	font-size: 9px; 
	text-decoration: none;
 }
