#Header{
	width:80%;
	height:auto;
	top:0px;
	left:230px;
	
	position:fixed;
	
    border-bottom: solid 5px #FF9900;

	/*
    border-right:5px solid white;
	border-left:5px solid white;
    */
    
    margin-bottom: 30px;
    
    background-color: #FFFF99;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    
    
    
    /*padding-left: 25%;
	
	/*background-image:url(HeaderImage.jpg);
	background-position:0px 140px;
    background-repeat: no-repeat;*/
	
	z-index:2;
}

#Content
{
	top:25%;
	left:230px;
	
	position: absolute;

	height:auto;
	width:80%;
		
	float:left ;
	background-color:#FFFF99;
    
	z-index:1;
}
#navi{
	background-image:url(navileiste1.jpg);
	height:490px;
	width:165px;
	
	top: 45px;
	left: 10px;
	
	position: fixed;
	font-family: sans-serif;
	
	border:8px double black;
	
	margin: 0px;
	padding: 0px;
	
	z-index:3;
}
#navi_background {
	width:200px;
	height:100%;
	
	top:0px;
	left:0px;
	
	position:fixed;
	display:visible;
	
	border-right:5px solid white;
	
	background-color: #FF9900;
	
	z-index:1;
}
#menuButton
{
	top:10px;
	left:10px;
	
	position:fixed;
	
	height: 20px;
	width:177px;
	
	color:black;
	text-align:center;
	font-weight: bold;
	font-family: Comic Sans MS;
	line-height:20px;
	
	background-color:white;
	
	
	border:2px solid black;
	
	z-index:2;
}
div.button {
	height:35px;
	width:165px;
	
	color: black;
	font-weight: bold;
	font-family: Comic Sans MS;
	font-size:14pt;
	text-align:center;
	
	line-height: 39px;
	
	vertical-align:middle;
	
	background-image:url(ButtonBackground1.png);
	
	border-bottom-width:2px;
	border-bottom-color:black;
	border-bottom-style:double;
	

}
div.button:hover {
	height:35px;
	width:165px;
	
	background-image:url(ButtonBackground.png);
	
	color: transparent;
	font-weight: bold;
	font-size:18pt;

	text-align: center;
	
	border-bottom-width:2px;
	border-bottom-color:black;
	border-bottom-style:solid;
}
#navi a{
	height:44px;
	width:165px;
	
	background-image:url(ButtonBackground.png);
	
	color: transparent;
	font-weight: bold;
	font-size:18pt;
	
	text-decoratrion:none;
	
	text-align: center;
	
	border-bottom-width:2px;
	border-bottom-color:black;
	border-bottom-style:solid;
}
div#firstButton {
	height:83px;
	width:165px;
	
	color: black;
	font-weight: bold;
	font-family: Comic Sans MS;
	font-size:14pt;
	text-align:center;
	
	line-height: 77px;
	
	vertical-align:middle;
	
	background-image:url(ButtonBackground1.png);
	
	border-bottom-width:2px;
	border-bottom-color:black;
	border-bottom-style:double;
}
div#firstButton:hover {
	height:83px;
	width:165px;
	
	background-image:url(ButtonBackground.png);
	
	color: transparent;
	font-weight: bold;
	font-size:18pt;

	text-align: center;
	
	border-bottom-width:2px;
	border-bottom-color:black;
	border-bottom-style:solid;
}
body {
	background-color:#FFFF99;
}
#form {
    height: 300px;
    
    background-color: #FFFF99;
    text-align: center;
    
    margin-top: 3%;
}
.point {
    font-family: Verdana;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    margin-right: 5%;
    vertical-align: top;
    /*border-right: 20px transparent solid;*/
}
.text {
    width: auto;
    text-align: center;
    margin-top:20px;
    margin-right: 20%;
    margin-left: 20%;
    
}
.galerie{
    float: left;
    text-align: center;
    width: 182px;
    padding-right: 15px;
}
.picture {
    padding-right: 10px;
    padding-bottom: 10px;
}
#errormsg {
    color: red;
    font-family: Comic Sans MS;
    font-weight: bold;
    font-size: 11pt;
    border: 2px;
    border-color: #FF9900;
}
