
body {
	scrollbar-3dlight-color : #999999;
	scrollbar-arrow-color : #999999;
	scrollbar-base-color : #666666;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #666666;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : #8B8B8B;
}
/* Menu */

.menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #eee;
	text-decoration: none;
  position: absolute;
  width: 100px;
	left:0;
}
.menu{
  padding: 0;
  margin: 0;
  position: relative;
  margin-top:2px;
	border: 1px solid #666666;
	height: 16px;
	width: 100px;
	color: #000;
	background-color: #ccc;
	background-image: url(../images/button.gif);
	
}
.menu a:hover {
	color: #000;
	background-image: url(../images/button2.gif);
}

.submenu {
  position: relative;
	width: 100px;
	text-align: right;		
	border-top: 1px none #000000;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px none #000000;
}
.submenu a{
  display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	height: 16px;
	width: 100px;
	color: #222;
	position: relative;
  margin:0px;
  padding-top: 2px;
	margin-right: 4px;
	
}
.submenu a:hover {
	color: #6f4a00;
}
/* seitenlinks */
.pages a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 1px;
	width: 20px;
	border: thin dotted #666666;
	color: #CC6600;
}


.pages a:hover
{
	border: thin solid #666666;
	color: #CC6600;
}
/* aktive-seite-class */
.page a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 1px;
	width: 20px;
	border: thin solid #333333;
	color: #400000;
		background-image: url(../images/button2.gif);
}
.galerie_titel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	border: 1px solid #999999;
	text-decoration: none;
	height: 20px;
	width: 100px;
	color: #333333;
	background-color: #CCCCCC;


}

/* homepage-rahmen */
.outer
{
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #333333;
	border-left-color: #333333;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
/* thumbnails-rahmen */
.thumb {
  padding: 0;
  margin: 0;
  position: relative;
	width: 100%;
	height: 100%;
	left:0;
}
.thumb a
{
  display: block;
  padding: 0;
  margin: 0;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333;
	text-decoration: none;
	position: relative;
	border: 1px solid #ddd;
}

.thumb a:hover
{
	border: 1px solid #666;

}

.stdfont
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.leist table{
	background-image: url(../images/logo_ws.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
ul.news li{ list-style-type: none; margin-bottom: 10px;}

