/* GLOBAL ELEMENTS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

/* MAIN WRAPPER AND BODY */
body {
	background:#eeece7 url('../pics/topbg.jpg') 50% 0 no-repeat;
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
	}
#wrapper {
	width:960px;
	margin:0 auto;
	position:relative;
	background:#eeece7;
	overflow:hidden;
	}

/* GLOBAL CLASSES AND ELEMENTS */
/* close commented backslash hack */
select,input,button,textarea,button {
	font:99% arial,helvetica,clean,sans-serif;
	}
	
table {
	font-size:inherit;
	font:100%;
	}
		
.padded-table td {
	padding-right: 1.0em;
	padding-bottom: 0.3em;
	padding-left: 1.0em;
	}
	
.bordered-table td {
	padding-right: 1.0em;
	padding-left: 1.0em;
	padding-bottom: 0.7em;
	padding-top: 0.7em;
	}

h1 {
	font-weight:bold;
	font-size:110%;
	color:#18327c;
	margin-top:2em;
	margin-bottom:1.5em;
	}
	
p {
	text-align:justified;
	margin-bottom:1.5em;
	}
	
.left {
	float:left;
	}
.right {
	float:right;
	}
.hide {
	display:none;
	}
.show {
	display:block;
	}
.padded-left-bottom {
	margin-left:20em;
	padding-bottom:0.5em;
	}
	
/* HEADER AND LOGO */
#header {
	width:960px;
	height:84px;
	padding:13px 22px 86px 0;
	}
#logo {
	width:330px;
	height:100px;
	float:left;
	display:block;
	position:relative;
	overflow:hidden;
	font-size:210%;
	color:#18337c;
	line-height:84px;
	}
#logo a {
	color:#18337c;
	}
/* TOP NAVIGATION (languages) */
#topNav {
	width:600px;
	height:26px;
	margin:0 0 0 0;
	float:right;
	display:inline;
	text-align:right;
	color:#4c4732;
	font-size:100%;
	text-transform:uppercase;
	font-weight:normal;
	}
#topNav span {
	text-transform:none;
	}
#topNav a {
	color:#4c4732;
	display:block;
	font-weight:normal;
	padding:0 12px;
	margin:-3px 4px 0 4px;
	float:left;
	height:24px;
	line-height:24px;
	text-decoration:none;
	}
#topNav .last a {
	margin:-3px 0 0 4px;
	}
#topNav ul {
	float:right;
	}
#topNav li {
	float:right;
	}
#topNav a:hover {
	text-decoration:none;
	border:none;
	color:#7ac142;
	}
#topNav a strong {
	display:block;
	line-height:24px;
	white-space:nowrap;
	font-weight:normal !important;
	}
.ee #topNav .ee a, .ee #topNav .ee a:hover,
.en #topNav .en a, .en #topNav .en a:hover,
.de #topNav .de a, .de #topNav .de a:hover {
	background-color:#e3e0db;
	text-decoration:none;
	border-bottom:1px dashed #7ac142;
	color:#4c4732;
	}

/* MAIN NAVIGATION */
#navigation, #navigation_en, #navigation_de {
	width:960px;
	height:40px;
	position:absolute;
	top:111px;
	left:0;
	color:#443d31;
	background:#e0ded9;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	font-size:85%;
	z-index:9999 !important;
	text-transform:uppercase;
}

#navigation li, #navigation_en li, #navigation_de li {
	float:left;
	position:relative;
}

#navigation a, #navigation_en a, #navigation_de a {
	display:block;
	height:40px;
	position:relative;
	overflow:hidden;
	color:#443d31;
	text-decoration:none;
}

#navigation a:hover, #navigation_en a:hover, #navigation_de a:hover {
	background-color:#c6c3bd;
}
	
#navigation a span{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:999;
	background:url('../pics/navigation_ee.png');
}
	
#navigation_en a span{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:999;
	background:url('../pics/navigation_en.png');
}
	
#navigation_de a span{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:999;
	background:url('../pics/navigation_de.png');
}
	
#navigation .about, #navigation .about a, 
#navigation_en .about, #navigation_en .about a, 
#navigation_de .about, #navigation_de .about a {
	width:240px;
}
	
#navigation .about a span, 
#navigation_en .about a span, 
#navigation_de .about a span 
{
	background-position:0 0;
}

#navigation .about a:hover span, #navigation_en .about a:hover span, #navigation_de .about a:hover span {
	background-position:0 -40px;
	}
.about #navigation .about a span,
.about #navigation .about a:hover span {
	background-position:0 -80px;
	}
.about #navigation_en .about a span,
.about #navigation_en .about a:hover span {
	background-position:0 -80px;
	}
.about #navigation_de .about a span,
.about #navigation_de .about a:hover span {
	background-position:0 -80px;
	}	
	
#navigation .news, #navigation .news a, 
#navigation_en .news, #navigation_en .news a, 
#navigation_de .news, #navigation_de .news a {
	width:240px;
	}
#navigation .news a span, #navigation_en .news a span, #navigation_de .news a span {
	background-position:-240px 0;
	}
#navigation .news a:hover span, #navigation_en .news a:hover span, #navigation_de .news a:hover span {
	background-position:-240px -40px;
	}
.news #navigation .news a span,
.news #navigation .news a:hover span, 
.news #navigation_en .news a span,
.news #navigation_en .news a:hover span, 
.news #navigation_de .news a span,
.news #navigation_de .news a:hover span {
	background-position:-240px -80px;
	}
#navigation .gallery, #navigation .gallery a,
#navigation_en .gallery, #navigation_en .gallery a,
#navigation_de .gallery, #navigation_de .gallery a{
	width:240px;
	}
#navigation .gallery a span, #navigation .gallery a span,
#navigation_en .gallery a span, #navigation_en .gallery a span,
#navigation_de .gallery a span, #navigation_de .gallery a span{
	background-position:-480px 0;
	}
#navigation .gallery a:hover span,
#navigation .gallery a.active span,
#navigation_en .gallery a:hover span,
#navigation_en .gallery a.active span,
#navigation_de .gallery a:hover span,
#navigation_de .gallery a.active span{
	background-position:-480px -40px;
}
.gallery #navigation .gallery a span,
.gallery #navigation .gallery a:hover span,
.gallery #navigation_en .gallery a span,
.gallery #navigation_en .gallery a:hover span,
.gallery #navigation_de .gallery a span,
.gallery #navigation_de .gallery a:hover span
{
	background-position:-480px -80px;
}

#navigation .contact, #navigation .contact a,
#navigation_en .contact, #navigation_en .contact a ,
#navigation_de .contact, #navigation_de .contact a {
	width:240px;
}

#navigation .contact a span, #navigation_en .contact a span, #navigation_de .contact a span {
	background-position:-720px 0;
}

#navigation .contact a:hover span, #navigation_en .contact a:hover span, #navigation_de .contact a:hover span  {
	background-position:-720px -40px;
}

.contact #navigation .contact a span,
.contact #navigation .contact a:hover span,
.contact #navigation_en .contact a span,
.contact #navigation_en .contact a:hover span, 
.contact #navigation_de .contact a span,
.contact #navigation_de .contact a:hover span 
{
	background-position:-720px -80px;
}		

/* GENERAL PAGE DECLARATIONS AND HEADERS */
#splash {
	width:960px;
	height:424px;
	position:relative;
	padding:0 22px 0 0;
	}
#flashBackground {
	position:relative;
	width:960px;
	height:421px;
	}
#flashBackground span {
	position:absolute;
	top:0;
	display:block;
	left:0;
	width:960px;
	height:421px;
	}
#page_header_image {
	width:594px;
	overflow:hidden;
	padding:0 0 0 0;
	position:relative;
	}

#textbox {
	position:relative;
	text-align: justify;
	background: #e7e5e2;
	}
	
#text {
	position:relative;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:20px;	
	text-align: justify;
	border-right: 1px solid #c5c3bc;
	border-top: 1px solid #c5c3bc;
	border-bottom: 1px solid #c5c3bc;
	height:320px;
	}
	
#history {
	position:relative;
	padding:20px 90px 35px 90px;
	text-align: justify;
	border: 1px solid #c5c3bc;
	}
	
#links {
	position:relative;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:20px;	
	text-align: justify;
	border-right: 1px solid #c5c3bc;
	border-top: 1px solid #c5c3bc;
	border-bottom: 1px solid #c5c3bc;
	height:700px;
	}

#gallerybox {
	position:relative;
	width:960px;
	height:421px;
	}
	
#left_pic1 {
	width:230px;
	height:320px;
	float:left;
	display:block;
	padding-top:30px;
	padding-left:30px;
	padding-bottom:10px;
	padding-right:30px;
	position:relative;	
	overflow:hidden;
	color:#e7e5e2;
	background: #e7e5e2;
	border-left: 1px solid #c5c3bc;
	border-top: 1px solid #c5c3bc;
	border-bottom: 1px solid #c5c3bc;
	}	
	
#left_pic2 {
	width:171px;
	height:320px;
	float:left;
	display:block;
	padding-top:30px;
	padding-left:30px;
	padding-bottom:10px;
	padding-right:30px;
	position:relative;
	overflow:hidden;
	color:#18337c;
	background: #e7e5e2;
	border-left: 1px solid #c5c3bc;
	border-top: 1px solid #c5c3bc;
	border-bottom: 1px solid #c5c3bc;	
	}	
	
#left_pic3 {
	width:140px;
	height:700px;
	float:left;
	display:block;
	padding-top:40px;
	padding-left:40px;
	padding-bottom:0px;
	padding-right:20px;
	position:relative;
	overflow:hidden;
	color:#18337c;
	line-height:84px;
	background: #e7e5e2;
	border-left: 1px solid #c5c3bc;
	border-top: 1px solid #c5c3bc;
	border-bottom: 1px solid #c5c3bc;		
	}	
		