@charset "utf-8";
/* CSS Document */

body {
	background-color:#333;
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
	color:#CCCCCC;
}

h1 {
	font-size:26px;
	color:#FFF;
	font-weight:bolder;
}

h2 {
	font-size:20px;
	color:#999;
	font-weight:bold;
}

h3 {
	font-size:14px;
	color:#000;
	text-align:center;
	font-style:italic;
	background-image:url(images-style/bg-hinweis.png);
	background-repeat:repeat;
	border-right:#FF0 thick solid;
	margin:2% 10% 1% 10%;
}

#wrap {
	margin-left:10%;
	margin-right:10%;
	margin-top:8%;
	overflow:hidden;
}

.navi {
	position:fixed;
	margin:2%;
	margin-top:2%;
	padding:1%;
	width:8%;
	border-bottom:#FF0 thin solid;
}

.container {
	position:relative;
	margin:2%;
	padding:1%;
	width:74%;
	float:right;
	border-left:#FF0 thin solid;
}

.logo {
	position:absolute;
	top:5%;
	right:5%;
	border:#000000 solid thick;
}

#box{
	position:absolute;
	bottom:0;
	right:0;
	font-size:10px;
	margin:3px;
}

img.styled {
	margin:10px;
	margin-left:40%;
	display:block;
}

img {
	border: 0px;
	text-decoration:none;
}

a:link {
	text-decoration:none;
	font-weight:bold;
	color:#e00000;
}
a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#ad0101;
}

a:hover {
	text-decoration:none;
	font-weight:bold;
	background-color:#ff0;
}