* {
	margin:0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center;
	font-size:14px;
	line-height:20px;
	color: #666666;
	height:100%;
	width:100%;
	background-color: #F4F4F4;
}

img {
	border: none;
}

/* Layer: */

#CCONTAINER {
	width: 1176px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

#HEADER {
	padding: 0;
}
#MENU {
	font-size:11px;
	line-height:15px;
	margin: 0;
	padding: 5px;
	width: 1136px;
	text-align: center;
	color: #CCCCCC;
	letter-spacing: 4px;
}
#CONTENT {
	margin: 0;
	padding: 20px;
	width: 1136px;
	min-height: 600px;
}



.introBT {
	text-align: center;
}

.floatRight {
	float: right;
	margin-left: 8px;
}

.floatLeft {
	float: left;
	margin-right: 8px;
}

.clearFloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Allg. Styles*/

h1.access {
	position:absolute;
	z-index:5;
	top:-500px; /* h1 nur fuer Accessibility */
	left:0;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}

a {
	text-decoration: none;
	color:#999999;
}

a:link, a:visited {
}

a:hover, a:active {
	color:#990000;
}

.FullPercent {
	width: 100%;
	height: 100%;
}

.klein{
	font-size:10px;
	color:#999999;}
	
.kleinSpecial{
	font-size:10px;
	color:#999999;
	}
