@charset "utf-8";

body {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #333333;
	background-color: #CCCCCC;
	text-align: center;  /* Zentrierung im Internet Explorer */
	margin: 0px;
	padding: 1em;
}
h1 {
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-transform: none;
}
h2 {
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
h3 {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#header {
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	text-align:center;
	padding:10px;
	background-color: #CCCCCC;
}
#header .linkhauptmenue {
	background-color: #333333;
	width: 20%;
	float: left;
}


#header a:link, #header a:visited {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 18px;
	font-weight: bold;
}

#header a:hover {
	color:#FF6600;
	text-decoration:none;
	font-size: 18px;
	font-weight: bold;
}
div#side {
	width: 880px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10em;
	padding-right: 0.5em;
	padding-bottom: 5em;
	padding-left: 0.5em;
}


#footer {
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	text-align:center;
	padding:10px;
	width: 100%;
	font-size: 12px;
}

div#minis {
	float: left;
	width: 212px;
	margin: 0;
	padding: 0;
}
div#innhold {
	margin-left: 212px;
}
