body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* Horizontale Scrollbars werden ausgeschaltet*/
	overflow-x: hidden;
	height:100%;
	font-size:12px;
	line-height:16px;
	color:#333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#fff;
	background-position:top;
	SCROLLBAR-FACE-COLOR: #666666; SCROLLBAR-HIGHLIGHT-COLOR: #333333; SCROLLBAR-SHADOW-COLOR: #333333; SCROLLBAR-3DLIGHT-COLOR: #344556; 
	SCROLLBAR-ARROW-COLOR: #fefefe; SCROLLBAR-TRACK-COLOR: #000011; SCROLLBAR-DARKSHADOW-COLOR: #333333;
	}

input, textarea, select {
   border: 1px solid #cccccc;
   background: #FFFFFF;
   font: 11px Verdana, Arial, Helvetica, sans-serif;
	}

input:hover, textarea:hover {
	background:#cccccc;
	}

td {
   font-size:12px;
	}


img {
	border:0px;
	}

a:link {
	color: #333;
	text-decoration: none;
	}

a:visited {
	color: #333;
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	color: #cc0000;	
	}

a:active {
	text-decoration: none;
	color: #333;
	border-left: blue;
	}

h1 {
	color:#666;
	font-size:14px;
	font-weight:bold;
	}


/*------ Page ------*/


#container {
	height:100%;
	width:1000px; 
	top:0px; 
	left:50%; 
	margin-left:-500px; 
	position:absolute; 
	background-color:#fff;
	}
	
	
#left {
	float:left;
	width:300px; 
	position:relative; 
	height:100%; 
	background-color:#fff;
	}
	
#gallerie {
	margin-left:320px;
	margin-top:55px; 
	background-color:#fff;
	border:0px solid #ccc;

	}

#imagesubline
	{
   	position:absolute;
	color:#ccc;
	font-size:10px;
	top:23px;
   	position:absolute;
    	width: 495px;
	text-align:right;
	left:400px;
 	height: 25px;
	background-color:none;
	z-index:100;
	}
	
	
	
.thumbs {
	left:320px;
	position:absolute;
	margin-top:55px; 
	background-color:#eee;
	width:250px;
	height:auto;
	padding: 5px;
	z-index: 100;
	display: none;
	}

.thumbcontainer {
	margin-top: 7px;
	margin-left:7px; 
	z-index: 100;

}

.thumbcontainertext {
	padding: 10px;
	z-index: 100;
}

.thumb {
	border: 0px;
	padding: 3px;
	z-index: 100;
	}

.galimg {
	position:absolute;
	top:56px; 
	left:320px; 
	z-index: 1;
	}

.margin {
	margin: 5px;
	}

#menu_gallerie {
	left:320px;
	position:absolute;
	background-color:#eee;
	width:260px;
	height:45px;
	display: none;
	}


#show_hide {
    position:relative;
    width: 100%;
    height: auto;
	background-color:#eee;
	}

#show_hide a {
	color:#999;
	}

#show_hide a:hover {
	color:#333;
	}


#impressum {
	color:#ccc;
	font-size:10px;
	margin-top:10px;
   	position:absolute;
    	width: 95px;
	text-align:right;
	left:800px;
 	height: 25px;
	background-color:none;
	z-index:100;
	}
	
	

#menu {
	margin-top:10px;
	position:relative;
	width: 280px;
	padding:10px;
	height: auto;
	background-color:#eee;
	}


.content {
	margin-top:10px;
   	position:relative;
    	width: 280px;
	padding:10px;
  	height: auto;
	background-color:#eee;
	display: none;
	}

	
#disclaimer {
  	height: auto;
	text-align:justify;
	font-size:9px;
	}

.footer {
	margin-top:10px;
	position:relative;
	width: 280px;
	padding:10px;
   	height: auto;
	background-color:#eee;
	display: none;
	}



/*------ Menu ------*/


#navlist {
	padding: 0;
	margin: 0;
	font-size:12px;
	background: none;
	width: 300px;
	}

#navlist li {
	list-style: none;
	margin-top: 0;
	margin-left:-10px;
	margin-right:10px;
	padding-top:4px;
	/*border-bottom: 1px dotted #ccc;*/
	text-align:left;
	}

#navlist li a {
	display: block;
	padding-bottom: 3px;
	padding-left:10px;
	background: #eee;
	text-decoration: none;
	}

#navlist li a:link { color: #666; }
#navlist li a:visited { color: #666; }


#navlist li a:hover {
	border-color: #fff;
	color: #000;
	background: #fff;
	}

#navlist li a#active {
	font-weight: bold;
	color:#000;
	}

