﻿/**************************
File : webKITA.css
Mandant : Neu-Anspach
**************************/

/**************************
	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%;
	margin: 0;
	padding: 0;
}

body 
{
	background: #333333 url("img1.gif") repeat-y scroll center top;
	color: #666666;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: small !important;
	font-weight: normal;
	margin: 0;
}

#container
{
	height: 100%;
	margin: 0 auto;
	text-align: left;
	width: 978px;
}

.wk_content_center .wk_breadcrumb
{
	color: #666;
	font-size: 13px;
	margin: -4px 0 4px 1px;
}
.wk_content_center .wk_breadcrumb a
{
	color: #8ca640;
	font-weight: normal;
	text-decoration: none;
}

.wk_content_center .wk_breadcrumb a:hover
{
	text-decoration: underline;
}

li
{
	margin-right: 25px;
}
a:Link:Hover
{
}
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
{
	color: #8ca640;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
/* HEADER *************************/
#header
{
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	background-color: #fff;
}

#header table
{
	border: 0 none;
	margin: 0;
	width: 100%;
	padding: 0;
	height: 100%;
	border-collapse: collapse;
}

#header table tr
{
	border: 0 none;
	margin: 0;
	padding: 0;
}

#header table tr td
{
	vertical-align: top;
	border: 0 none;
	margin: 0;
	width: 100%;
	padding: 0;
	float: left;
}

#header table tr td ul
{
	font-family: Cambria, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 1.5em;
	list-style-type: square;
	padding: 0;
	margin: 0;
}

#header table tr td ul li
{
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	box-shadow: 0 0 8px #555;
	display: block;
	float: left;
	height: 167px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: relative;
}

#header table tr td ul li.wk_first_element.close
{
	background: rgba(0,0,0,0) url("RathausPolitikNeu_scaled.jpg");
	width: 167px;
}

#header table tr td ul li.wk_third_element.close
{
	background: rgba(0,0,0,0) url("SparkBerlin-KulturFreizeit_scaled.JPG");
	width: 167px;
}

#header table tr td ul li.wk_fourth_element.close
{
	background: rgba(0,0,0,0) url("WirtschaftBauen2_scaled.jpg");
	width: 167px;
}

#header table tr td ul li.wk_fifth_element.close
{
	background: rgba(0,0,0,0) url("UmweltEnergie_scaled.jpg");
	width: 167px;
}

#header table tr td ul li.wk_second_element
{
	background: rgba(0,0,0,0) url("FamilieBildung_scaled.jpg");
	width: 298px;
}

#header table tr td ul li.wk_second_element .active
{
	background: transparent url("bgDescription.png") repeat-x scroll left top;
	bottom: 0;
	height: 180px;
	left: 0;
	position: absolute;
	width: 100%;
	display: block;
}

#header table tr td ul li .heading
{
	background-color: #fff;
	color: #444;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	opacity: 0.9;
	text-align: center;
	text-shadow: -1px -1px 1px #ccc;
	text-transform: uppercase;
	margin-top: 90px;
	height: 45px;
	padding: 0 10px;
	display: block;
}

/* HEADER_LOGO ********************/

/* HEADER_NAVIGATION **************/
.wk_main_top_menu
{
	background: #cf6920 url("img2.gif") repeat-x scroll 0 0;
	font-family: Cambria, serif;
	height: 34px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.wk_main_top_menu table
{
	border: 0 none;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
	padding: 0;
}

.wk_main_top_menu table tr
{
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wk_main_top_menu table tr td
{
	border: 0 none;
	margin: 0;
	text-align: left;
	vertical-align: top;
	padding: 0;
	width: 100%;
}
.wk_main_top_menu table tr td ul
{
	width: 100%;
	padding: 0;
	margin-left: 0;
}

.wk_main_top_menu table tr td ul li
{
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
}

.wk_main_top_menu table tr td ul li a
{
	color: #e4f9ff;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 26px;
	margin: 0;
	padding: 8px 20px 0;
}

.wk_main_top_menu table tr td ul li a.first
{
	padding-left: 12px;
}

.wk_main_top_menu table tr td ul li a.active
{
	background-color: #c95102;
	color: #fff;
	height: 26px;
}

.wk_main_top_menu table tr td ul li a:hover
{
	background-color: #c95102;
	border-bottom: 3px solid #dc915c;
	color: #fff;
	height: 23px;
	text-decoration: none;
}

/* MENU ***************************/

.wk_menu
{
	border-collapse: collapse;
	height: 100%;
	margin: 0;
	background-color: #fff7e0;
	padding: 4px 0;
	vertical-align: top;
}

.wk_menu .wk_navigation
{
	padding: 8px;
}

.wk_menu .wk_navigation ul
{
	color: #666;
	list-style-type: square;
	margin: 0 0 0 -2px;
	padding: 0 0 0 20px;
	text-align: left;
	width: 197px;
}

.wk_menu .wk_navigation ul li
{
	padding: 5px 4px;
}

.wk_menu .wk_navigation ul li.cur a
{
	color: #000;
}

.wk_menu .wk_navigation ul li a
{
	color: #cd6216;
	font-weight: bold;
	text-decoration: none;
}

.wk_menu .wk_navigation ul li a:hover
{
	text-decoration: underline;
}

/* CONTENT ************************/
.wk_content
{
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

.wk_content table
{
	margin: 0;
	padding: 0;
	border: 0 none;
	border-collapse: collapse;
	height: 100%;
	table-layout: fixed;
	width: 100%;
}

.wk_content table tr
{
	margin: 0;
	padding: 0;
}

.wk_content .wk_content_center
{
	margin: 0;
	border-collapse: collapse;
	padding: 18px;
	vertical-align: top;
	width: 734px;
}

.default_form
{
	border: 1px solid black;
	padding: 10px 9px 20px;
	margin: 10px 1px;
	font-size: 13px;
	float: left;
	background-color: #fff7e0;
}
.default_form_search_result
{
}
.default_form_radius_search
{
	border: 1px solid black;
	background: #fff7e0;
	margin: 10px 1px;
	font-size: 13px;
	float: left;
}
.default_form_tabs
{
	border: 1px solid black;
	padding: 0px;
	background-color: #fff7e0;
	margin: 10px 1px;
	font-size: 13px;
	float: left;
	overflow: hidden;
	width: 735px;
}
.erg_top
{
	float: left;
	margin: 10px 0 0 215px;
}
.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 #cd6216;
	outline-width: 0;
}
.WKP_FORMTEXT[disabled]
{
	background: #dcdcdc;
}
.WKP_FORM_FLOAT1
{
	float: left;
	width: 350px;
	margin-top: 5px;
}
.WKP_FORM_FLOAT6
{
	float:	left;
	margin:	5px 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 #cd6216;
	outline-width: 0;
}
.WKP_FORMTEXT6[disabled]
{
	background: #dcdcdc;
}
.WKP_FORM_FLOAT12
{
	float: left;
	margin: 5px 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 #cd6216;
	outline-width: 0;
}
.WKP_FORMTEXT12[disabled]
{
	background: #dcdcdc;
}
.WKP_FORM_FLOAT18
{
	float: left;
	margin: 5px 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 #cd6216;
	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: 12px;
	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;
	margin-top: 5px;
}

.WKP_FORM_FLOAT p
{
	float: left;
	width: 320px;
	margin: 0px 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;
}

.WKP_FORMBUTTON a
{
	color: #cd6216;
}
.back_button
{
	float: left;
}
.WKP_FORMBUTTON
{
}
.WKP_FORMBUTTON:hover
{
}

.WKP_FORMBUTTON a
{
}
.WKP_FORMFEEDBACK
{
	float: left;
	margin-bottom: 10px;
}
.feedbackPanel
{
	border: 1px solid #800000;
	padding: 5px;
	background: #FFF0F0;
}
.feedbackPanelERROR
{
	color: red;
	list-style: 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;
	border-top: 1px solid #000;
}
.map_form
{
	display: inline-block;
	margin: 0px 20px 0px 0px;
	width: 210px;
}
.map_form .select_choice
{
	width: 220px;
}

.mapSize
{
	width: 745px;
	height: 600px;
	overflow: hidden;
}
.search_results
{
	border: 1px solid black;
	border-radius
}
.hit_list
{
	padding: 0px 10px;
	text-align: center;
}
.karte_zusatz
{
	padding: 0;
	overflow: hidden;
	width: 735px;
}
.ansicht_tab1,
.ansicht_tab_karte1
{
	border-right: 1px solid #000;
	margin-right: 20px;
	padding-right: 20px;
	float: left;
}

.ansicht_tab2,
.ansicht_tab_karte2
{
	float: left;
}

.ansicht_tab2 a
{
	color: #cd6216;
}

.ansicht_tab2 a:hover
{
	text-decoration: underline;
}

.WKPListeHeadline
{
	background: url("list_head.png");
	padding: 0px 5px;
	height: 42px;
	width: 335px;
	color: black;
	font-size: 15px;
	float: left;
	overflow: hidden;
}

.WKPListeHeadline a
{
	color: #cd6216;
}

.liste_element
{
	width: 345px;
	height: 280px;
	margin: 10px 10px 0px 0px;
	background: white;
	float: left;
	font-size: 12px;
	text-align: left;
	overflow: hidden;
	border: 1px solid #666666;
}
.liste_element_selected
{
	width: 345px;
	height: 280px;
	margin: 10px 10px 0px 0px;
	background: white;
	float: left;
	box-shadow: 2px 2px 2px;
	font-size: 12px;
	text-align: left;
	overflow: visible;
	border: 1px solid #666666;
}
.list_thumbnail
{
	float: left;
	margin: 5px;
	width: 100px;
	height: 100px;
	cursor: pointer;
}
.list_thumbnail:hover
{
}
.list_panel_adress
{
	float: left;
	margin: 5px;
	font-size: 12px;
	color: black;
	width: 220px;
	height: 75px;
	text-align: center;
	overflow: hidden;
}
.list_panel_info
{
	float: left;
	color: black;
	margin: 5px;
	font-size: 12px;
	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;
}
.WKPIcon
{
	float: left;
	border: none;
}
.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;
	margin: 10px 4px;
	border: 1px solid\0;       /*for IE 8*/
	width: 200px;
	float: left;
	overflow: hidden;
	box-shadow: 2px 2px 2px;
}
.selected_box_image
{
	float: left;
	margin: 0px 0px 5px 5px;
	cursor: pointer;
	width: 100px;
}
.selected_box_head
{
	margin-bottom: 10px;
	overflow: hidden;
	font-size: 13px;
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #cd6216;
}

.selected_box_head a
{
	color: #cd6216;
}

.selected_box_head img
{
	margin-right: 5px;
}

.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_Details
{
	float: left;
}

.verz_tabs
{
	float: left;
	width: 100%;
}

.verz_tabs_oben
{
	float: left;
	width: 100%;
}

.verz_tabs_unten
{
	float: left;
	width: 100%;
}

.suche_tabs_links
{
	background-color: #fff7e0;
	border: 1px solid #000;
	width: 31%;
	padding: 10px 0;
	margin: 5px;
	text-align: center;
	float: left;
	color: #cd6216;
}

.suche_tabs_links.active
{
	color: #000;
}

.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
{
	background: white;
	padding: 10px;
	color: black;
	font-size: 12px;
	float: left;
	width: 710px;
	margin: 20px 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;
	width: 500px;
}

.adress_table .WKP_Table_Label
{
	width: 140px;
}

.kita_details_text .adress_table
{
	float: left;
}
.kita_details_profile_image_panel
{
	background: white;
	color: black;
	font-size: 12px;
	float: left;
	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%;
	height: 26px;
	padding: 8px 10px;
	font-size: 18px;
	border-bottom: 1px solid #cd6216;
}
.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_image_panel td
{
	float: left;
}

.kita_details_profile_traeger
{
	background: white;
	color: black;
	font-size: 12px;
	float: left;
	width: 396px;
	overflow: hidden;
}
.kita_details_profile_oeffnungszeiten
{
	background: white;
	color: black;
	width: 320px;
	font-size: 12px;
	float: left;
	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;
}

.WKPLabel
{
	font-weight: bold;
}

.form_header
{
	font-weight: bold;
}

.standort
{
	width: 100%;
	float: left;
}

.standort .style_arrow
{
	width: 320px;
}

.betr_form_container
{
	float: left;
}

.WKP_details_section_headline
{
	padding: 8px 10px 2px;
	font-size: 18px;
	height: 26px;
	width: 100%;
	border-bottom: 1px solid #cd6216;
}
.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;
	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
{
	float: left;
	margin-bottom: 10px;
}
.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,
.WKP_walk_button
{
	background-color: #fff7e0;
	border: 1px solid #000;
	color: #cd6216;
	padding: 10px;
	margin: 0 10px 0 0;
	text-align: center;
	float: left;
}
.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;
	text-align: center;
}
/* 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;
	text-align: center;
}
.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;
	height: 50px;
}
.print_page_button
{
	margin-top: 13px;
}
.print_page_button:hover
{
	cursor: pointer;
}
/*PrintPage End*/
/* MAP_DETAILS ********************/
.map_info_head
{
	margin-bottom: 10px;
	height: 20px;
	padding: 5px;
	border-bottom: 1px solid #cd6216;
}

.map_info_head a
{
	color: #cd6216;
}

.wk_content .map_info_contact_image table
{
	width: auto;
}

.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;
}
.WKPVorm
{
	float: left;
}

/* 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 290px;
}

.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 li
{	
	list-style: none;
	margin: 0;
}

.corner_top
{
	width: 600px;
	height: 30px;
	margin-top: 10px;
	padding: 0px;
	margin-left: 150px;
}

.corner_top li div
{
	text-shadow: 1px 1px 0 #FFFFFF;
}
.begin
{
	background: url("breadcrump_start.png") no-repeat scroll left 0 transparent;
	float: left;
	height: 24px;
	padding-left: 14px;
}
.corner_top .last
{
	background: url("breadcrump_end.png") no-repeat scroll left -2px transparent;
	width: 10px;
	height: 24px;
	float: left;
}
.bc_panel
{
	background: url("breadcrump_end_begin.png") no-repeat scroll left -1px transparent;
	float: left;
	height: 24px;
	padding-left: 14px;
}
.voranm_tab_deactivated
{
	background: url("breadcrump_central.png") repeat-x scroll -38px 0 transparent;
	float: left;
	padding: 3px 5px 0;
	color: black;
	font-size: 11px;
	margin: 0 0 0 0px;
	text-align: center;
	font-weight: normal;
	display: inline;
	height: 24px;
}

.voranm_tab_active
{
	float: left;
	padding: 3px 5px 0;
	color: #509D51;
	font-size: 13px;
	margin: 0px 0 0 0px;
	text-align: center;
	font-weight: bold;
	height: 24px;
	display: inline;
	background: url("breadcrump_central.png") repeat-x scroll -38px 0 transparent;
	
}

.voranm_tab_passed
{
	background: url("breadcrump_central.png") repeat-x scroll -38px 0 transparent;
	float: left;
	padding: 3px 5px 0;
	color: #6B6A6A;
	font-size: 11px;
	margin: 0;
	text-align: center;
	font-weight: normal;
	display: inline;
	height: 24px;
}

.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: 4px 0px;
	height: 30px;
	color: black;
	font-size: 13px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	display: inline;
	
}
.voran_kita_button_span
{
	float: left;
}
.voranm_tab_deactivated
{
	float: left;
	padding: 4px 0px;
	height: 30px;
	color: black;
	font-size: 13px;
	margin: 0px;
	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: 4px 0px;
	height: 30px;
	color: #86B632;
	font-size: 13px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	display: inline;
}
.text_field_voranm_kitas
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cd6216;
}
.text_field
{
	float: left;
	background: white;
	border: 1px solid black;
	padding: 10px;
	margin-top: 10px;
	margin-right: 20px;
	width: 690px;
}

.WKP_FORM_FLOAT.add_kita_button
{
	margin-top: 15px;
}

.WKP_FORM_FLOAT.add_kita_button a
{
	color: #cd6216;
}

.text_field_zus
{
	float: left;
	background: white;
	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: 693px;
}
.s2_erfassen
{
	margin-top: 10px;
}
.sorge_Ber_text
{
	margin-bottom: 10px;
}
.error_message
{
	color: red;
}

.kita_choose_buttons
{
	float: right;
	width: 220px;
}

.kita_choose_buttons .WKP_FORMBUTTON_KITA_VORAN
{
	background-color: #fff;
	border: 1px solid #000;
	color: #cd6216;
	float: right;
	margin: 2px;
	padding: 10px;
	text-align: center;
}

.WKP_FORMBUTTON_KITA_VORAN.voran_button_pdf
{
	margin-left: 130px;
	margin-top: 50px;
}

.kita_choose_buttons a.WKP_FORMBUTTON_KITA_VORAN span:hover
{
	text-decoration: underline;
}

.kita_choose_buttons .WKP_FORMBUTTON_KITA_VORAN
{
	width: 160px;
}

.kita_choose_buttons span.WKP_FORMBUTTON_KITA_VORAN
{
	color: #000;
}

.WKP_FORM_FLOAT_VORANM
{
	width: 330px;
	float: left;
	margin: 10px 15px 0 0;
}

.WKP_FORM_FLOAT_ZUSS.Zuss_last
{
	padding-top: 10px;
}

.GS_Kind_Container
{
	background: #fff;
	border: 1px solid #9a9b9f;
	box-shadow: 2px 2px 2px;
	width: 98%;
}

.WKP_FORM_FLOAT_ZUSS.Zuss_last
{
	width: 98%;
}

.WKP_FORM_FLOAT_ZUSS.Zuss_last .Zuss_Kita_Container
{
	background: #fff;
	width: 100%;
	border: 1px solid #9a9b9f;
	box-shadow: 2px 2px 2px;
}
.WKP_FORM_FLOAT_ZUSS.Zuss_last .Zuss_Kita_Container .ZFLabelValue
{
	padding: 0 5px;
}

.GS_Kind_Container h4, .Zuss_Panel_Size h4, .Zuss_Kita_Container h4
{
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid #cd6216;
	margin-bottom: 5px;
}

.voranm_kita_zuss .Zuss_Kita
{
	padding: 5px;
	border-bottom: 1px solid #9a9b9f;
}

.WKP_FORM_FLOAT_ZUSS
{
	float: left;
	min-height: 100px;
	width: 100%;
	margin: 10px 55px 0 0;
	padding-bottom: 10px;
}

.Zuss_Panel_Size
{
	float: left;
	width: 295px;
	background-color: #fff;
	margin-right: 15px;
	box-shadow: 2px 2px 2px;
	padding-bottom: 5px;
	border: 1px solid #9a9b9f;
}

.Zuss_Panel_Size.GS_Kind
{
	padding: 0;
	box-shadow: none;
}

.Zuss_Panel_Size .ZFLabelValue
{
	padding: 0 5px;
	float: left;
	width: 98%;
	margin-bottom: 2px;
}

.Zuss_Panel_Size.GS_Kind .ZFLabelValue
{
	float: left;
	background-color: #fff;
	width: 310px;
	padding: 0 5px;
}

.Zuss_Panel_Size .ZFLabelValue .ZFLabel
{
	font-weight: bold;
	float: left;
	margin-right: 5px;
}

.Zuss_Panel_Size .ZFLabelValue .ZFValue
{
	float: left;
}

.Zuss_Panel_Size.GS_Kind.GS1,
.Zuss_Panel_Size.GS_Kind.GS3,
.Zuss_Panel_Size.GS_Kind.GS2,
.Zuss_Panel_Size.GS_Kind.GS4
{
	border: none;
}

div.Zuss_Panel_Size.GS_Kind.GS1,
div.Zuss_Panel_Size.GS_Kind.GS2
{
	margin-bottom: 30px !important;
	margin-top: 10px;
}

.voranm_kita_zuss
{
	padding-bottom: 5px;
	font-size: 12px;
}

.ZFLabel
{
	float: left;
	font-weight: bold;
	clear: both;
	margin-right: 10px;
	font-size: 12px;
}
.ZFValue
{
	float: left;
	font-size: 11px;
}
.Zuss_Panel_Size
{
	float: left;
	width: 325px;
}

.WKP_FORM_FLOAT_ZUSS.GS_Kind_Container
{
	width: 98%;
}

.WKP_FORM_DATENSCHUTZ
{
	float: left;
	width: 100%;
}

.datenschutz_text
{
	float: left;
	height: 400px;
	width: 98%;
	border: 1px solid #cccccc;
	padding: 5px;
	overflow: auto;
	background: #ffffff;
}

.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;
}
/* FOOTER *************************/
#footer
{
	width: 100%;
	float: left;
	height: 100%;
}
#footer_links
{
	float: left;
	width: 100%;
	margin-top: 12.5px;
	padding-bottom: 12.5px;
	text-align: right;
}

#footer_links ul
{
	margin-right: 25px;
}

#footer_links a
{
	text-decoration: none;
	color: #cd6216;
}

#footer_links a:hover
{
	text-decoration: underline;
}

/*****************************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;
}