* {
	margin:0;
}

body {
	padding: 30px;
	text-align: center;
	color: #19171A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C2D94F;
	background-image: url(1_media/Bilder/bg-kachel.gif);
	line-height: 18px;
}


img {
	border:none;	
}

p {
	margin-bottom: 15px;
}

/* Layer: */

#CCONTAINER {
	width: 990px;
	margin: 0 auto;
	border: 20px solid #fff;
	text-align: left;
	position: relative;
}

#HEADER {
	background: #DDDDDD;
	padding: 0;
}

#CONTENT {
	margin: 0;
	padding: 0;
	width:990px;
	background-color: #fff;
	height: 589px;
	position: relative;
}

#FOOTER {
	padding: 0;
	background-color: #F5F5F5;
	background-image: url(1_media/Bilder/bg-footer.jpg);
	height:34px;
	width:990px;
	background-repeat: repeat-y;
	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 {
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	color: #183865;
	margin-bottom: 20px;
}
h3 {
}
h4 {
}
h5 {
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #0C96DC;
}

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

#spalte1, #spalte2 {
	padding:0;
	margin:60px 0 0 50px;
	background-color: #FFF;
	float:left;
	width:340px;
	height: 500px;
}

#spalte1 {
	margin-left:100px;
	}
.klein {
	font-size:10px;
	}


#menu {
		padding: 7px 0 2px 0;
		margin: 0;
}

#menu li {
display: inline;
list-style-type: none;
padding: 0 2px;
color:#FFF;
}
/*
#menu li.home {
	color:#B8C5CB;
}
*/
#menu li a, #menu li a:visited {
	color:#FFF;
}

#menu li a:active, #menu li a:hover {
	color:#FABB00;
}

#menu li em {
	font-style:normal;
	text-decoration: none;
	color:#D3E3ED;
}
