﻿/**************************
File : webKITA.css
Mandant : Hofheim
**************************/

/**************************
	INHALTSVERZEICHNISS

	- GENERAL
	- HEADER
	- HEADER_LOGO
	- HEADER_NAVIGATION
	- MENU
	- CONTENT
	- KITA_DETAILS
	- DOCUMENTS
	- ROUTING
	- PRINTPAGE
	- MAP_DETAILS
	- TREFFERLISTE_PRINT_PAGE
	- VORANMELDUNG
	- FOTTER
	- IE 7 HACKS
**************************/

@charset "UTF-8";

/* GENERAL ************************/
html 
{
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

body 
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #4d4d4d;
	font-size: 14px;
	font-weight: bold;
	height: 100%;
	background-color: #e6e6e6;
}

body.wk_body_style
{
	font-size: 14px;
	text-align: left;
}


#background1
{
	position: absolute;
	background: white;
	height: 180px;
	width: 100%;
	top: 0px;
	left: 0px;
}
#background2
{
	position: absolute;
	background: #e6e6e6;
	height: 100%;
	width: 100%;
	border-top: 1px solid #b3b3b3;
	top: 180px;
	left: 0px;
}

#container
{
	position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
li
{
	margin-right: 25px;
}
a:Link:Hover
{
}
.verlauf_oben
{
	height: 20px;
	width: 100%;
	float: left;
	background: url("verlauf_o_u.png") repeat-x bottom;
}
.verlauf_unten
{
	height: 20px;
	width: 100%;
	background: url("verlauf_u_o.png") repeat-x bottom;
	float: left;	
}
ul
{
	margin: 0;
}
li
{
}
h1
{
	font-size: 20px;
	color: black;
	margin: 0px 0px 10px 0px;
}
h4
{
	margin: 5px 0;
}
h2
{
	font-size: 20px;
	color: black;
	margin: 0px 0px 10px 0px;
}
p
{
	margin: 0 0 5px;
	padding: 0;
}
a
{
	text-decoration: none;
	color: #40a000;
}

a:hover
{
	text-decoration: underline;
}
/* HEADER *************************/
#header
{
	margin: 5px 0px 0px 0px;
	width: 100%;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}

h1.header
{
	font-size: 30px;
	font-weight: bold;
	color: #4d4d4d;
	margin: 0;
	padding: 0;
}

.wk_navbar_background h1
{
	font-size: 30px;
}

p.header
{
	color: #e27816;
	font-size: 14px;
	font-weight: bold;
}

.sub_header
{
	margin-top: 10px;
	margin-left: 10px;
}

/* HEADER_LOGO ********************/
#header_script
{
	padding-top: 20px;
	padding-left: 60px;
	width: 250px;
	float: left
}

#header_webKITA_Logo
{
	float: left;
	padding-top: 5px;
	padding-left: 80px;	
}
/* HEADER_NAVIGATION **************/
/* MENU ***************************/
#menu
{
	width: 190px;
	margin-top: 10px;
	float: left;
	margin-left: 10px;
}
#menu_background
{
	/*box-shadow: 2px 2px 8px #666,
				-2px 2px 8px #666,
				2px -2px 8px #666,
				-2px -2px 8px #666;*/
	background: #ffffff;
	width: 190px;
	float: left;
	padding: 5px;
	box-shadow: 1px 1px 2px #b3b3b3,
				-1px 1px 2px #b3b3b3,
				1px -1px 2px #b3b3b3,
				-1px -1px 2px #b3b3b3;
}
#menu_content
{
	float:left;
	margin: 0px;
	width: 189px;
	overflow: hidden;
	border: 1px solid #b3b3b3;
}
.bereichsmenu1
{
	margin-right: 0px;
	display: inline;
}

.bereichsmenu1 a
{
	color: #4D4D4D;
}

.bereichsmenu1 a:hover
{
	text-decoration: none;
}

.menu_links
{
	background: #ffcc58;
	float: left;
	width: 190px;
}
.menu_panel
{
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
	padding: 0px;
}
.menu_panel a
{
	text-decoration: none;
	font-weight: bold;
	color: #4d4d4d;
}
.menu_panel ul
{
	padding: 0px;
}
.menu_panel a:hover
{
	border: solid 1px;
	border-radius: 15px;
	border-color: black;
	background: white;
	padding: 1px 5px;
}
.selected_head
{
	cursor: pointer;
}
.menu_links ul
{
	padding-left: 0;
}
.menu_links ul li
{
	width: 190px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
	font-size: 12px;
}
.menu_link_text:hover
{
	background: white;
	border-radius: 15px 15px 15px 15px;
	padding: 1px 5px;
	border: 1px solid black;
}
/* CONTENT ************************/
#inhalt
{
	background: #ffffff;
	width: 774px;
	margin: 10px 0px 0px 30px;
	float: left;
	padding: 5px;
	box-shadow: 1px 1px 2px #b3b3b3,
				-1px 1px 2px #b3b3b3,
				1px -1px 2px #b3b3b3,
				-1px -1px 2px #b3b3b3;
}
.inhalt_rahmen
{
	float: left;
	border: 1px solid #b3b3b3;
	background: #ffcc58;
	width: 772px;
	overflow: hidden;
}
#inhalt_content
{
	float: left;
	padding: 10px;
	width: 734px;
}
.steps
{
	text-align: center;
	background: url("ueberschrift_balken.png") no-repeat;
	font-size: 15px;
	padding-right: 30px;
	box-shadow: 2px 2px 2px #666;
}
.step_one
{
	background: url("point_one.png") no-repeat;
	float: left;
	height: 20px;
	width: 20px;
	margin: 3px 15px;
}
.step_two
{
	background: url("point_two.png") no-repeat;
	float: left;
	height: 20px;
	width: 20px;
	margin: 3px 15px;
}
.step_three
{
	background: url("point_three.png") no-repeat;
	float: left;
	height: 20px;
	width: 20px;
	margin: 3px 15px;
}
.explanation_grafik
{
	background: url("default_grafik.png") no-repeat;
	height: 124px;
	width: 734px;
	margin: 0px auto 10px auto;
}
.search_options
{
	float: left;
	margin: 0px 45px;
	text-align: center;
}
.content_step
{
	float: left;
	width: 750px;
	margin-bottom: 10px;
}
.column
{
	background: url("column.png") no-repeat;
	float: left;
	height: 110px;
	width: 5px;
}

.search_buttons
{
	border: 1px solid white;
	border: none\0;     /*for IE8*/
	border-radius: 14px;
	box-shadow: 2px 2px 2px #666;
}
.search_buttons:hover
{
	border: solid 1px;
	/*border: none\0;     /*for IE8*/
	border: none\9;
	border-color: black;
	border-radius: 14px;
}
.search_buttons_field
{
	margin: 0 auto;
	width: 670px;
}
.erklaerung
{
	font-size: 13px;
	color: #4d4d4d;
	font-weight: bold;
	text-align: center;
	float: left;
	margin: 0 220px;
}
.button_voranmeldung
{
	text-decoration: none;
	background: url("button_orange.png");
	padding: 5px 10px;
	color: black;
	font-weight: bold;
	margin: 20px 0 0 260px;
	float: left;
	border-radius: 8px;
	border: 1px solid black;
	box-shadow: 2px 2px 2px #666;
}
.button_voranmeldung:hover
{
	background: url("button_orange_mirrored.png");
}

a.button_voranmeldung:hover
{
	text-decoration: none;
}

.voran_kind_wohnsitz
{
	float: left;
}

.page_headline
{
	background: url("ueberschrift_balken.png") no-repeat;
	padding: 1px 20px;
	margin: 0px 0px 20px 0px;
	width: 710px;
	height: 27px;
	overflow: hidden;
	box-shadow: 2px 2px 2px #666;
}
#page_descriptor
{
	color: #4d4d4d;
	font-size: 14px;
	font-weight: bold;
	margin-left: 3px;
	width: 745px;
}

.default_form
{
	border: 1px solid black;
	border-radius: 14px;
	background: #FFBF19;
	box-shadow: 2px 2px 2px #666;
	padding: 10px 9px 20px;
	margin: 10px 1px;
	font-size: 13px;
	float: left;
}
.default_form_search_result
{
	border: 1px solid black;
	border-radius: 14px;
	background: #FFBF19;
	box-shadow: 2px 2px 2px #666;
	padding: 10px 9px 20px;
	margin: 10px 1px;
	font-size: 13px;
	float: left;
}
.default_form_radius_search
{
	border: 1px solid black;
	border-radius: 14px;
	background: #FFBF19;
	box-shadow: 2px 2px 2px #666;
	margin: 10px 1px;
	font-size: 13px;
	float: left;
}
.default_form_tabs
{
	border: 1px solid black;
	border-radius: 14px;
	background: #FFBF19;
	box-shadow: 2px 2px 2px #666;
	padding: 0px;
	margin: 10px 1px;
	font-size: 13px;
	float: left;
	overflow: hidden;
	width: 745px;
}
.erg_top
{
	background: url(form_tab_hover.png) repeat transparent;
	width: 100%;
	height: 32px;
	float: left;
	margin: 0 0 10px 0;
}
.sub_default_form
{
	float: left;
	padding: 10px 10px 10px;
	width: 100%;
}
.WKP_FORMTEXT
{
	padding: 0px 15px;
	padding: 7px 15px 5px\9;
	margin-top: 5px;
	border: 1px solid;
	border-radius: 10px;
	height: 26px;
	height: 15px\9;
	width: 290px;
	background: white;
}
.WKP_FORMTEXT:focus
{
	border: 1px solid #40a000;
	outline-width: 0;
}
.WKP_FORMTEXT[disabled]
{
	background: #dcdcdc;
}
.WKP_FORM_FLOAT1
{
	float: left;
	width: 350px;
}
.WKP_FORM_FLOAT6
{
	float:	left;
	margin:	0px 10px 0px 0px;
	width: 80px;
}

.WKP_FORM
{
	float: left;
	width: 100%;
}

.WKP_FORMTEXT6
{
	width: 50px;
	height:	26px;
	margin-top:	5px;
	padding:	0px 15px;
	border:	1px solid;
	border-radius:	10px;
}
.WKP_FORMTEXT6:focus
{
	border: 1px solid #40a000;
	outline-width: 0;
}
.WKP_FORMTEXT6[disabled]
{
	background: #dcdcdc;
}
.WKP_FORM_FLOAT12
{
	float: left;
	margin: 0px 22px 0 0;
	width: 150px;
}
.WKP_FORMTEXT12
{
	width: 120px;
	height:	26px;
	margin-top: 5px;
	padding: 0px 15px;
	border:	1px solid;
	border-radius:	10px;
}
.WKP_FORMTEXT12:focus
{
	border: 1px solid #40a000;
	outline-width: 0;
}
.WKP_FORMTEXT12[disabled]
{
	background: #dcdcdc;
}
.WKP_FORM_FLOAT18
{
	float: left;
	margin: 0px 22px 0 0;
	width: 240px;
}
.WKP_FORMTEXT18
{
	width: 210px;
	height:	26px;
	margin-top: 5px;
	padding: 0px 15px;
	border:	1px solid;
	border-radius:	10px;
}
.WKP_FORMTEXT18:focus
{
	border: 1px solid #40a000;
	outline-width: 0px;
}
.WKP_FORMTEXT18[disabled]
{
	background: #dcdcdc;
}
.WKP_FORMSELECT
{
	background: none repeat scroll 0 0 transparent;
	-webkit-appearance: none;
	border: 0px solid #ccc;
	height: 26px;
	font-size: 14px;
	padding: 4px;
	width: 120%;
}
.style_arrow
{
	background: url("select_icon.png") no-repeat scroll right center white;
	overflow: hidden;
	width: 100%;
	border: 1px solid;
	border-radius: 10px;
	height: 26px;
}
select[disabled]
{
	width: 120%;
	border-radius: 10px;
	background: url("none_select_icon.png") no-repeat scroll 82% center #E6E6E6;
}
.WKP_FORM_FLOAT
{
	float: left;
	/*width: 320px;
	width: 320px \0/;
	margin: 5px 25px 0px 0px;
	margin: 5px 25px 0px 5px\9;
	height: 55px;*/
}

.WKP_FORM_FLOAT p
{
	float: left;
	width: 320px;
	margin: 5px 25px 0px 0px;
}

.WKP_FORM_FLOAT .WKP_FORM
{
}

.voran_kind_geschlecht
{
	float: left;
	width: 320px;
	margin: 5px 25px 0px 0px;
}

.select_choice
{
	float: left;
	width: 320px;
	margin: 5px 25px 0px 0px;
}

.WKP_FORM_FLOAT12 .select_choice
{
	float: left;
	width: 100%;
	margin-top: 0;
}

.WKP_FORM_FLOAT22
{
	float: left;
	width: 350px;
	margin: 5px 0px 0px 0px;
}
.ba_suche
{
	float:left;
	margin-top: 10px;
}
.button_betrAngebote
{
	text-decoration: none;
	background: url("button_orange.png");
	padding: 5px 10px;
	color: black;
	font-weight: bold;
	border-radius: 8px;
	border: 1px solid black;
	box-shadow: 2px 2px 2px #666;
	margin: 0px;
	float: left;
}
.button_betrAngebote:hover
{
	background: url("button_orange_mirrored.png");
	text-decoration: none;
}
.WKP_FORMBUTTON_VERZ
{
	background: url("button_orange.png");
	padding: 5px 8px;
	color: black;
	font-weight: bold;
	border-radius: 8px;
	border: 1px solid black;
	box-shadow: 2px 2px 2px #666;
	margin: 0 10px 0 0;
	float: left;
	cursor: pointer;
}
.WKP_FORMBUTTON_VERZ:hover
{
	background: url("button_orange_mirrored.png");
}
.WKP_FORMBUTTON_KITA_VORAN
{
	background: url("button_orange.png");
	padding: 5px 8px;
	color: black;
	font-weight: bold;
	border-radius: 8px;
	border: 1px solid black;
	box-shadow: 2px 2px 2px #666;
	margin: 5px 60px 0 0;
	float: right;
	cursor: pointer;
}
.WKP_FORMBUTTON_KITA_VORAN:hover
{
	background: url("button_orange_mirrored.png");
}
a.form_button
{
	color: #4d4d4d;
}
a.form_button:hover
{
	text-decoration: none;
}
a.WKP_FORMBUTTON_KITA_VORAN:hover
{
	text-decoration: none;
}
.WKP_FORMBUTTON_VORANM
{
	background: url("button_orange.png");
	padding: 5px 8px;
	color: black;
	font-weight: bold;
	border-radius: 8px;
	border: 1px solid black;
	box-shadow: 2px 2px 2px #666;
	margin: 0 10px 0 0;
	float: left;
	cursor: pointer;
}
.WKP_FORMBUTTON_VORANM:hover
{
	background: url("button_orange_mirrored.png");
}
a.WKP_FORMBUTTON_VORANM:hover
{
	text-decoration: none;
}
.back_button
{
	float: left;
}
.WKP_FORMBUTTON
{
	background: url("button_orange.png");
	padding: 5px 8px;
	color: black;
	font-weight: bold;
	border-radius: 8px;
	border: 1px solid black;
	box-shadow: 2px 2px 2px #666;
	margin: 0 10px 0 0;
	float: left;
	cursor: pointer;
}
.WKP_FORMBUTTON:hover
{
	background: url("button_orange_mirrored.png");
}

.WKP_FORMBUTTON a
{
	color: #000000;
}

.WKP_FORMBUTTON a:hover
{
	text-decoration: none;
}
.WKP_FORMBUTTON[disabled]
{
	background: url("button_grey.png");
	color: #999999;
}
.WKP_FORMBUTTON_UMKR
{
	background: url("button_orange.png");
	padding: 5px 8px;
	color: black;
	font-weight: bold;
	border-radius: 8px;
	border: 1px solid black;
	box-shadow: 2px 2px 2px #666;
	float: left;
	cursor: pointer;
}
.WKP_FORMFEEDBACK
{
	float: left;
	margin-bottom: 10px;
}
.feedbackPanel
{
	border: 1px solid #800000;
	padding: 5px;
	background: #FFF0F0;
}
.feedbackPanelERROR
{
	color: red;
	list-style: none;
}
.WKP_FORMBUTTON_UMKR:hover
{
	background: url("button_orange_mirrored.png");
}
.WKP_FORMBUTTON_WK
{
	background: url("button_orange.png");
	padding: 5px 8px;
	color: black;
	font-weight: bold;
	border-radius: 8px;
	border: 1px solid black;
	box-shadow: 2px 2px 2px #666;
	margin: 0 0 0 15px;
	float: left;
	cursor: pointer;
}
.WKP_FORMBUTTON_WK:hover
{
	background: url("button_orange_mirrored.png");
}
a.WKP_FORMBUTTON_WK:hover
{
	text-decoration: none;
}
.WKP_FORM_FLOAT6
{
	margin-left: 5px\9;
}
.sub_form
{
	float: left;
	margin: 15px 0px;
	padding: 0px;
	border: none;
	width: 700px;
	font-size: 12px;
	background: white;
	border-radius: 8px;
	border: 1px solid black;
}
.checkbox_form
{
	border: none;
	margin: 10px 0 0;
	float: left;
	width: 350px;
}
.checkbox_form_float
{
	font-weight: bold;
}
.filter_form
{
	float: left;
}
.karte
{
	float: left;
	margin: 5px;
}
.map_form
{
	display: inline-block;
	margin: 0px 20px 0px 0px;
	width: 330px;
}
.mapSize
{
	width: 730px;
	height: 600px;
	margin: 0px auto;
	border-radius: 8px;
	border: 1px solid black;
	box-shadow: 2px 2px 2px #666;
	overflow: hidden;
	padding: 1px;
}
.search_results
{
	border: 1px solid black;
	border-radius
}
.hit_list
{
	padding: 0px 10px;
	text-align: center;
}
.karte_zusatz
{
	padding: 0;
	overflow: hidden;
	width: 745px;
}
.ansicht_tab_karte1
{
	background: url("form_tab_hover.png");
	float: left;
	padding: 7.5px 10px;
	border-radius: 13px 0px 0px 0px;
	font-size: 13px;
}
.ansicht_tab_karte1:hover
{
	background: url("form_tab.png");
}
.ansicht_tab_karte2
{
	background: url("form_tab.png") ;
	float: left;
	padding: 7.5px 10px;
	border-right: 1px solid;
	border-left: 1px solid;
	text-decoration: none;
	color: #4D4D4D;
	font-size: 13px;
}
.ansicht_tab1
{
	background: url("form_tab.png");
	float: left;
	padding: 7.5px 10px;
	border-radius: 13px 0px 0px 0px;
	font-size: 13px;
}
.ansicht_tab2
{
	background: url("form_tab_hover.png") ;
	float: left;
	padding: 7.5px 10px;
	border-right: 1px solid;
	border-left: 1px solid;
	text-decoration: none;
	color: #4D4D4D;
	font-size: 13px;
}
.ansicht_tab2:hover
{
	background: url("form_tab.png");
}

.ansicht_tab2 a
{
	color: #4d4d4d;
}

.ansicht_tab2 a:hover
{
	text-decoration: none;
}

.WKPListeHeadline
{
	background: url("list_head.png");
	padding: 0px 5px;
	height: 42px;
	width: 335px;
	color: black;
	font-size: 15px;
	float: left;
	overflow: hidden;
}

.WKPListeHeadline a:hover
{
	color: #40a000;
}

.liste_element
{
	width: 345px;
	height: 280px;
	margin: 10px 10px 0px 0px;
	background: white;
	float: left;
	box-shadow: 2px 2px 2px;
	font-size: 10px;
	text-align: left;
	overflow: hidden;
}
.liste_element_selected
{
	width: 345px;
	height: 280px;
	margin: 10px 10px 0px 0px;
	background: white;
	float: left;
	box-shadow: 2px 2px 2px;
	font-size: 10px;
	text-align: left;
	overflow: visible;
}
.list_thumbnail
{
	float: left;
	margin: 5px;
	width: 100px;
	height: 100px;
	cursor: pointer;
}
.list_thumbnail:hover
{
}
.list_panel_adress
{
	float: left;
	margin: 5px;
	font-size: 10px;
	color: black;
	width: 220px;
	height: 75px;
	text-align: center;
	overflow: hidden;
}
.list_panel_info
{
	float: left;
	color: black;
	margin: 5px;
	font-size: 10px;
	width: 335px;
	height: 69px;
	overflow: hidden;
	border-top: 1px solid black;
}
.list_panel_links
{
	float: left;
	margin: 0px 5px 5px;
	width: 100%;
}
.WKPLink
{
	float: left;
	margin-bottom: 5px;
}
.WKPLink:hover
{
	color: #40a000;
}
.WKPIcon
{
	float: left;
	border: none;
}
.green_arrow
{
	background: url("green_arrow.png") no-repeat;
	width: 40px;
	height: 20px;
	float: left;
}
.navigator
{
	font-size: 15px;
	float: left;
	margin: 10px 0px;
	width: 100%;
}

.navigator a
{
	color: #4D4D4D;
}

.navigator a:hover
{
	color: #40A000;
	text-decoration: none;
}

.not_found
{
	float: left;
	margin: 10px 20px;
	width: 700px;
}
.check_kita
{
	float: right;
}
.check_kita:hover
{
	background: url("checkbox_hover.png") no-repeat;
}
.list_panel_links_left
{
	float: left;
	width: 100px;
}
.WKP_AUSWAHLBOX
{
	float: left;
	margin-top: 10px;
	/*background: white;
	margin: 30px 0px;
	border-radius: 8px;
	box-shadow: 2px 2px 8px #666,
				-2px 2px 8px #666,
				2px -2px 8px #666,
				-2px -2px 8px #666; */
}
.WKP_AUSWAHLBOX_INNEN
{
	text-align: center;
}
.selectbox_intern
{
	margin: 10px;
	background: #ffcc58;
	float: left;
	/*border: 1px solid black;*/
}
.selected_box
{
	background: white;
	border-radius: 8px;
	margin: 10px 0px;
	border: 1px solid\0;       /*for IE 8*/
	width: 200px;
	float: left;
	overflow: hidden;
	box-shadow: 1px 1px 2px #b3b3b3,
				-1px 1px 2px #b3b3b3,
				1px -1px 2px #b3b3b3,
				-1px -1px 2px #b3b3b3;
}
.selected_box_image
{
	float: left;
	margin: 0px 0px 5px 5px;
	cursor: pointer;
	width: 100px;
}
.selected_box_head
{
	background: url("list_head.png") repeat;
	margin-bottom: 10px;
	height: 37px;
	overflow: hidden;
	font-size: 13px;
	padding: 1px 0px 1px 1px;
}

.selected_box_head a:hover
{
	color: #40a000;
}

.selected_box_footer
{
	font-size: 11px;
	text-align: left;
	float: left;
	padding: 20px 3px 0px;
	width: 85px;
}
.WKP_WK_Link_Abwaehlen
{
	float: left;
	margin: 0 0 10px 0;
}
.WKP_WK_Link_Abwaehlen:hover
{
	color: #40A000;
}
.WKP_WK_Link_Details
{
	float: left;
}
.WKP_WK_Link_Details:hover
{
	color: #40A000;
}

.verz_tabs
{
	float: left;
	width: 750px;
}

.verz_tabs_oben
{
	float: left;
	width: 100%;
}

.verz_tabs_unten
{
	float: left;
	width: 100%;
}

.suche_tabs_links
{
	float: left;
	background: url("button_orange.png") repeat;
	border: 1px solid black;
	border-radius: 8px 8px 8px 8px;
	color: black;
	text-align: center;
	width: 31%;
	padding: 5px 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	box-shadow: 2px 2px 2px #666666;
}

.suche_tabs_links:hover
{
	background: url("button_orange_mirrored.png") repeat;
}

a.suche_tabs_links:hover
{
	text-decoration: none;
}

.list_headline
{
	margin-top: 10px;
	float: left;
	width: 100%;
}

.alphaLink
{
	color: #DA5201;
}

.alphaLink:hover
{
	text-decoration: underline;
}

.ui-accordion .ui-accordion-header
{
	font-size: 14px;
}

.ui-accordion .ui-accordion-content
{
	font-size: 12px;
}

/* KITA_DETAILS *******************/
.kita_details_profile
{
	border: 1px solid;
	border-radius: 14px;
	background: white;
	padding: 10px;
	color: black;
	font-size: 12px;
	float: left;
	box-shadow: 2px 2px 2px;
	width: 710px;
	margin: 0px 0px 10px;
	position: relative;
}
.kita_details_profile_image_div
{
	float: left;
	width: 100px;
	height: 100px;
}
.kita_details_profile .adress_table
{
	float: left;
	margin-left: 20px;
}
.kita_details_text .adress_table
{
	float: left;
}
.kita_details_profile_image_panel
{
	border: 1px solid;
	border-radius: 14px;
	background: white;
	color: black;
	font-size: 12px;
	float: left;
	box-shadow: 2px 2px 2px;
	width: 730px;
	margin: 0px 0px 10px;
	position: relative;
	overflow: hidden;
}
.kita_details_profile_image
{
	float: left;
}
.WKP_details_section_oeffnungtraeger_headline
{
	float: left;
	width: 100%;
	background: url("list_head.png") repeat;
	height: 26px;
	padding: 8px 10px;
	font-size: 14px;
}
.WKP_details_section_oeffnung_text
{
	float: left;
	padding: 0px 10px 10px;
}
.WKP_details_section
{
	float: left;
	width: 100%;
}
.kita_details_profile_adress
{
	float: left;
	text-align: center;
	height: 75px;
	width: 150px;
	margin: 0px 0px 0px 80px;
}
.kita_details_profile_info
{
	border-top: 1px solid;
	margin: 10px 0px 0px;
	padding: 10px 0px 0px 0px;
	float: left;
	width: 450px;
	height: 85px;
	overflow: hidden;
}
.kita_details_profile_online
{
	float: left;
}
.kita_details_image
{
	float: left;
	width: 400px;
	text-align: center;
	margin-left: 10px;
}
.kita_details_map
{
	float: right;
	width: 250px;
	height: 250px;
}
.map_size_detail_page
{
	height: 250px;
	width: 250px;
}
.kita_details_galerie
{
	float: left;
	width: 300px;
	border-left: 1px solid;
	margin: 0 10px 10px 20px;
	width: 270px;
	min-height: 350px;
}
.tableThumbnails
{
	float: right;
	margin: 0px 10px 10px 0px;
	height: 100px;
	width: 100px;
}
.kita_details_traeger
{
	float: left;
	width: 100%;
}
.vertical_centered
{
	height: 350px;
	float: left;
}
.kita_details_profile_traeger
{
	border: 1px solid;
	border-radius: 14px;
	background: white;
	color: black;
	font-size: 12px;
	float: left;
	box-shadow: 2px 2px 2px;
	width: 396px;
	overflow: hidden;
}
.kita_details_profile_oeffnungszeiten
{
	border: 1px solid;
	border-radius: 14px;
	background: white;
	color: black;
	width: 320px;
	font-size: 12px;
	float: left;
	box-shadow: 2px 2px 2px;
	margin: 0px 10px 10px 0px;
	overflow: hidden;
}
.oeffnung_traeger
{
	float: left;
	margin: 0px 0px 10px 0px;
}
.WKP_details_section_left
{
	float: left;
	margin: 0px 10px 10px;
	width: 340px;
	font-size: 12px;
	color: black;
	font-weight: normal;
}
.kita_details_profile_links
{
	float: left;
	width: 100%;
	bottom: 5px;
}
.add_link_position
{
	float: left;
	margin: 15px 0 0;
}

.WKPValue .link_style:hover
{
	color: #40a000;
}

.WKPLabel
{
	font-weight: bold;
}

.standort
{
	width: 100%;
}

.standort .style_arrow
{
	width: 320px;
}

.betr_form_container
{
	float: left;
}

.WKP_details_section_headline
{
	background: url("list_head.png");
	padding: 8px 10px;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	font-size: 14px;
	height: 26px;
	width: 100%;
}
.kita_details_text
{
	padding: 0px 10px;
	margin: 0px 0px 10px 0px;
	color: black;
	font-size: 12px;
	font-weight: normal;
	float: left;
}
.kita_details_profile_border
{
	float: left;
	background: white;
	border: 1px solid;
	border-radius: 14px;
	box-shadow: 2px 2px black;
	overflow: hidden;
	margin: 0 0 10px;
	width: 100%;
}

.kita_details_team_image
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.kita_details_team_text
{
	float: left;
	margin: 10px 0 10px;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	padding: 0 10px;
}

/*Documents Begin*/
.WKP_dokumente_headline
{
	float: left;
	background: url("list_head.png");
	height: 26px;
	font-size: 100%;
	font-weight: bold;
	padding: 8px 10px;
	width: 100%;
}
.WKP_details_section_dokumente
{
	float: left;
	background: white;
	width: 100%;
}
.einr_dokument_panel
{
	float: left;
	width: 340px;
	margin: 10px;
}
.download_link
{
	color: #4D4D4D;
	float: left;
	font-size: 12px;
	margin-bottom: 10px;
}
.download_link:hover
{
	color: #0EA10E;
}
.WKPIconDownload
{
	float: left;
	margin-right: 10px;
	border: none;
}
.download_beschreibung
{
	float: left;
	font-size: 12px;
	font-weight: normal;
	color: black;
}
/*Documents End*/
/* Routing Begin*/
.details_routing
{
	background: white;
	padding: 10px;
	float: left;
	width: 100%;
}
.details_routing_gmap
{
	float: left;
	width: 330px;
	height: 322px;
	float: left;
}
.details_routing_form
{
	float: left;
	margin-left: 10px;
	width: 370px;
}
.details_routing_form_input
{
	float: left;
	width: 290px;
	margin-bottom: 5px;
	font-size: 12px;
}
.routing_buttons
{
	float: left;
	width: 100%;
}
.WKP_drive_button
{
	background: url("button_orange.png");
	padding: 2px 5px;
	color: black;
	font-weight: bold;
	border-radius: 8px;
	border: 1px solid black;
	box-shadow: 2px 2px 2px #666;
	margin: 0 10px 0 0;
	float: left;
	cursor: pointer;
}
.WKP_drive_button:hover
{
	background: url("button_orange_mirrored.png");
}

a.WKP_drive_button:hover
{
	text-decoration: none;
}
.WKP_walk_button
{
	background: url("button_orange.png");
	padding: 2px 5px;
	color: black;
	font-weight: bold;
	border-radius: 8px;
	border: 1px solid black;
	box-shadow: 2px 2px 2px #666;
	margin: 0 10px 0 0;
	float: left;
	cursor: pointer;
}
.WKP_walk_button:hover
{
	background: url("button_orange_mirrored.png");
}
a.WKP_walk_button:hover
{
	text-decoration: none;
}
.details_routing_text_field
{
	float: left;
	width: 360px;
	height: 150px;
	margin-top: 10px;
	overflow: auto;
	padding: 0 5px;
	border: 1px solid #CDCDCD;
	background: white;
	color: black;
	font-weight: normal;
	font-size: 12px;
}
.routing_description_info
{
	background-color: #FFFFCC;
	border: 1px solid #EEEE00;
	margin-top: 5px;
	padding: 5px;
}
.router_feedback
{
	float: left;
	background-color: #FFF0F0;
	border: 1px solid #FFD0D0;
	color: red;
	margin-top: 10px;
	max-height: 70px;
	overflow: auto;
	padding: 5px;
	width: 360px;
	font-weight: normal;
	font-size: 12px;
}
/* Routing End*/
/*PrintPage Begin*/
.print_page
{
	background: white;
	width: 720px;
	padding: 20px;
	overflow: hidden;
	margin: 60px auto 5px;
}
.print_page_routing_description
{
	margin-top: 20px;
}
.print_page_routing_description_info
{
	border-bottom: 1px solid #E5E5E5;
	margin-top: 5px;
	padding: 2px 5px;
	text-align: left;
}
.print_page_routing_description_even
{
	background-color: #E5E5E5;
	padding: 1px 1px 1px 5px;
	text-align: left;
	min-height: 30px;
}
.print_page_routing_description_uneven
{
	background-color: white;
	padding: 1px 1px 1px 5px;
	text-align: left;
	min-height: 30px;
}
.print_page_warning_element
{
	width: 350px;
	margin: 20px auto 5px;
	padding: 5px;
	border: 1px dotted black;
}
.print_page_adress
{
	text-align: left;
	width: 100%;
	padding: 2px 5px;
}
.print_page_button_panel
{
	position: fixed;
	background: #FFCC58;
	width: 100%;
	overflow: hidden;
	margin: 0px auto 5px;
	top: 0;
	text-align: center;
}
.print_page_button
{
	background: url("button_orange.png");
	padding: 5px 8px;
	color: black;
	font-weight: bold;
	border-radius: 8px;
	border: 1px solid black;
	box-shadow: 2px 2px 2px #666;
	margin: 10px auto;
	cursor: pointer;
}
.print_page_button:hover
{
	background: url("button_orange_mirrored.png");
}
/*PrintPage End*/
/* MAP_DETAILS ********************/
.map_info_head
{
	margin-bottom: 10px;
	height: 20px;
	background: url("list_head_short.png");
	padding: 5px;
}

.map_info_head a:hover
{
	color: #40a000;
}

.map_info_thumbnail
{
	float: left;
	cursor: pointer;
}
.map_info_contact
{
	margin: 0px 0px 0px 10px;
	float:left;
	font-size: 12px;
	font-weight: normal;
	color: black;
	overflow: hidden;
	width: 200px;
}
.map_info_links
{
	border-top: 1px solid black;
	float: left;
	font-size: 11px;
	color: black;
	width: 310px;
	overflow: hidden;
	cursor: pointer;
	padding: 5px 0px;
}
.map_info_link_hover
{
	float: left;
	color: #4D4D4D;
}
.map_info_link_hover:hover
{
	color: #0EA10E;
}
.WKPVorm
{
	float: left;
}
.WKPVorm:hover
{
	float: left;
	color: #0EA10E;
}

.map_info_contact .link_style:hover
{
	color: #40a000;
}

/* TREFFERLISTE_PRINT_PAGE*********/
#listeElement.listeElementPrintPage
{
	width: 645px;
	float: left;
	margin-top: 50px;
	font-size: 12px;
	clear: both;
	margin-left: 5px;
}

#listeElement.listeElementPrintPage .liste_element,
#listeElement.listeElementPrintPage .liste_element_selected
{
	float: left;
	margin: 0 10px 20px 0;
	width: 100%;
	box-shadow: none;
}

#listeElement.listeElementPrintPage .liste_element .list_panel_adress,
#listeElement.listeElementPrintPage .liste_element_selected .list_panel_adress
{
	float: left;
	text-align: center;
	width: 170px;
	padding-left: 10px;
}

#listeElement.listeElementPrintPage .liste_element .list_thumbnail,
#listeElement.listeElementPrintPage .liste_element_selected .list_thumbnail
{
	float: left;
	margin: 5px;
	width: 100px;
	height: 100px;
	cursor: pointer;
}

#listeElement.listeElementPrintPage .liste_element .list_panel_info,
#listeElement.listeElementPrintPage .liste_element_selected .list_panel_info
{
	float: left;
	width: 320px;
	border: none;
	padding-left: 10px;
}

#listeElement.listeElementPrintPage .liste_element .list_panel_info p,
#listeElement.listeElementPrintPage .liste_element_selected .list_panel_info p
{
	margin-top: 0;
}

.paper_body
{
	float: left;
	width: 660px;
	border: 1px solid #000;
	margin-top: 50px;
	margin-left: 20px;
	margin: 50px 0 20px 20px;
	box-shadow: 2px 2px 2px;
	background-color: #fff;
}

.body_print_page
{
	text-align: center;
}

.paper_body h2
{
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}
/* TREFFERLISTE_PRINT_PAGE ********/


.print_page_description
{
	float: left;
	width: 625px;
	border: 1px dotted #000;
	margin-left: 5px;
	padding: 10px;
	font-size: 13px;
	text-align: left;
}

.print_page_description h3
{
	margin: 0;
	font-size: 14px;
	padding-top: 5px;
	text-decoration: underline;
	margin-bottom: 5px;
}

.paper_body .WKPListeHeadline
{
	width: 100%;
	background: none;
	border-bottom: 1px solid #000;
	height: 30px;
	font-size: 14px;
}

.paper_body .liste_element
{
	border: 1px solid #000;
	height: 120px;
}

.listeElementPrintPage
{
	width: 650px;
	float: left;
}

.listeElementPrintPage .liste_element
{
	float: left;
	margin: 0 10px 20px 0;
	width: 47%;
}

.listeElementPrintPage .liste_element .list_panel_adress
{
	float: left;
	text-align: center;
	width: 150px;
}

.listeElementPrintPage .liste_element .list_thumbnail
{
	float: left;
	margin: 5px;
	width: 100px;
	height: 100px;
	cursor: pointer;
}

.listeElementPrintPage .liste_element .list_panel_info
{
	width: 95%;
	border-top: 2px solid #000000;
}

.hitlist_print_button_container
{
	width: 200px;
	height: 30px;
	float: left;
	padding-top: 2px;
	margin: 10px 250px 0px 270px;
}

.alphabetic_links
{
	margin-bottom: 10px;
}

.search_form .WKP_FORM_FLOAT
{
	margin-bottom: 10px;
}

.hitlist_print_button_container .print_page_button
{
	text-decoration: none;
	float: left;
	margin: 0;
}

h3.ui-accordion-header
{
	margin: 0 !important;
}

/* VORANMELDUNG ******************/
.corner_top
{
	background: url(bread_crump.png);
	width: 100%;
	height: 30px;
	margin-top: 10px;
	padding: 0px;	
}
.WKP_FORM_FLOAT_RADIO
{
	float: left;
	width: 100%;
}

.wohnsitz_form_radio
{
	float: left;
	width: 720px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid black;
}
.voranm_tab_active
{
	float: left;
	padding: 6px 0px;
	height: 30px;
	color: black;
	font-size: 11px;
	margin: 0px;
	width: 122px;
	text-align: center;
	font-weight: bold;
	display: inline;
	
}
.voran_kita_button_span
{
	float: left;
}
.voranm_tab_deactivated
{
	float: left;
	padding: 6px 0px;
	height: 30px;
	color: black;
	font-size: 11px;
	margin: 0px;
	width: 122px;
	text-align: center;
	font-weight: normal;
	display: inline;
}
.WKP_FORM_FLOAT_SELECT
{
	float: left;
	width: 150px;
}
.WKP_FORM_FLOAT_TEXT
{
	float: left;
	height: 50px;
	margin: 0 20px 10px 0;
}
.voran_kita_text
{
	float: left;
	padding-right: 20px;
}
.voranm_tab_passed
{
	float: left;
	padding: 6px 0px;
	height: 30px;
	color: #86B632;
	font-size: 11px;
	margin: 0px;
	width: 122px;
	text-align: center;
	font-weight: bold;
	display: inline;
}
.text_field_voranm_kitas
{
	float: left;
	padding-right: 20px;
	margin-bottom: 20px;
}
.text_field
{
	float: left;
	background: white;
	border-radius: 14px;
	border: 1px solid black;
	padding: 10px;
	margin-top: 10px;
	margin-right: 20px;
}
.text_field_zus
{
	float: left;
	background: white;
	border-radius: 14px;
	border: 1px solid black;
	padding: 10px;
	margin: 10px 10px 0px 0px;
	min-width: 320px;
	overflow: hidden;
	font-weight: normal;
	min-height: 230px;
	color: black;
	width: 700px;
}
.s2_erfassen
{
	margin-top: 10px;
}
.sorge_Ber_text
{
	margin-bottom: 10px;
}
.error_message
{
	color: red;
}

.kita_choose_buttons
{
	float: right;
	width: 220px;
}
.WKP_FORM_FLOAT_VORANM
{
	width: 330px;
	float: left;
	margin: 10px 15px 0 0;
}
.WKP_FORM_FLOAT_ZUSS
{
	float: left;
	min-height: 100px;
	width: 100%;
	margin: 0px 55px 0 0;
	border-bottom: 1px solid black;
	padding-bottom: 10px;
}
.FLOAT_ZUSS
{
	float: left;
	margin-right: 10px;
}
.ZFLabel
{
	float: left;
	font-weight: bold;
	clear: both;
	margin-right: 10px;
	font-size: 11px;
}
.ZFValue
{
	float: left;
	font-size: 11px;
}
.Zuss_Panel_Size
{
	float: left;
	width: 325px;
}

.WKP_FORM_DATENSCHUTZ
{
	float: left;
}

.datenschutz_text
{
	float: left;
	height: 400px;
	width: 98%;
	border: 1px solid #cccccc;
	padding: 5px;
	overflow: auto;
	background: #ffffff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
}

.WKP_FORM_FLOAT_DATENSCHUTZ
{
	float: left;
	width: 100%;
	margin: 10px 0;
}

.datenschutz_headline
{
	float: left;
	width: 200px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-bottom: none;
	text-align: center;
	margin: 10px 500px 0 0;
	padding: 2px 0;
	font-size: 16px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
/* FOOTER *************************/
#footer
{
	background: #cdcdcd;
	width: 1014px;
	height: 50px;
	margin: 30px auto 10px auto;
	margin-bottom: 10px;
	float: left;
	box-shadow: 1px 1px 2px #b3b3b3,
				-1px 1px 2px #b3b3b3,
				1px -1px 2px #b3b3b3,
				-1px -1px 2px #b3b3b3;
}
#footer_links
{
	float: left;
	width: 100%;
	margin-top: 12.5px;
	text-align: center;
}
#footer_links a
{
	text-decoration: none;
	color: #4d4d4d;
}
#footer_links a:hover
{
	border-bottom: 3px solid orange;
}
.webkita_version
{
	float: right;
	margin: 0px 10px;
	color: #4d4d4d;
	font-size: 11px;
}

.webkita_version a
{
	color: #4d4d4d;
}

.webkita_version a:hover
{
	text-decoration: none;
}

/*****************************IE 7 Hacks***************************/
*+html  .search_buttons
{
	border: none;
}
*+html  .search_buttons:hover
{
	border: none;
}
*+html .selected_box
{
	border: 1px solid;
	background: white;
	margin: 10px 0px;
	width: 200px;
	float: left;
	overflow: hidden;
}
*+html .style_arrow
{
	height: 22px;
}
*+html .WKP_FORMSELECT
{
	height: 24px;
	width: 100%;
}
*+html .WKP_FORMTEXT
{
}
*+html .WKP_FORMTEXT18
{
	height: 20px;
}
*+html .WKP_FORMTEXT6
{
	height: 20px;
}
*+html .WKP_FORMTEXT12
{
	height: 20px;
}
*+html .kita_details_profile_links
{
	float: left;
	left: 5px;
}
*+html .kita_choose_buttons
{
	width: 210px;
	height: 160px;
}
*+html .filter_form
{
	width: 730px;
}
*+html .map_form
{
	float: left;
	margin-right: 30px;
}
*+html .WKP_FORMBUTTON_KITA_VORAN
{
	height: 20px;
	margin-left: 10px;
}