
/* Reset
--------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,#formDialogue textarea, #formDialogue input {
	margin: 0;
	padding: 0;
	border: 0;
/*	outline: 0;*/
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
/*:focus {
	outline: 0;
}*/
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


* {
	text-decoration:none;
}

/* Globals und Typo 
--------------------------------------------------------------------------------------- */


body {
	font-family : Tahoma, Geneva, Verdana, sans-serif;
	font-size: 62.5%;
	background-color: #d1d1d1;
	color: #828282;
}

a:active {
	position:relative;
	top:1px;
}


label {
	cursor:pointer;
}

/* Allgemeine Contentklassen
--------------------------------------------------------------------------------------- */
.left {
	float: left;
	margin: 0 0.5em 0 0;
}

.right {
	float: right;
	margin: 0 0 0 0.5em;
}

.clear {
	clear:both;
}

.textReplace {
	display:block;
	text-indent:-99999em;
	overflow:hidden;
}


a.more {
	background:url(/img/icon_arrow_blue.gif) no-repeat left 4px;
	padding-left:12px;
	margin-left:10px;
}

/* Skiplinks
--------------------------------------------------------------------------------------- */
p#skiplinks {
	position: absolute;
	top: 0;
	left: -50000px;
	z-index: 100;
    }
p#skiplinks a:active,
p#skiplinks a:focus {
	position: absolute;
	top: 4px;
	left: 50004px;
	display: block;
	text-align: center;
	color: #000;
	padding: 0 24px 4px;
	background-color: #fff;
	text-decoration: none;
	white-space: nowrap;
	font-size:140%;
    }

/* Container/Wrapper
--------------------------------------------------------------------------------------- */
#container {
	margin: 0 auto;	
	width: 960px;
	font-size:10px;
}

#contentContainer {
	background: url(/img/bg_content_body.gif) repeat-y;
	margin:0 -5px;
	float:left;
	width:970px;
}

#contentLeft {
	float:left;
	position:relative;
	left:5px;
	top:-5px;
}

#sidebarLeft {
	float:left;
	width:210px;
	margin:30px 0;
}


/* Header
--------------------------------------------------------------------------------------- */

#header {
	background: url(/img/bg_header.gif) no-repeat;
	height:137px;
	margin:16px -5px 0;
	position:relative;
}

#logo {
	position:absolute;
	top:33px;
	left:36px;
}

#subline {
	background:url(/img/logo_text.gif) no-repeat;
	width:353px;
	height:41px;
	position:absolute;
	top:43px;
	left:245px;
}

#headerRight {
	width:260px;
	height:120px;
	position:absolute;
	right:0;
	top:0;
}

/* Suche
--------------------------------------------------------------------------------------- */

#searchform {
	position:absolute;
	top:52px;
	left:17px;
	font-size:110%;
	width:217px;
}

#search {
	background: url(/img/bg_search_input.png);
	width:153px;
	height:16px;
	border:0;
	padding: 4px 0 0 10px;
	position:relative;
	left:5px;
	top:1px;
	color: #828282;
	font-size:100%;
}

#searchSubmit {
	position:absolute;
	right:0;
	top:1px;
}

/* Facebook
--------------------------------------------------------------------------------------- */

.facebook {
	position:absolute;
	top:16px;
	left:15px;
	width:100%;
}

/* Skalierung
--------------------------------------------------------------------------------------- */

#fontResize {
	position:absolute;
	top:19px;
	left:0;
	height:17px;
	/*width:100%;*/
	width: 5px;
}

#fontResize li {
	float:left;
}

#switcher_small {
	background: url(/img/icon_smaller.png) no-repeat;
	width:16px;
	height:14px;
	position: absolute;
	top:0;
	left:138px;
}

#switcher_default {
	background: url(/img/icon_normal.png) no-repeat;
	width:14px;
	height:14px;
	position: absolute;
	top:0;
	left:179px;
}

#switcher_large {
	background: url(/img/icon_bigger.png) no-repeat;
	width:17px;
	height:17px;
	position:absolute;
	top:0;
	left:218px;
}

/* Globalnavigation
--------------------------------------------------------------------------------------- */

#globalNav {
	position:absolute;
	bottom:12px;
	left:16px;
	font-size:110%;
}

#globalNav li {
	float:left;
	margin-right:5px;
	background: url(/img/icon_seperator.gif) no-repeat left center;
	padding:0 5px 3px 11px; 
}

#globalNav li.first-child {
	background:none;
	padding-left:0;
}

#globalNav li a {
	color:#828282;
}

#globalNav li a:hover,
#globalNav li a:focus,
#globalNav li a.current
{
	text-decoration:underline;
	color:#5a5a5a;
}

/* Keyvisual
--------------------------------------------------------------------------------------- */

#keyvisual {
	position:relative;
	margin-top: -5px;
	left:5px;		
}

#keyvisual img {
	float:left;
}

#kontakt {
	width:230px;
	min-height: 180px;
	height: auto !important;
	height: 180px;
	position:relative;
	right:10px;
	top:0;
	float:right;
	background:#fff;
	padding:0 20px 0 10px;
	font-size:120%;
	word-wrap:break-word;	/*wichtig für Textskalierung*/
}

#kontakt p {
	margin: 0 0 8px;
	line-height:1.4;
	padding-left:10px;
}

#kontakt h2 {
	margin-top:17px;
}


#kontakt p.contactLinks {
}

a.mailLink, a.contact, a.donation {
	padding-left:20px;
	color: #828282;
	display:block;
}


a.mailLink {
	background:url(/img/icon_mail.gif) no-repeat left 4px;
}

a.contact {
	background:url(/img/icon_contact.gif) no-repeat left 4px;
	padding:5px 0 5px 20px;
}

a.donation {
	background:url(/img/icon_donation.gif) no-repeat left 4px;
	padding:5px 0 5px 20px;
}

/***** Dialog Formularbox *****/

#formDialogue {
	background:#f5f5f5;
	border:1px solid #c8c8c8;
	padding:12px 20px 20px;
	width:333px;
	position:absolute;
	bottom:-290px;
	left:-385px;
	z-index:10;
	display:none;
}


#formDialogue label.optional {
	color:#a1a1a1;
}

#formDialogue legend {
	font-size:134%;
	font-family: Calibri, “Trebuchet MS”, sans-serif ;
	padding:0 0 25px 0;
	line-height:1.4;
}

#formDialogue legend span {
	font-size:87%;
}

#formDialogue div {
	position:relative;
	height:35px;
}

#formDialogue div.text {
	height:90px;
}

#formDialogue div.submit {
	height:20px;
}

#formDialogue input,
#formDialogue textarea {
	border:1px solid #c8c8c8;
	width:230px;
	padding:3px;
	position:absolute;
	right:0;
	top:-5px;
	font-family:Tahoma, Geneva, Verdana, sans-serif;
}

#formDialogue input {
	height:17px;
}

#formDialogue input.submit {
	background:transparent url(/img/button_submit.png) no-repeat 0 -27px;
	border:0;
	width:170px;
	height:25px;
	right:68px;
	cursor:pointer;
}

#formDialogue input.submit:hover {
	background:transparent url(/img/button_submit.png) no-repeat 0 0;
}

#formDialogue textarea {
	height:70px;
}

#formDialogue .corner {
	position:absolute;
	top:-20px;
	right:-34px;
	background:url(/img/bg_corner.gif) no-repeat;
	width:55px;
	height:43px;
	z-index:12;
}

#formDialogue .close {
	width:20px;
	height:20px;
	background:url(/img/icon_close.gif) no-repeat center center;
	position:absolute;
	top:17px;
	right:15px;
	z-index:101;
}

/* Hauptnavigation
--------------------------------------------------------------------------------------- */

#nav {
	border-top:1px solid #e6e6e6;
	font-size:120%;
	margin:6px 0 60px 0;
	*margin-bottom: 90px;
}

#nav li {
	border-bottom:1px solid #e6e6e6;
}

#nav li a {
	color: #828282;
	padding: 9px 0 10px 30px;
	display:block;
}

#nav li.current a,
#nav li a:hover,
#nav li a:focus {
	color:#5a5a5a;
	background:#fdfdfd url(/img/bg_nav_active.gif) repeat-y;
}

#nav ul {
	border-top:1px solid #e6e6e6;
	padding-bottom:0;
}

#nav li li {
	border:0;
}

#nav li li a {
	padding:7px 0 7px 15px;
	background:none;
	margin-left:30px;
	border-top:1px dotted #bebebe;
}

#nav li li.first-child a {
	border:none;
}

#nav li.current li a {
	color: #828282;
	background:none;
}

#nav li li.current a,
#nav li li.current a:focus,
#nav li li.current a:hover {
	background:url(/img/icon_circle_orange.jpg) no-repeat 2px 10px;
	color:#ff9727;
}

#nav li li a:hover,
#nav li li a:focus {
	background:none;
	color:#ff9727;
}

#nav li li.current ul {
	border-top:1px dotted #bebebe;
	border-bottom:none;
	margin-left:30px;
	padding-bottom:0;
}

#nav li li.current li a {
	border-top:1px dotted #bebebe;
	border-bottom:none;
	background:none;
	color: #828282;
	padding-left:5px;
}

#nav li li.current li a:hover,
#nav li li.current li a:focus, 
#nav li li.current li.current a {
	color:#424242;
	background:none;
}

#nav li li li.first-child a {
	border-top:0;
}

/* Content
--------------------------------------------------------------------------------------- */

#content {
	float: left;
	width: 430px;	
	font-size:120%;
	line-height:1.5;
	padding: 0 0 0 30px;
	margin-bottom:30px;
}

h2, h3, h4 {
	font-family: Calibri, “Trebuchet MS”, sans-serif ;
	margin-bottom:10px;
}

#content h2 {
	font-size:150%;
	color:#5a5a5a;
	clear:both;
}


#content h3 {
	font-size:135%;
	color:#ff9727;
	margin-bottom:5px;
	clear:both;
}

#content h3.subHeading {
	color:#5a5a5a;
	margin:-7px 0 24px 0;
	clear:both;
}

#content h4 {
	font-weight:bold;
	clear:both;
}

#content p {
	margin:0 0 15px 0;
}

#content hr.lineColor {
	color: #E6E6E6;
	height:1px;
	padding:0;
	line-height:0;
	border:none;
	border-top:1px solid #e6e6e6;
	background:transparent;
}

#content em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

#content blockquote {
	margin-left:5px;
	padding-left:10px;
	font-style:italic;
	border-left:1px solid #dadada;
}

#content a {
	color:#46739b;
	text-decoration:underline;
}

#content a.back-link {	
	background:url("/img/icon_arrow_back.gif") no-repeat scroll 6px 5px transparent;
	padding-left: 17px;
}

#content a:hover, #content a:focus {
	text-decoration:none;
}

span.clearer {
	display: block;
	clear: both;
}

/***** Breadcrumb Navigation *****/

#content #breadcrumb {
	min-height: 12px;
	height: auto !important;
	height: 12px;
	margin-top:12px;
	margin-left:0;
}

#content #breadcrumb li {
	float:left;
	background:url(/img/icon_arrow_grey.gif) no-repeat left 6px;
	padding-left:15px;
	margin-right:10px;
	font-size:90%;
}

#content #breadcrumb li.first-child {
	padding:0;
	background:none;
}

#content #breadcrumb li a {
	color:#aaa;
}

#content #breadcrumb li a:hover,
#content #breadcrumb li a:focus {
	color:#5a5a5a;
	text-decoration:underline;
}

/***** Listen *****/


#content ol {
	list-style:decimal;
	margin: 0 0 15px 28px;
}

#content ul {
	margin: 0 0 15px 10px;
}

#content ul li {
	background: url(/img/icon_circle_grey.gif) no-repeat 1px 7px;
	padding-left:17px;
}

#content div.linkList ul li {
	background: url(/img/icon_arrow_blue.gif) no-repeat 1px 7px;
}

#content dl {
	margin-bottom:15px;
}

#content dl dt {
	font-weight:bold;
}

#content dl dd {
	padding-left:15px;
	font-style:italic;
}

/* Tabellen */

#content table {
	border-top:1px solid #dadada;
	border-left:1px solid #dadada;
	margin:0 0 15px 0;
}

#content table td,
#content table th {
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
	padding:2px 5px;
}

#content table th {
	background:#dcdcdc;
}


#content table p,
#content table h1,
#content table h2,
#content table h3,
#content table h4,
#content table ul,
#content table ol {
	margin-bottom:0;
}
/***** Tooltip *****/

#content acronym {
	/*color:#5e91bf;*/
	/*font-weight:bold;*/
	cursor:help;
	border-bottom:1px dotted;
	background:url(/img/icon_info.gif) no-repeat top right;
	padding-right:8px;
}

#content acronym:hover {
	color:#5A5A5A;
}

#tooltip {
	background:#f5f5f5;
	border:1px solid #c8c8c8;
	padding:10px 10px 10px 15px;
	z-index:100;
	position:absolute;
	width:250px;
	font-size:120%;
	line-height:1.5;
}


/* Sidebar
--------------------------------------------------------------------------------------- */

#sidebarRight {
	float: right;	
	width: 230px;
	position:relative;
	left:-5px;
	background:url(/img/bg_sidebar.gif) no-repeat;
	font-size:120%;
	padding: 0px 20px 0 10px;
	margin-bottom:30px;
	min-height: 412px;
   	height: auto !important;
   	height: 412px;
}

#sidebarRight h2, .h2side {
	border-bottom:1px solid #c0c0c0;
	padding:0 0 8px 11px;
	color:#5a5a5a;
	font-size:135%;
	margin:30px 0 10px 0;

}

#sidebarRight ul {
	margin: 0 0 15px;
}

#sidebarRight ul li {
	background:url(/img/icon_arrow_grey.gif) no-repeat 10px 6px;
	margin-bottom:10px;
	padding-left:25px;
	line-height:1.5;
}

#sidebarRight a {
	color:#828282;
}

#sidebarRight a:hover,
#sidebarRight a:focus,
#kontakt a:hover,
#kontakt a:focus
{
	color:#5a5a5a;
	text-decoration:underline;
}

/* Footer 
--------------------------------------------------------------------------------------- */

#footer {
	clear: both;
	margin:0 -5px 30px;
	background: url(/img/bg_footer.gif) no-repeat;
	height:61px;
	font-size:110%;
	position:relative;
}

#footer a {
	color:#828282;
}

#footer p a {
	color:#828282;
	text-decoration:underline;
}

#footer a:hover,
#footer a:focus {
	color:#5a5a5a;
	text-decoration:none;
}


#footer p {
	position:absolute;
	top:28px;
	left:36px;
	width:660px;
	padding:2px;
}

#footer .print {
	background:url(/img/icon_print.png) no-repeat left center;
	padding:2px 0 2px 21px;
	position:absolute;
	right:184px;
	top:28px;
}

#footer .top {
	background:url(/img/icon_arrow_top.png) no-repeat left center;
	padding:2px 0 2px 21px;
	position:absolute;
	right:78px;
	top:27px;
}


/* Startseite
--------------------------------------------------------------------------------------- */

#home h2.top {
	font-size:175%;
	margin-top:27px;
	color:#5a5a5a;
}

#home #kontakt {
	min-height: 271px;
	height: auto !important;
	height: 271px;
}


#home #kontakt p {
	margin: 0 0 8px;
	line-height:1.6;
	padding-left:10px;
}

#home #kontakt p.contactLinks {
	margin-top:15px;
}

#home a.mailLink, a.contact {
	padding-left:20px;
	color: #828282;
	display:block;
	margin-top:10px;
}


#home a.mailLink {
	background:url(/img/icon_mail.gif) no-repeat left 4px;
}

#home a.contact {
	background:url(/img/icon_contact.gif) no-repeat left 4px;
	margin-top:10px;
	padding:5px 0 5px 20px;
}


/***** Accordion *****/

.accordion h3 {
	margin-bottom:10px!important;
}

.accordion h3 a {
	font-size:74.5%;
	color:#5a5a5a!important;
	background:url(/img/icon_increase.gif) no-repeat left 2px;
	padding-left:15px;
	font-family:Tahoma,Geneva,Verdana,sans-serif;
	text-decoration:none!important;
}

.accordion h3 a:hover {
	text-decoration:underline!important;
}

.accordion .active a {
	background-image:url(/img/icon_decrease.gif);
}


/***** Infobox *****/

.infoBox {
	margin:0 -10px 20px -10px;
	padding:10px;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}

.infoBox .inner {
	margin-bottom:5px;
}

.infoBox img {
	float:left;
	border:1px solid #e6e6e6;
	margin-right:10px;
}

.infoBox a.more {
	background:url(/img/icon_arrow_orange.gif) left 2px no-repeat;
	padding-left:14px;
	color:#828282!important;
}

.infoBox p {
	margin:0!important;
}


/***** Zielgruppeneinstiege *****/

#targetGroupLinks {
	width:210px;
	height:221px;
	background:url(/img/bg_zielgruppe_allgemeines.png) no-repeat;
	/*padding-top:70px;*/
	padding-top:50px;
	position:absolute;
	top:0;
	left:0;
	z-index:9;
}

#targetGroupLinks a {
	color:#fff;
	font-family: Calibri, “Trebuchet MS”, sans-serif ;
	font-size:160%;
	padding:7px 0 10px 30px;
	display:block;
	outline:none;
}

#targetGroupLinks a.first-child {
	display:none;
}

#targetGroupLinks li {
	margin-bottom:17px;		
}

#targetGroupInfo {
	width:700px;
	height:270px;
	overflow:hidden;
	position:relative;
	float:left;
}

#targetGroupInfo li {
	width:700px;
	height:270px;
	position:relative;
}

#targetGroupInfo li.js {
	position:absolute;
	top:0;
	left:0;
}


#targetGroupInfo a {
	position:absolute;
	font-size:120%;
	color:#fff;
	top:0;
	left:210px;
	width:490px;
	height:270px;
}

#targetGroupInfo a span {
	position:absolute;
	left:30px;
	top:182px;
	background-position:left 7px;
	background-repeat: no-repeat;
	padding:5px 10px 5px 15px;
	background-image: url(/img/icon_arrow_orange.gif);
	text-decoration:underline;
}

#targetGroupInfo a:hover {
	text-decoration:none;
}

/* Farbwelten */

#targetGroupInfo li#pane_2 a span {
	background-image:url(/img/icon_arrow_red.gif);
}

#targetGroupInfo li#pane_3 a span {
	background-image:url(/img/icon_arrow_green.gif);
}

#targetGroupInfo li#pane_4 a span {
	background-image:url(/img/icon_arrow_blue_big.gif);
}

#targetGroupLinks li.current a,
#targetGroupLinks li.current a:focus {
	background:url(/img/bg_targetgroup_active.png);
}

/* Contactform
--------------------------------------------------------------------------------------- */

form#contactform {
	margin:1em 0;
	padding:0;
}
form#contactform h2 {
	margin:0 0 1em;
	padding:0;
}
form#contactform fieldset {
	border-color:#dadada;
	border-style:solid;
	border-width:1px 0 0;
	margin:1.5em 0;
	padding:1em 0;
	position:relative;
}
form#contactform legend {
	color:#FF9727;
	font-size:117%;
	margin:0;
	padding-right:5px;
}
form#contactform p {
	clear:left;
	margin:0 0 0.5em;
	padding:0;
}
form#contactform img {
	margin:0 0 0 150px;
}
form#contactform #selctedFlyer {
	width: 355px;
}
form#contactform .right {
	padding: 5px 0 10px;
}
form#contactform .right img {
	margin:0;
}

form#contactform label {
	display:block;
	float:left;
	padding:0.3em 10px 0.3em 0;
	position:relative;
	width:140px;
}
form#contactform label strong {
	left:365px;
	position:absolute;
	top:0.3em;
	width:180px;
}
form#contactform input[type="text"] {
	width:200px;
}
form#contactform fieldset textarea {
	height:150px;
	overflow:auto;
	width:350px;
}

form#contactform select {
	width:205px;
}

form#contactform input[type="checkbox"] {
	position:relative;
	top:1px;
}

form#contactform fieldset#call-back label,
form#contactform fieldset#info-request label {
	display:inline;
	float:none;
	padding-right:0;
	width:auto;
}

#contactform .input-text,
#contactform textarea {
	background:url(/img/bg_input.gif) repeat-x top;
	border:1px solid #dadada;
	padding:3px;
}

#contactform .input-text:focus,
#contactform textarea:focus {
	border-color:#5a5a5a;
	}
	

div#partnerLogos {
	width: 210px;
	position: absolute;
	top: -76px;
	left: 5px;
	text-align: center;
	display: none;
}
body#home div#partnerLogos {
	display: block;
}
