body {
	background-color: white;
	color: black;
	font-family: Tahoma, Verdana;
	font-size: 10pt;
}

img {
	border: 0px;
	margin: 0px;
}

#logo h3 {
	position: absolute;
	right: 0px;
	top: 25px;
	color: #FFF;
	font-size: 23px;
	margin-right: 25px;
	font-weight: normal;
	font-family: Tahoma;	   
	margin-top: 0px;
}

#main {
	position: relative;
	margin: 50px auto;
	text-align: left;
	width: 800px;
	background: #FFF url(../imgs/main_bg.gif) 0 0 repeat-y;
	z-index: 1;
}

#logo {
	width: 800px;
	height: 80px;
	background: #808080 url(../imgs/topback.gif) top left repeat-x;
}

h1 {
	margin:0px;
	padding: 10px;
}

h1 a {
	color: #FFF;
	font-size: 15pt; 
	overflow:hidden;
	width:800px; 
	height:80px;
}

h1 a span {
   display:block;
   position:absolute; 
   left:0px; 
	top:0px; 
   z-index:2;
   width:800px; 
   height:80px;
   margin:0; padding:0;
   background: url(../imgs/logo.gif) top left no-repeat;
   cursor:pointer;
}

#menu {
	width: 298px;
	color: #FFF;
	font-family: tahoma, sans-serif, verdana;
	font-weight: bold;
	font-size: 13px;
	height: 540px;
	min-height: 540px;
	background: #F7E1C1 url(../imgs/stairs.jpg) top left no-repeat;
	z-index: 3;
	float: left;
	border-top: 2px solid white;
} 

#menu ul {
	margin-left: 136px;	
	margin-top: 0px;
	padding: 0px;
}

#menu ul li {
	background-color: #FF9D00;
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	list-style-type: none;
}

#menu ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;  	
	line-height: 28px;
	padding-left: 10px;
	width: 150px;
}

#menu ul li a:hover {
	color: #FFF;
	background-color: #808080;
}


#content {
	width: 500px;
	float: left;
	border-left: 2px solid white;
	border-top: 2px solid white;
	padding: 0px;
}
#content1 {
}
#content2 {
}



a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#content ul {
	padding:0px;
	margin:0px;
	list-style:none
}

#content li {
	padding-left:20px;
	background: url(../imgs/dart.gif) 0px 0px no-repeat;
	margin-bottom: 7px;
	margin-left: 3px; 
	color: #000;
}


h2 {
	display: block;
	background-color: #CCCCCC;
	line-height: 58px;
	margin: 0px;
	padding-left: 15px;
	font-family: Tahoma, Verdana;
	font-size: 20px;
	font-weight: normal;
}

h3 {
	margin: 12px 0 0px 8px;
	font-family: Tahoma, Verdana;
	font-size: 11pt;
	color: #FF9D00;
}

form {
	margin: 0px;
}

label {
	display:block;
	margin: 0px;
}
 
strong {
	color: #FF9D00;
}

.clear {
	height: 0px;
	line-height: 0px;
	margin: 0px;
	font-size: 0px;
	clear: both;
}

#footer {
	background: #808080 url(../imgs/footerback.gif) top left repeat-x;
	font-size: 8pt;
	font-family: tahoma, sans-serif, verdana;
	width: 800px;
	color: White;
	border-top: 2px solid white;
}

#footer a {
	color: #CCC;
}

#footer .left {
	float:left;
	width:278px;
	text-align:left;
	border-right: 2px solid white;
	height: 30px;
	padding: 8px 10px;
	height: 14px;
}

#footer .right {
	float:right;
	padding: 8px 10px;
	height: 14px;
}

p {
	padding: 8px;
	margin: 0px; 
	text-align: justify;
}

table {
	border-collapse: collapse;
	width: 100%;
}

th {
	background-color: #C44E4E;
	color: #FFF;
	text-align: center;
}

td {
	padding-left: 10px;
	background-color: #EEE7DD;
	border-bottom: 1px solid white; 
}

div.galerie {
	padding: 10px 0px 8px 8px;
	_padding: 10px 0px 0px 4px;
}

div.galerie img {
	margin: 4px;
	padding: 0px;
	border: 0px;
}

div.galerie a {
	border: 1px solid #CCC;
	display: block;
	float: left;
	margin: 2px;
	padding: 0px;
	_margin-bottom: -6px;
}

div.galerie a:hover {
	border: 1px solid #FF9D00;
	background-color: #F7E2C2;
}

div.psmaller p { font-size: 8pt; }


/* LightBox */
#lightbox { background-color:#eee; padding: 6px; display:none; } 
#lightboxDetails { font-size: 0.8em; padding-top: 0.4em; }	
#lightboxCaption { float: left; } 
#keyboardMsg { float: right; } 
#closeButton { top: 0px; right: 0px; }
#lightbox img { border: none; clear: both;} 
#overlay img { border: none; display:none; }
#overlay { background-color: #333; -moz-opacity: .80; filter: alpha(opacity=80); }
