@charset "utf-8";

/* Seiten-Layout */

* {
	margin: 0px;
	padding: 0px;
}
img {
	border-width: 0px;
}
body {
	color: #666666;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	border-width: 0px;
	font: 12px Verdana, sans-serif;
	line-height: 16px;
	text-align: center;
	background-image: url(../bilder/moc-272-kachel.jpg);
	background-position: -100px 0px;
}
div#alles {
	display: block;
	width: 1060px;
	height:640px;
	position: relative;
	margin: 5% auto 0 auto;
	border-width: 0px;
	background-color: #ffffff;
}
div#navi {
	width: 160px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: right;
	background-image: url(../bilder/mocoba-logo.gif);
	background-repeat: no-repeat;
	background-position: 25px 36px;
	float: left;
}
div#menuebox {
	width: 150px;
	position: absolute;
	top: 147px;
	left: 5px;
}
div#content {
	width: 900px;
	display: block;
	position: absolute;
	top: 0px;
	left: 160px;
}
div#cfix {
	width: 900px;
	height: 600px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.cswfdia {
	width: 900px;
	height: 600px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}
div#cfixtop {
	width: 900px;
	height: 30px;
	text-align: left;
}
div#cfixlinks {
	float: left;
	width: 100px;
	text-align: right;
}
div#cfixrechts {
	float: right;
	width: 100px;
	text-align:right;
}
div#cfixbottom {
	clear: both;
	width: 900px;
	height: 40px;
	position: absolute;
	top: 600px;
	left: 0px;
	text-align: center;
}
div#ctop {
	width: 900px;
	height: 125px;
	text-align: left;
}
div#csub {
	position: absolute;
	top: 125px;
	left: 0px;
}
div#cbottom {
	clear: both;
	width: 900px;
	height: 40px;
	text-align: center;
}
.hgtrans {
	background-image:url(../bilder/alpha25.png);
}
.hidden {
	visibility: hidden;
}
.clear {
	clear: both;
}

/* Typografie */

p { font:normal 12px Verdana, sans-serif; line-height:16px; color:#666666; }
span.rahmen { border:1px solid #cccccc; padding-bottom:1px; }
h1 { font:normal 18px Verdana, sans-serif; line-height:20px; color:#666666; }
.linkunten { margin-top: 10px }
.menuebig { line-height: 25px; text-align:right; }
.menuesmall { font-size: 9px; text-align:right; }
a { outline: none; }
a:focus { background-color:#ffff99; }
a:link { color:#666666; font-family:Verdana, sans-serif; text-decoration:none; }
a:hover { color:#333333; font-family:Verdana, sans-serif; text-decoration:none; background-color:#ffff99; }
a:visited { color:#999999; font-family:Verdana, sans-serif; text-decoration:none; }
a:active { color:#666666; font-family:Verdana, sans-serif; text-decoration:none; background-color:#ccffcc; }
a img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-width: 0px;
	display: block;
}
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
