@charset "UTF-8";
/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
}

html
{
	width:100%;
	height:100%;
}

body
{
	width:100%;
	font-size:12px;
	background-color:#3d3d3d;
}

a
{
	color:#a8ac24;
	text-decoration:none;	
	font-weight:bold;
	padding-left:18px;
	background:transparent url(../images/kleiner_pfeil.jpg) no-repeat 1px 50%;
}
a:hover
{
	color:#c4417a;	
}

#content
{
	padding-bottom:50px;
	background-color:white;
}

.content
{
	width:810px;
	margin:0 auto;
}

#header
{
	width:100%;
	height:158px;
	background:#b68ed4 url(../images/header-bg.jpg) no-repeat 50% top;
	text-align:center;
}

#header a
{
	display:block;
	height:158px;
	width:810px;
	margin:auto;
	text-align:center;
	text-indent:-1000000px;
	overflow:hidden;
	background-image:none;
	padding-left:0;
}

#footer
{
	width:100%;
	height:175px;
	clear:both;
}

#footer img
{
	margin:48px auto 0 auto;	
	display:block;
	clear:both;
}

#footer ol
{
	float:right;
	margin-top:0;
}

#footer li
{
	margin-left:10px;
	display:block;
	float:left;
	background:transparent url(../images/bottom-nav-bg.gif) no-repeat 0 0;
	height:28px;
	line-height:28px;
	padding-left:9px;
}

#footer li a
{
	display:block;
	height:inherit;
	line-height:inherit;
	text-align:center;
	padding-right:9px;
	background:transparent url(../images/bottom-nav-bg.gif) no-repeat right -28px;
	color:#c4417a;
	padding-left:0;
}

#footer li.active a
{
	color:#3d3d3d;
}

#menu
{
	background:white url(../images/menu-bg.jpg) no-repeat 50% 20px;
	height:240px;
	width:100%;
}

#menu table
{
	margin:auto;
}

#menu td
{
	width:145px;
	height:200px;
}

#menu td a
{
	text-align:center;
	display:block;
	height:inherit;
	width:inherit;
	color:#3d3d3d;
	background:transparent url(../images/menu_item1.png) no-repeat 50% 0px;
	padding-top:180px;
	height:20px;
	padding-left:0;
}

#menu td a:hover
{
	color:#c4417a;
	background-position:50% -199px
}

#menu td.active a
{
	color:black;
}

#menu td.item1 a
{
	background-image:url(../images/menu_item2.png);
}

#menu td.item2 a
{
	background-image:url(../images/menu_item1.png);
}

#menu td.item3 a
{
	background-image:url(../images/menu_item3.png);
}

#menu td.item4 a
{
	background-image:url(../images/menu_item4.png);
}

#menu td.item5 a
{
	background-image:url(../images/menu_item5.png);
}

#menu td.item6 a
{
	background-image:url(../images/menu_item6.png);
}

#menu td.item7 a
{
	background-image:url(../images/menu_item7.png);
}

h1#animate
{
	height:41px;
	position:relative;
	border-bottom:1px dotted #3d3d3d;
	margin-bottom:30px;
}

h1#animate span
{
	position:absolute;
	font-size:20px;
	padding:9px 7px 7px 7px;
	background-color:#3d3d3d;
	border-bottom:2px solid #3d3d3d;
	color:white;
	white-space:nowrap;
}

h1#animate span img
{
	position:absolute;
	bottom:-18px;
	left:40px;
}

#textImage
{
	width:240px;
	float:left;
	text-align:center;
	clear:left;
}

#subnav
{
	margin:0;
	padding:0;
	width:100%;
	height:40px;
}

#subnav li
{
	list-style:none;
	float:left;
	display:block;
	margin-right:20px;
}

#subnav .spacer
{
	padding-left:20px;
	color:#fc5ca2;
}

#subnav a
{
	color:#c4417a;
	background-image:none;
	padding-left:0;
}

#subnav a:hover
{
	color:black;
}

#subnav li.active a
{
	color:#3d3d3d;
}

div.text
{
	text-align:justify;
	color:#3d3d3d;
	line-height:200%;
}


br.clear
{
	height:0;
	clear:both;
}

.csc-textpic-imagewrap
{
	float:left;
	width:276px;
	text-align:center;
}

.csc-default
{
	clear:both;
}
