@charset "iso-8859-1";

body { background-color: #F5F8FF; font-family: arial, helvetica, sans-serif; }

li {font-family: arial, helvetica, sans-serif; }
p { font-family: arial, helvetica, sans-serif; }


h1 {color:#172035;}
h4 {color:red}


a:link { font-weight:bold; color:#0000C0; text-decoration:none }
a:visited { font-weight:bold; color:#0000C0; text-decoration:none }
a:hover { font-weight:bold; color:#616DDD; text-decoration:underline }




.Button { color: #0066CC; width: 130px; background-color: #4B5F8D; text-indent: 7px; border: 1px solid #172035; }



#Content {
	position:absolute;
	left:220px;
	top:150px;
	width:760px;
	height:420px;
	z-index:1;
	overflow:auto;
}

#Menue {
	position:absolute;
	width:180px;
	height:100%;
	z-index:2;
	left:0px;
	top:0px;
	background-color:#6699FF;
	layer-background-color:#6699FF;
	border:1px none #000000;
}

#Buttons {
	position:absolute;
	left:22px;
	top:160px;
	width:160px;
	height:360px;
	z-index:3;
	border: 1px none #000000;
}


#Header {
	position:absolute;
	left:20;
	top:20px;
	width:960px;
	height:110px;
	z-index:4;
	background-color: #0066CC;
	layer-background-color: #0066CC;
	border: 1px none #000000;
	overflow: hidden
} 

#Logo {
	position:absolute;
	left:40px;
	top:5px;
	width:150px;
	height:70px;
	z-index:5;
	border: 1px none #000000;
}

#HeaderText {
	position:absolute;
	left:350px;
	top:60px;
	width:520px;
	height:40px;
	z-index:6;
	font-size:9mm;
	color:#FFFFFF;
}

#warn {
   color: #FF3333;
   font-weight: bold;
}

#gbooktable {
   background-color: #DDEEFF;
}

#gbookth {
   background-color: #CDDEEF;
}

#gbooktd {
   background-color: #DDEEFF;
}

#gbooktf {
   background-color: #DAECFF;
   border-top-width: 1px;
   border-top-style: solid;
   border-color: #CDDEEF;
}


#blue1 {
   background-color: #DDEEFF;
}

#blue2 {
   background-color: #CDDEEF;
}


#gallery { 
        position: relative; 
        top: 0px;
        left: 0px;
        width: 740px;
        height: 830px; 
        z-index: 1; 
}

#nav {
	margin: 0 0 0 0;
	padding: 5;
	line-height: 0;

}

#nav li {
	list-style: none;
	margin: 0;


	background-image: none;
	padding: 0 0px 10px 0;
	line-height: 1.0;
}

#nav :link, #nav :visited {
	font-weight: bold;
	line-height: 1.0;
	color: #F5F8FF;
	display: block;
	text-decoration: none;
	background: #4B5F8D;
	border: solid 1px #172035;
	margin: 0;
	padding: 5px 5px 5px 0px;
}

#nav :link:hover, #nav :visited:hover {
	color: #FFFFFF;
	border: solid 1px #DDD9D4;
	border: solid 1px #172035;
	background: #717D99;
}

#nav :link:active, #nav :visited:active {
	
}


