@charset "utf-8";
a:link {
	color: white;
	font-size: 11px;
	text-decoration: none;
}
a:visited {
	color: white;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	color: #0CF;
	font-size: 11px;
	text-decoration: none;
}
a:active {
	color: #0CF;
	font-size: 11px;
	text-decoration: none;
}


a:link.menu {
	text-decoration: none;
	color: white;
	font-size: 12px;

}
a:visited.menu {
	text-decoration: none;
	color: white;
	font-size: 12px;

}
a:hover.menu {
	color: #0CF;
	text-decoration: none;
	font-size: 12px;

}
a:active.menu {
	color: #0CF;
	text-decoration: none;
	font-size: 12px;
}

#content {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
.main {
	width: 808px;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	z-index: 2;
}
.main-top {
	width: 778px;
	height: 25px;
	position: relative;
	background: url(images/main_top.png);
	padding-left: 15px;
	padding-top: 5px;
	font-size: 180%;
	text-align: center;
	padding-right: 15px;
}
.main-author {
	width: 758px;
	height: auto;
	position: relative;
	background: url(images/main_middle.png);
	padding-left: 25px;
	font-style:italic;
	font-size:100%;
	text-align: center;
	padding-bottom: 10px;
	padding-right: 25px;
	padding-top: 0px;
}
.main-middle {
	width: 758px;
	height: auto;
	position: relative;
	background: url(images/main_middle.png);
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
}
.main-bottom {
	width: 778px;
	height: 30px;
	position: relative;
	background: url(images/main_bottom.png);
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px;
}
#copyright {
	position: relative;
	width: 800px;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 5px;
}
#header {
	width: 100%;
	height: 333px;
	position: relative;
	text-align: center;
	z-index: 2;
	background-attachment: inherit;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
}
#navigation {
	position: relative;
	width: 100%;
	height: 83px;
	background: url(images/navi.png) repeat-x;
	text-align: center;
	padding-top: 11px;
	z-index: 2;
}
#extra {
	position: relative;
	width: 150px;
	height: auto;
	text-align: right;
	font-size: 12px;
	z-index: 3;
	margin-left: auto;
	margin-right: 10px;
	float: right;
	border: 1px solid black;
	padding-left: 150px;
}




body {
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #ffffff;
	margin: 0px;
	background: #2e88a0 url(images/muster.png);
}

