body 	{
	background-color: #FFF;
	/*      T R B L  */
	margin: 0 0 0 0;
	scrollbar-arrow-color: #000000; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-highlight-color: #000000; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-shadow-color: #000000; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	overflow: -moz-scrollbars-vertical;	
}
BODY, P, TD, FONT, A:link, A:visited, A:hover, A:active, .form, .button, h1, h2, h3, .bijschrift {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
}

P { margin: 0 0 0 0; 
line-height:20px;
}

a.menu:link, a.menu:visited{color:#FFF; text-decoration:none;}

a:link, a:visited, a:hover, a:active,
a.menu:hover, a.menu:active {text-decoration:underline;}

a.menu_active:link, a.menu_active:visited, a.menu_active:hover, a.menu_active:active{color: #000; text-decoration:none;}

.form  	{
	border: 1px solid #000000;
	background-color: #FFFFFF;
	}

.button	{
	border: 1px none #FFFFFF;
	color : #FFFFFF;
	background-color : #EC4A01;
}

h1, h2, h3 	{
	font-style: normal;
	font-weight: bold;
	color: #666666;
	margin: 0 0 0 0;
}
h1.albumtitel {
	margin: 0 0 0 25px;
	display: block;
	clear: both;
}
h1 { font-size: 11px; font-style:italic; letter-spacing:2px;}
h2 { font-size: 12px;}
h3 { font-size: 11px;}
.bijschrift	{ font-size: 9px; }

.border, .contentImage	{border : 1px solid #EEE;}

/*OTHER STYLES THEN DEFAULT*/
.balk{
	font-weight:bold;
}

.menuTop{
	height:269px;
	background-image:url('/image/menu_top.gif');
	background-repeat:no-repeat;
	background-position:top left;
	vertical-align:top;
}
.menuBottom{
	height:264px;
	/*background-image:url('/image/menu/menu_bottom_1.jpg');*/
	background-repeat:no-repeat;
	background-position:top left;
	vertical-align:top;
}
.menu{
	color:#FFF;
	/*height:22px;*/
	vertical-align:top;
}

.mid{	
	vertical-align:top;
	border-right:1px solid #333;
	width:659px;
	padding-top:10px;
}
.rechts{
	background-color: #EDEDED;
	background-image:url('/image/backgrnd_right.gif');
	background-repeat: no-repeat;
	background-position: bottom left;				
}

.topBanner{
	position: relative;
	height:135px;
	vertical-align: top;
}

.topBanner img {
	width: 658px;
	border-right: 1px solid #333333;
	height: 135px;
}

#jqCycle {
	top: 0;
	display: block;
}

#bannerFade {
	position: absolute;
	width: 658px;
	height: 135px;
	left: 364px;
	top: 0;
	background: url('/image/banner-fade.png') no-repeat;
	z-index: 10;
}

.kopTitel{
	background-image:url('/image/koptitel.gif');
	background-repeat: no-repeat;
	background-position: top left;
	height:30px;
	padding-left:40px;
}

.content{
	padding-top:10px;
	padding-left: 25px;
	line-height:20px;
	vertical-align:top;
}
	.content ul {
		list-style-position: inside;
	}

.contentImage{
	cursor:pointer;
	cursor:hand;
}

.backBottomMenu{
	background-repeat:no-repeat;
	background-position:left center;
}

ul#albumindex {
	display: block;
	overflow: hidden;
	list-style: none;
	margin: 0 0 15px 25px;
	clear: both;
	
}
	ul#albumindex li {
		display: block;
		overflow: hidden;
		float: left;
		width: 125px;
		height: 125px;
		text-align: center;
		background: #EEEDEE;
		border: 1px solid #D1D0D1;
		margin: 0 10px 10px 0;
		padding: 10px;
	}
		ul#albumindex li a {
			text-decoration: none;
			width: 125px;
			white-space: nowrap;
			
		}
			ul#albumindex li a img{
				border: none;
				margin-bottom: 10px;
				width: 125px;
			}
			ul#albumindex li a span{
				overflow: hidden;
				display: block;
				width: 125px;
			}
#fotos {
	display: block;
	overflow: hidden;
	margin: 15px 0 0 25px;
	clear: both;
}
	#fotos a {
		display: block;
		overflow: hidden;
		float: left;
		width: 205px;
		height: 160px;
		text-align: center;
		text-decoration: none;
	}
	#fotos a img {
		border: none;
	}


