body {
	background-image: url(lucht.jpg);
	background-repeat:no-repeat;
	background-position:30% 0%;	
	background-color: #000;
}

.style1 {
	font-family: "Century Gothic",sans-serif;
	color: #c0deff;
	font-size: 74px;
	text-align: center;
	display: block;
	margin: auto;
}

.style3 {
	font-family: "Century Gothic",sans-serif;
	color: #000;
	font-size: 18px;	
}

.style3 a:hover {
	color: #c0deff;
}

h2{
	font-family: "Century Gothic","Lucida Grande",Arial,sans-serif;
	font-size: 50px;
	color: #c0deff;
	font-weight:inherit;	
	text-align: center;
}

.tekst {
	background-color: rgba(255,255,255,0.8);
	border: 0px solid #fff;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
    width: 46em;	
	font-size: 15px;
	font-family: Calibri;
	color: #000;
}

.teisho {
	background-color: rgba(255,255,255,0.8);
	border: 0px solid #fff;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	padding: 15px 15px 30px 15px;
	margin: 30px auto;
    max-width: 600px;	
	font-size: 15px;
	font-family: Calibri;
	color: #000;
	overflow: hidden;
}

.gedicht{
	background-color: rgba(255,255,255,0.8);
	border: 0px solid #fff;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	padding: 5px 5px 10px 10px;
	position: absolute;
	left: 70px;
	top: 250px;	
    width: 20em;	
	font-size: 16px;
	font-family: "Candara",sans-serif;
	color: #000;
}



.links {
	background-color: rgba(255,255,255,0.8);
	border: 0px solid #fff;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	padding: 5px 5px 10px 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
    width: 46em;	
	font-size: 18px;
	font-family: Calibri;
	color: #000;
}

.links a:hover {
	color: #009BAB
}


.teisho a:hover {
	color: #009BAB
}

.menu {
	margin: 5px;
	padding: 25px 5px 0 5px;
	text-align: center;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.name {
	font-family: Dotum, sans-serif;
	font-weight: none;
	font-size:16px;
}


.menu ul {
	border-bottom: 1px solid #fff;
}

.menu ul li {
	display: inline;
	margin: 0 2px; 
	padding: 0 5px;
	white-space: nowrap;
}

.menu ul li a:hover{
	border-bottom: 2px solid #fff;
	background-color: transparent;
	color: #c0deff;
}

.menu ul li a{
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
	padding: 0 20px;
}

.menu ul li a#current {
	border-bottom: 2px solid #fff;
	background-color: transparent;
	color: #c0deff;
}