	/* @override 
	http://www.villa-westfalia.de/files/css/style.css?preview2
	http://www.villa-westfalia.de/files/css/style.css
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700);

* {
	outline: 0;	
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 140%;
}

a {
	text-decoration: none;
	color: #5ca4aa;
}

h1 {
	color: #5ca4aa;
	padding-bottom: 10px;
	font-size: 22px;
	margin-top: 0;
	line-height: 27px;
}

h2 {
	color: #5ca4aa;
	font-size: 16px;
	margin-bottom: 10px;
}

a:hover {
	color: black;
}

.float_left {
	float: left;
}

.clear,#clear {
	height:.1px;
	font-size:.1px;
	line-height:1px;
	clear:both
}

.invisible {
	display: none;
}

#wrapper {
	margin-top: 30px;
}

#hauptnavi {
	padding-left: 190px;
	width: 210px;
}

/* @group Header */

#header .trail {
	color: black;
}	

/* @end */

/* @group Main */

#main .inside {
	padding-bottom: 20px;
	padding-right: 20px;
	padding-top: 16px;
}

#main ul li {
	padding-top: 6px;
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 17px;
}

/* @group Accordion */

#main .ce_accordion {
	margin-bottom: 10px;
}

#main .accordion div {
	/*background-color: rgba(92,164,170,0.2);*/
	/*padding: 10px 10px 1px;*/
	/*border-radius: 4px*/
}

#main .toggler {
	color: #5ca4aa;
	padding-bottom: 8px;
	font-size: 16px;
	background: url(../images/toggler/main_closed.png) no-repeat 0 3px;
	padding-left: 18px;
}

#main .toggler.active,
#main .toggler:hover {
	background: url(../images/toggler/main_closed_hover.png) no-repeat 0px 3px;
	color: black;
	cursor: pointer;
}

#main .toggler.active {
	background: url(../images/toggler/main_open.png) no-repeat 0 2px;
}

/* @end */

/* @end */

/* @group Left */

#left {
	padding-top: 20px;
}

#left .mod_navigation {
	line-height: 240%;
	position: absolute;
}

#left .mod_article {
	padding-top: 1px;
}

#left .mod_navigation span.active {
	background-color: black;
	color: white;
	padding: 4px 12px;
}

#left .mod_navigation a {
	background-color: #5ca4aa;
	color: white;	
	padding: 4px 12px;
}

#left .mod_navigation a:hover {
	background-color: black;
}

/* @end */

/* @group Footer */

#footer {
	background-color: #5ca4aa;
	color: white;
}

#footer .ce_text {
	/*padding-left: 360px;*/
}

#footer .ce_text p {
	padding-top: 10px;
}

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

#footer a:hover {
	color: black;
}

#footer .mod_dlh_googlemaps.block {
	/*padding-left: 360px;*/
	/*margin-top: 10px;*/
}

#footer h1 {
	margin: 0;
	background-color: black;
	color: white;
	padding-top: 10px;
	padding-bottom: 13px;
	text-align: center;
	/* padding-left: 360px; */
}

#footer .ce_accordion.ce_text.block {
	padding-bottom: 10px;
		
}

#footer .ce_accordion {
	padding-top: 10px;
		
}

#footer .ce_accordion p {
	margin: 0 0 7px;
	padding: 0;
	padding-left: 20px;
	color: black;
}

#footer .toggler {
	background: url(../images/toggler/footer_closed.png) no-repeat 0 4px;
	color: white;
	font-size: 12px;
	padding-left: 14px;
	margin-left: 20px;

}

#footer .toggler:hover {
	background: url(../images/toggler/footer_closed_hover.png) no-repeat 0 4px;	
	color: black;
	cursor: pointer;
}

#footer .toggler.active {
	background: url(../images/toggler/footer_open.png) no-repeat 0 3px;	
	color: black;
	font-weight: bold;
}

#footer .accordion div {
	padding-top: 6px;
}

/* @end */

/* @group Startseite */

#home div.ce_text.block {
	margin-left: 360px;
	margin-bottom: 20px;
}

.startseite .ce_image.block {
	float: left;
}

.startseite .ce_image.block h2 {
	font-size: 14px;
	position: absolute;
	margin: 0;
	width: 306px;
	background-color: rgba(92,164,170,0.8);
	color: white;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.startseite .ce_image.block h2:hover {
	background-color: rgba(0,0,0,0.8);
}

div#home.mod_article.block {
	width: 960px;
}

/* @end */

/* @group Kontaktformular */

.formbody h2 {
	margin-bottom: 10px;
}

.formbody td {
	padding-bottom: 6px;
	padding-right: 6px;
}

.formbody span.mandatory {
	color: #5ca4aa;
	margin-left: 2px;
}

.formbody input {
	margin-bottom: 2px;
}

.formbody p.error {
	color: #941100;
	font-weight: bold;
	padding-top: 4px;
	margin-bottom: 4px;
}

.formbody .col_0 {
	padding-top: 2px;
}


/* @end */

div.routinglink {
	color: black;
	line-height: 200%;
}

div.routinglink a {
	color: #5ca4aa !important;
	font-weight: bold;
	text-decoration: none !important;
	padding-right: 2px;
}

div.routinglink a:hover {
	color: black !important;
}

div.routinglink input {
	margin-bottom: 6px;
}

/* @group Mobile Version */

.header_mobil {
	display: none;
}

@media screen and (max-width: 760px) {
	
	#header {
		display: none;
	}
	.header_mobil {
		display: block;
		width: 100%;
	}
	body {
		padding: 10px;
	}
	#wrapper {
		margin: 0;
	}
	#left .mod_navigation li {
		display: inline;
	}
	#left {
		min-height: 28px;
	}
	#footer .ce_text {
		padding-left: 10px;
	}
	#footer h1 {
		padding-left: 10px;
	}
	#footer .mod_dlh_googlemaps.block {
		padding-left: 10px;
	}
	#main ul li {
		margin-left: 0;
		padding: 0;
	}
	.mod_navigation {
		font-weight: bold;
	}

	#home div.ce_text.block {
		margin: 0;
		width: 300px;		
	}
	
	div#home.mod_article.block {
		width: 100%;
	}

	#home div.ce_image.block figure.image_container{
		margin-right: 10px !important;
		margin-bottom: 10px !important;	
	}
}

@media screen and (min-width: 760px) {
	
	#footer_box_1 {
		float: left;
		margin-left: 360px;
	}

	#footer_box_2 {
		float: left;
		padding-left: 30px;
		padding-top: 89px;
	}
}

/* @end */
