body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}



A:LINK {
Font-Size: 10px; 

Color: #999; 
font-weight:bold;
font-family :Arial, Helvetica, sans-serif; 
Text-Decoration: none; 
}

A:VISITED{
	Font-Size: 10px;
	Color: #999;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	Text-Decoration: none;
}
A:active{
	Font-Size: 10px;
	font-weight:bold;
	Color: #666;
	font-family: Arial, Helvetica, sans-serif;
	Text-Decoration: underline;
}

A:HOVER{
Font-Size: 10px; 
font-weight:bold;
Color: #666; 
font-family: Arial, Helvetica, sans-serif; 
Text-Decoration: underline;
}







#navlist
{
margin: 0;
padding: 0 0 20px 0px;
border-bottom: 1px solid #999;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 20px;
font-size: 10px;
font-weight: bold;
margin: 0 32px 0px 0px;
text-decoration: none;
color: #999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 2px solid #999;
padding-bottom: 1px;
background: transparent;
color: #999;
}

#navlist a:hover { color: #666; }


.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}

.fliestext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
.headlinebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
}
.untermenue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: 999999;
}



* { margin:0; border:0; padding:0; }
body {
	font:12px Tahoma, sans-serif;
	color:#999999;
	margin:20 px;
}
p { clear:both; }



/* GALLERY */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 15px 15px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid white;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fff;
padding: 0 0px 15px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: #999;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 200px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
