@charset "UTF-8";
/* CSS Document */

/*****************
Debugging 
*****************/
/*div { border: 1px #ccc dashed; }*/

/*****************
Allgemein
*****************/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.4em;
	color: #000;
	background: url(images/background.jpg) #e3e3e3 repeat-x left top;
	text-align: center;
} 

/*****************
Struktur
*****************/
#wrapall {
	width: 84em;
	background: url(images/background_circles.jpg) no-repeat left top;
	margin: 0 auto;
	text-align: left;
}
#wrap {
	width: 100%;
}

#logo {}

#im {}	

	#teaser {
		width: 84em;
		height: 18em;
		float: left;
		background: #f29407;
		text-align: right;
	}
	
#main {
	clear: both;
	padding-bottom: 2em;
	width: 84em;
	float: left;
	background: #fff;
}

	#left {
		float: left;
		width: 21em;
	}
		#nav {
			padding: 4.25em 2em 0 2em;
			line-height: 1.2em;
		}

	#right {
		float: right;
		width: 63em;
		padding: 0;
	}
		#clickpath {
			height: 2.3em;
			background: #f29407;
			padding: 2.5em 0 0 2em;
		}
	
		#content {
			padding: 2.5em 6em 0 2em;
		}
	
#footer {
	width: 80em;
	height: 6.4em;
	font-size: 1em;
	color: #ddd;
	background: url(images/footer_bg_wappen.jpg) right top repeat-x;
	clear: both;
	padding: 3em 0 0 4em;
}

/*****************
Navigation
*****************/
#nav ul.n1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #222;
	list-style: none;
	line-height: 1.4em;
}
#nav ul.n1 li.n1 {
	border-top: 1px dotted #f29407;
	padding-top: 0.75em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
#nav a {
	color: #222;
}
#nav a:hover, #nav a.act, #nav li.act a, #nav li.actsub a {
	color: #f29407;
}

#nav ul.n2 li {
	margin-bottom: 0.2em;
	padding-left: 1.2em;
}
#nav ul.n2 li.actsub {
	margin-bottom: 0.3em;
}
#nav ul.n2 a {
	font-size: 1em;
	font-weight: normal;
}

#nav ul.n2 ul.n3 a {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.6em;
	padding-left: 1em;
}
#nav ul.n2 ul.n3 li, #nav ul.n2 ul.n3 li.act {
	margin: 0;
}

#nav .get_info {
	margin-top: 2em;
}

#nav .get_info, #nav .get_info a {
	position: relative;
	display: block;
	text-indent: -9999em;
	width: 17.2em;
	height: 7em;
	background: transparent url(images/mehr_info.jpg) no-repeat;
}
#nav p.get_info a {
	position: absolute;
	top: 0px;
	left: 0px;
}
#nav p.get_info a:hover {
	background: url(images/mehr_info.jpg) left -74px no-repeat;
}

/*****************
Clickpath
*****************/
#cpwrap {
	color: #fff;
	font-size: 1.6em;
}
#clickpath a {
	color: #fff;
	text-decoration: none;
}
#clickpath a.cp:hover, #clickpath a.cpCurrent:hover {
	text-decoration: underline;
}
#clickpath a.cpCurrent {
}

/*****************
Content
*****************/
#content h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #f29407;
	margin-bottom: 1em;
}
#content p {
	margin-bottom: 1.4em;
	font-size: 1.1em;
}
#content p a {
	color: #f29407;
	text-decoration: underline;
}
#content p a:hover {
	color: #000;
}
#content .csc-textpic img {
	border: 1px solid #f29407;
	padding: 2px;
}
#content ul {
	margin-bottom: 1.4em;
	list-style: outside circle;
	padding-left: 2em;
	font-size: 1.1em;
} 
#content ul.csc-menu a {
	color: #000;
}
#content ul.csc-menu a:hover {
	color: #f29407;
}

/*****************
Benefits
*****************/
#content .csc-menu-4 dd {
	margin-bottom: 1em;
}
#content .csc-menu-4 dt a {
	font-weight: bold;
	font-size: 1.2em;
	color: #f29407;
}
#content .csc-menu-4 dt a:hover {
	color: #000;
}

/*****************
3 columns
*****************/
#content .c3 {
	height: 23em;
}
#content .c3 h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	margin-bottom: 6.5em;
}
#content .c3left, #content .c3middle, #content .c3right {
	float: left;
	width: 15em;
	margin-right: 1.5em;
	background: #f29407;
	color: #fff;
	padding: 1em;
	min-height: 20.4em;
}
#content .c3right {
	margin: 0;
}
#content .c3 p {
	font-size: 1.1em;
	margin: 0;
}
#content .c3 p a {
	color: #fff;
	text-decoration: underline;
}
#content .c3 p a:hover {
	color: #222;
}
#content .c3left {
	background: #f29407 url(images/3_left.jpg) no-repeat left 3em;
}
#content .c3middle {
	background: #f29407 url(images/3_middle.jpg) no-repeat left 3em;
}
#content .c3right {
	background: #f29407 url(images/3_right.jpg) no-repeat left 3em;
}

/*****************
Footer
*****************/
#footer .orange, #footer a:hover {
	color: #f29407;
}
#footer a {
	color: #ddd;
	text-decoration: none;
}




















