body
	{
		background-color: #dedede;
		background-repeat:none;
		background-image:url(./gfx/body-wdh.gif);
		background-repeat:repeat-x;
		margin-top: 0px;
		color: #919191;
	} 

html
	{
		height: 100%;
	}

.wrapper
	{ 
		width:672px;
		height:auto;
		margin-left:3%;
	}

.header
	{
		background-image:url(./gfx/header.gif);
		background-repeat:none;
		width: 672px;
		height: 122px;
	}

	

.content
	{
		width:612px;
		height:auto;
		overflow:hidden;
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
		font-size:12px;
		text-align:left;
		background-image:url(./gfx/content-wdh.gif);
		background-repeat:repeat-y;
		font-size:75%;
		padding-left:30px;
		padding-right:30px;
	}

.content-b
	{
		width:480px;
		min-height:400px;
		float:right;
	}
	
.content-b a
	{
		color: #919191;
		text-decoration:none;
		border-bottom: 1px dotted #919191;
	}
	
.content-b a:hover
	{
		color:#919191;
		text-decoration:none;
		border-bottom: 1px dotted #DEDEDE;
	}
	
	

.navi
	{
		width:115px;
		height:200px;
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
		font-size:13px;
		text-align:left;
		background-image:url(./gfx/navibg.gif);
		float:left;
	}
	
.navi a
	{
		color: #919191;
		text-decoration:none;
	}
	
.navi a:hover
	{
		color:#BABABA;
		text-decoration:none;
	}
	
	
	

.footer
	{
		background-image:url(./gfx/footer.gif);
		background-repeat:no-repeat;
		width:672px;
		height:auto;
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
		font-size:60%;
		text-align:left;
		color: #FFFFFF;
	}
	
.footer_l
	{
		margin-top: 6px;
		margin-left: 11px;
		padding-top: 12px;
		padding-left: 10px;
		width: 132px;
		height: 24px;
		float: left;
	}
	
.footer_r
	{
		margin-top: 6px;
		margin-right: 11px;
		padding-top: 12px;
		padding-right: 3px;
		padding-left: 6px;
		width: 479px;
		height: 24px;
		float: right;
	}
	
.footer_m
	{
		padding-top: 25px;
		clear: both;
	}
	
.footer a
	{
		color: #FFFFFF;
		text-decoration:none;
		border-bottom: 1px dotted #FFFFFF;
	}
	
.footer a:hover
	{
		color: #FFFFFF;
		text-decoration:none;
		border-bottom: 1px dotted #FFFFFF;
	}
	
	
h1
	{ 
		color: #495c7e;
		font-size:14px;
		text-decoration:none;
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
	}
	
	
h2
	{
		color:#495c7e;
		font-size:14px;
		text-decoration:none;
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
		font-weight: normal;
		border-top-width: 1px; 
		border-top-style: solid;
		border-top-color: #EFEFEF;
		padding-top: 1em;
	}
	
	
h3
	{
		color:grey;
		font-size:14px;
		text-decoration:none;
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
		font-weight: normal;
	}
	
p 
	{
		text-align:justify;
	}
	
a img
	{
		border:1px solid black;
	}
	
a:hover img
	{
		border:1px solid #BBBBBB;
	}
	
input.logininput
	{
		margin-top:4px;
		margin-bottom:4px;
		font-size:12px;
		background-color:#FFFFFF;
		color:#000000;
		width:98px;
		height:20px;
		border-style:solid;
		border-color:#000000;
		border-width:1px;
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
	}
	
input.loginbutton
	{
		margin-top:4px;
		font-size:12px;
		background-color:#495C7E;
		color:#FFFFFF;
		width:100px;
		height:24px;
		border-style:solid;
		border-color:#000000;
		border-width:1px;
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
	}

	
.news_header
	{
		border-top-width: 1px; 
		border-top-style: solid;
		border-top-color: #EFEFEF;
		padding-top: 1em;
	}
	
.news_headline
	{
		color:#495c7e;
		font-size:14px;
		text-decoration:none;
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
		font-weight: normal;
		float:left;
	}
	
.news_datum
	{
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
		font-size:10px;
		float:right;
	}
	
.news_body
	{
		padding-top: 0.25em;
		clear: both;
	}
	
	


	
.gallery_alben_album
	{
		border-top-width: 1px; 
		border-top-style: solid;
		border-top-color: #EFEFEF;
		padding-top: 0.75em;
	}
	
.gallery_alben_name
	{
		color:#495c7e;
		font-size:14px;
		text-decoration:none;
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
		font-weight: normal;
		padding-top: 1em;
		padding-bottom: 0.5em;
	}
	
.gallery_alben_unteralben
	{
		width: 90%;
		margin-left: 10px;
		border-top-width: 1px; 
		border-top-style: solid;
		border-top-color: #EFEFEF;
	}	
	
.gallery_alben_unteralben_unteralbum
	{
		padding-top: 0.75em;
	}
	
.gallery_alben_unteralben_ueberschrift
	{
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
		font-size: 12px;
	}

	
.gallery_alben_unteralben_name
	{
		color:#495c7e;
		font-size:12px;
		text-decoration:none;
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
		font-weight: normal;
		padding-bottom: 0.5em;
	}
	
.gallery_alben_unteralben_indexbild
	{
		float:left;
	}
	
.gallery_alben_unteralben_beschreibung
	{
		width: 270px;
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
		font-size:12px;
		float: right;
	}
	
.gallery_alben_unteralben_clear
	{
		padding-bottom: 1em;
		clear: both;
	}
	
	
.gallery_alben_indexbild
	{
		float:left;
	}
	
.gallery_alben_beschreibung
	{
		width: 320px;
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
		font-size:12px;
		float: right;
	}
	
.gallery_alben_clear
	{
		padding-bottom: 1em;
		clear: both;
	}

	

	
.gallery_album_name
	{
		color:#495c7e;
		font-size:14px;
		text-decoration:none;
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
		font-weight: normal;
		padding-top: 1em;
		padding-bottom: 0.5em;
	}
	
.gallery_album_beschreibung
	{
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
		font-size:12px;
	}


	
.gallery_album_thumbs
	{
		padding-top: 1em;
	}
	
.gallery_album_thumb
	{
		width: 160px;
		height: 135px;
		float: left;
		text-align:center
	}
	
.gallery_album_thumb_thumb
	{
		border-width: 1px; 
		border-style: solid;
		border-color: #000000;
	}
	
.gallery_album_thumb a
	{
		border-bottom: 0px dotted black;
	}
	
.gallery_album_thumb_details
	{
		display:none;
	}
	
.gallery_album_thumb_exif_datum
	{
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
		font-size:10px;
	}
	
.gallery_album_thumb_dateiname
	{
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
		font-size:10px;
	}
	
.gallery_album_thumb_clear
	{
		padding-bottom: 1em;
		clear: both;
	}
	
	
.gallery_overlay_bg
	{
		display:none;
		position:absolute;
		top:0px;
		bottom:-100px;
		right:0px;
		left:0px;
		width:100%;
		height:1200px;
		z-index:1;
		background-color: #dedede;
		filter:alpha(opacity=90);
		opacity:0.90;
	}
	
.gallery_overlay
	{
		display:none;
		position:absolute;
		width: 100%;
		top:0px;
		bottom:-100px;
		right:0px;
		left:0px;
		z-index:2;
		padding-top:25px;
		text-align:center;
	}
.gallery_overlay_bg a
	{
		position:relative;
	}
.gallery_overlay_bg img
	{
		border:1px solid black;
		position:relative;
	}
	
.gallery_overlay_desc
	{
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
		font-size:12px;
		color:#000;
		position:relative;
		filter:alpha(opacity=100);
		opacity:1;
	}
	
.gallery_overlay_desc a
	{
		color:#000;
		text-decoration:none;
	}
	
.gallery_overlay_desc a:hover
	{
		color:#BBBBBB;
		text-decoration:none;
		border-bottom: 1px dotted #BBBBBB;
	}
	
.gallery_overlay_bildunterschrift
	{
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
		font-size:10px;
		text-align:center;
		display: none;
	}
	
.gallery_overlay_bildunterschrift a
	{
		border-bottom: 0px dotted black;
	}




	
.gallery_overlay_gallerylinks
	{
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
		display:none;
		width: 800px;
		margin:auto;
	}
	
.gallery_overlay_gallerylinks_end
	{
		clear: both;
	}

.gallery_overlay_gallerylink_prev
	{
		float:left;
	}

.gallery_overlay_gallerylink_next
	{
		float:right;
	}
	
.gallery_overlay_gallerylink_prev  a
	{
		font-size:20px;
		font-weight:bold;
		line-height:150%;
		color:#000;
		text-decoration:none;
	}
	
.gallery_overlay_gallerylink_next a
	{
		font-size:20px;
		font-weight:bold;
		line-height:150%;
		color:#000;
		text-decoration:none;
	}
	
.bilderblock
	{
		width:480px;
	}
	
.zeige_gallerylink_bild
	{
		width:175px;
		float:left;
	}
	
.zeige_gallerylink_desc_s
	{
		width:305px;
		float:right;
	}
	
.zeige_gallerylink_ende
	{
		clear:both;
	}