html,body {
	height:100%;
	margin:0;
	padding:0;
	background:#444444;
	font-family: "Gill Sans MT", Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #444444;
}
#page {
	min-height:100%;
	height:auto !important;
	height:100%;
	width:880px;
	text-align:left;
	margin-top:0;
	margin-left:45px;
	margin-bottom:-107px;
	padding:0;
	background-image:url(../_images/background.png);
	background-repeat:repeat-y;
}
#nav_left {
	position:absolute;
	width:40px;
	height:525px;
	left:45px;
	top:100px;
	visibility: visible;
}
#nav_galerie {
	position:absolute;
	width:35px;
	height:190px;
	left:85px;
	top:272px;
	visibility: visible;
}
#header {
	width:800px;
	height:235px;
	margin-left:40px;
	padding:0;
}
#content {
	margin-left:100px;
	margin-right:110px;
	padding-bottom:107px;
	font-family: "Gill Sans MT", Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	color: #444444;
	line-height: 22px;
}
#footer {
	width:880px;
	padding:0;
	height:107px;
	margin-left:45px;
	top: 45px;
}
#nav_right {
	position:absolute;
	width:40px;
	height:220px;
	left:885px;
	top:100px;
	visibility: visible;
}

 a:link{
	color:#000099;
	text-decoration:underline;
}
 a:visited{
	color:#000099;
	text-decoration:underline;
}
 a:hover{
	color:#000099;
	text-decoration:underline;
}
 a:active{
	color:#000099;
	text-decoration:underline;
}
