@charset "utf-8";
/* CSS Document */
a, a:visited{color:#ffffff; text-decoration:none;}
a:hover{text-decoration:underline}
.clear {
	clear:both;
}
td,div,p,span{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:0.95em;}

body {
	font: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color:#FCFADD;
}
#container {
	width:980px;
	margin: 0 auto;
	padding:0;
	text-align: left;
}

#header {
	background: url(../images/logoback.png) #FCFADD no-repeat center;
	height:150px;
	width:980px;
	position:relative;
	text-align:center;
}
#header img {
	padding-left:50px;
}
hr {
	margin-top:10px;
	border:none;
	border-bottom: 1px solid #F18C00;
}

/* Navigation */
ul.menu {
	position:relative;
	width:980x;
	height:34px;
	top:0;
	left:1px;
	list-style:none;
	margin:0;
	padding:0;
}
ul.menu * {margin:0; padding:0;}
ul.menu li {position:relative; float:left;}
ul.menu ul {position:absolute; top:32px; left:0; display:none; list-style:none}
ul.menu ul li {position:relative; width:150px;}
ul.menu ul li a, ul.menu ul li a:visited {display:block; padding:2px 0 4px 2px; background-color:#CD025C; color:#FFF; font-size:10px; font-weight:bold; text-indent:0; height:auto; border:solid 1px #330000; border-top:none; text-decoration:none;}
ul.menu ul li a:hover {background-color:#770000; color:#FFF; font-size:10px; font-weight:bold;}
ul.menu ul ul {left:160px;}

ul.menu a{
	height: 34px;
	display:block;
	text-indent: -900em;
	outline:none;
}
/* Show only to IE PC \
* html ul.menu a {text-indent:0 !important;} For IE 5 PC */

#header ul {
	list-style: none;
	margin:0;
	padding:0;
}

a.herzhand {
	width: 141px;
	background: url(../images/nav/huh.png) no-repeat left top;
}
a.herzhand:hover{
	background: url(../images/nav/huh.png) no-repeat left bottom;
}

a.willkommen {
	width: 150px;
	background: url(../images/nav/wil.png) no-repeat left top;
}
a.willkommen:hover{
	background: url(../images/nav/wil.png) no-repeat left bottom;
}
a.fruehfoerderung {
	width: 167px;
	background: url(../images/nav/ff.png) no-repeat left top;
}
a.fruehfoerderung:hover{
	background: url(../images/nav/ff.png) no-repeat left bottom;
}
a.anmeldeweg {
	width: 154px;
	background: url(../images/nav/anm.png) no-repeat left top;
}
a.anmeldeweg:hover{
	background: url(../images/nav/anm.png) no-repeat left bottom;
}

a.beratung-therapie {
	width: 209px;
	background: url(../images/nav/but.png) no-repeat left top;
}
a.beratung-therapie:hover{
	background: url(../images/nav/but.png) no-repeat left bottom;
}
a.supervision-coaching {
	width: 231px;
	background: url(../images/nav/suc.png) no-repeat left top;
}
a.supervision-coaching:hover{
	background: url(../images/nav/suc.png) no-repeat left bottom;
}

/* MENU */
.umenu { width:190px; padding:0px; margin:0; float:left;}
.umenu ul { list-style:none; margin:0; padding:0; }
.umenu ul li{ margin:0 0 5px 0; background-color: #FFF3F9; border: solid #E40057; border-width:0 1px 1px 1px;}
.umenu ul li a:link, .umenu ul li a {
	font-weight:bold;
	padding:0 10px;
	margin:0;
	font-size:13x;
	background:url(../images/nav/menu.png) left top repeat-x;
	line-height:22px;
	text-decoration: none;
	color:#EEE;
	display:block;
}
.umenu ul ul { margin:5px 0 5px 10px; padding:0 0 5px 0;}
.umenu ul ul li { border:none!important;}
.umenu ul ul ul { margin:5px 0 10px 10px; padding:0;}
.umenu ul ul li a:link, .umenu ul ul li a {
	padding:1px 8px;
	font-size:12px;
	background:none;
	color:#445;
	line-height: normal!important;
}
.umenu ul ul ul li a:link, .umenu ul ul ul li a {
	padding:0px 12px;
	font-size:10px;
}
.umenu ul a.sel, .umenu ul a.sel:link {
	color: #333!important;
}
.umenu ul ul a.sel, .umenu ul ul a.sel:link {
	color: #E40057!important;
}
.umenu ul a:hover, .umenu ul a:active{color: #333!important;}
.umenu ul ul a:hover, .umenu ul ul a:active{color:#E40057!important;}

#columns {
	margin:70px 0 0 0;
	padding: 0;
}

#content {
	width:759px;
	margin-left:220px;
}
.boxhead{
	background-color:#F18B00;
	background:url(../images/nav/menu.png) left top repeat-x;
	margin:0;
	padding:0 15px;
	line-height:22px;
	color:#ffffff;
}
.boxhead h1 {
	color:#fff; 
	font-weight: bold;
	display:inline;
	font-size:15px;
	margin:0 2px;
}
.boxhead h2 {
	color:#fff; 
	font-weight: bold;
	text-decoration:underline;
	display:inline;
	font-size:13px;
	margin:0 6px 0 3px;
}
.boxhead a, .boxhead a:visited {
	color:#fff; 
	font-weight: bold;
	text-decoration:none;
	display:inline;
	font-size:13px;
	margin:0 6px 0 3px;
}
.boxhead a:hover {
	text-decoration:underline;
}
.boxbody {
	background-color:#FFF3F9;
	border:solid #E40057   2px;
	border-width: 0 2px;
	margin: 0;
	padding: 5px 20px 20px 20px;
	color:#660000;
}
.boxbody a, .boxbody a:visited {
	color: #F20372;
	text-decoration:none;
	outline: none;
}
.boxbody a:hover {
	text-decoration:underline;
}

h3 {
	font-size:13px;
	color:#660000;
	margin:15px 0 0 0;
}
ul {
	margin-bottom:10px;
	margin-top:5px;
	list-style:disc;
}
p {margin:5px 0 10px 0;}
p, li { font-size:12px;}

#fuss { 
	padding:0 10px;
	font-size:10px;
	color:#fff;
	background-color:#E40057;
	line-height:13px;
}
#fuss a, #fuss a:visited{color:#fff; text-decoration:none;}
#fuss a:hover{text-decoration:underline}


.anerkennung {
	margin:30px 0;
}
.anerkennung img { 
	border:none;
	margin:0 12px 0 0;
}
.anerkennung td {
	vertical-align:top;
}

.blob-list-container {
	width:100%;
}
.blob-list-item1 {
	background-color:#FCD;
}
.blob-list-item2 {
	background-color:#FEB;
}
.blob-list-item1 td, .blob-list-item2 td {
	padding:5px 5px;
}
.csc-mailform-field label {
	display: block;
}
