*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	background-color:#FFFFFF;
}
body#body{
	background-image:url(../images/bg.png);
	background-position:left;
	background-repeat:repeat-y;
}
img{
	border:0px;
}

#menu_bg_on div{
	position:absolute;
	background-position:center;
	background-repeat:no-repeat;
	z-index:1;
}

#left {
	width:300px;
	height:100%;
	float:left;
}
	#logo{
		width:290px;
		height:274px;
		padding-top:25px;
		padding-left:10px;
		background-image:url(../images/top.gif);
		background-position:top left;
		background-repeat:no-repeat;
	}
		#logo img{
			position:relative;
			z-index:2;
		}
	
	#menu{
		width:300px;
		background-image:url(../images/menu_bg.gif);
	}
		#menu a{
			display:block;
			text-align:right;
			width:147px;
			padding-right:20px;
			text-decoration:none;
			font-size:16px;
			font-weight:bold;
		}
		#menu a:hover{
			background-color:#CCCCCC;
			background-image:url(../images/menu-bull.gif);
			background-position:149px 1px;
			background-repeat:no-repeat;
		}

#right {
	height:100%;
	float:left;
}
	#head{
		height:160px;
		padding-top:10px;
		text-align:center;
		background-image: url(../images/head_bg.gif);
	}
	
	#content {
		background-color:#FFFFFF;
	}
		#iframe{
			width:95%;
			height:100%;
			border:0px;
		}
	#bottom{
		height:40px;
		padding-top:10px;
		background-image: url(../images/head_bg.gif);
		background-position:0px -161px;
		background-color:#FFFFFF;
	}
	
/* Foto */
#foto{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	padding-top:15px;
	z-index:2;
}
	#fotokader{
		display:block;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		padding:20px;
		background:url(../images/close.gif) no-repeat top right #FFFFFF;
		border:solid 2px #B8BABD;
	}
	#fotokader:hover{
		background-color:#ECFFEB;
		cursor:pointer;
	}
#fotomenu{
	float:left;
	width:100%;
	border-bottom:solid 2px #B8BABD;
}
	#fotomenu a{
		display:block;
		float:left;
		padding:3px;
		padding-left:10px;
		padding-right:10px;
		border:solid 1px #B8BABD;
		border-bottom:solid 0px #B8BABD;
		text-decoration:none;
	}
	#fotomenu a:hover{
		background-color:#ECFFEB;
	}
#fotosubmenu{
	float:left;
}
#fotos{
	width:100%;
}
	.fototitel{
		float:left;
		width:100%;
		font-size:16px;
		text-decoration:underline;
		font-weight:bold;
		padding-top:10px;
		padding-bottom:6px;
	}
	.fotosubmenutitel{
		font-size:14px;
		text-decoration:underline;
		font-weight:bold;
	}
	#fotos a{
		display:block;
		margin:3px;
		float:left;
		padding:10px;
		border:solid 1px #B8BABD;
		text-decoration:none;
	}
	#fotos a:hover{
		background-color:#ECFFEB;
	}