/* 


CSS coded by Mucona Media 

http://www.mucona-media.de/

Never remove this text 

*/


/* Browser 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	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: "" "";
}


/* thx @meyerweb */




/* box medell */



body {
	background: url("../img/bg_back.jpg") repeat 0 0 transparent;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 24px;
	
}


#wrapper {
	
	
}

#container {
	margin: 0 auto;
	width: 934px;
	
}


#header {
	background:url("../img/logo.png") no-repeat scroll left center transparent;
	height:75px;
	width:928px;
}

#content {

	background:url("../img/bg_main.png") repeat scroll 0 0 transparent;
	float:left;
	margin:0 auto 10px;
	min-height:100px;
	width:934px;
}

#cols {

	float:left;
	margin-left:22px;
	/*min-height:640px;*/
	width:890px;
	padding-bottom:20px;
}

#col1 {
	width: 581px;
	float: left;
	
}

#col2 {
	background:none repeat scroll 0 0 #F7F7F7;
	border-bottom:2px dashed #F8DCCF;
	border-left:2px dashed #F8DCCF;
	float:left;
	min-height:400px;
	width:307px;
}


#footer {
	background:url("../img/logo_klein.png") no-repeat scroll center right #F8D5C4;
	float:left;
	height:45px;
	margin-left:6px;
	width:922px;
	
}



/* content */


.inside {
	
}

#col1 .inside {
	padding: 20px;
	
}

#col2 .inside {
	padding:31px 20px 20px;
	text-align:right;
}

.ce_text {

	padding-bottom: 20px;
}

h1 {
	
	
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 20px;
}

h2 {
	border-bottom:1px solid #DBDBDB;
	margin-bottom:20px;
	margin-top:14px;
	
}

a {
	
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}





/* navigation */


.mod_navigation {
	float: right;

	
}

.mod_navigation ul {

	
}

.mod_navigation ul li{
	background:none repeat scroll 0 0 transparent;
	float:left;
	height:45px;
	margin-left:20px;
	padding-left:5px;
	padding-right:5px;
	padding-top:30px;
	
}

.mod_navigation ul li.active, .mod_navigation ul li:hover{
	background:none repeat scroll 0 0 #f8d5c4;
	
}


.mod_navigation ul li a {
	
}


.mod_navigation ul li.last {

}



/* footer nav */


.mod_customnav {
padding-left:38px;
padding-top:12px;
float: left;
	
}

.mod_customnav ul {
	
}

.mod_customnav ul li {
	float: left;
	padding-right: 10px;
	
}

.mod_customnav ul li a , a  {
	color:#333333;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	
}

.mod_customnav ul li span {
	
	color: #222;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
}

.mod_customnavu ul li a:hover {
	text-decoration: underline;
}

.footer_links {
	
	padding-top:12px;
	float: left;
}

.footer_links a {
	padding-right: 10px;
}


/* slider  */


#content #slider .mod_imageslider {
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	width:891px;
} 


/* newsletter */

#tl_subscribe .submit {
	background:url("../img/newsletter.png") no-repeat scroll 0 0 transparent;
	border:0 none;
	cursor:pointer;
	height:24px;
	text-indent:-1000px;
	width:24px;
}

p.confirm {
}

/* misc */


#wochenkarte ul li {

	list-style:square inside none;
	padding-left:20px;
	padding-top:5px;

} 


.mucona , .mucona a{
	font-size:10px !important;
	font-style:italic;
	margin-right:3px;
	text-align:right;
}


/* forms */


#col1 div.ce_form h1 {

	margin-bottom:10px;

}

#col1 div.ce_form fieldset {
	
	border:1px solid #DEDEDE;
	margin:0 0 20px;
	padding:20px 10px 10px;

}

#col1 div.ce_form legend {

	color:#3257A5;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	padding:0 10px 2px;

}

#col1 div.ce_form label {

	float:left;
	width:190px;

}

#col1 div.ce_form label label, #col1 div.ce_form label.mandatory {

	line-height:20px;

}

#col1 div.ce_form span.mandatory {

	margin-left:5px;

}

#col1 div.ce_form input.text, #col1 div.ce_form select, #col1 div.ce_form .captcha {

	background:none repeat scroll 0 0 #F4F4F4;
	border:1px solid #B4B4B4;
	color:#444444;
	font-size:11px;
	height:18px;
	margin:0 0 5px;
	padding:2px 5px 0;
	width:250px;

}

#col1 div.ce_form input.submit {
	
	border:1px solid #B4B4B4;
	color:#444444;
	cursor:pointer;
	float:left;
	font-weight:bold;
	margin:5px 0 5px 313px;
	padding:2px 5px 0;

}

#col1 div.ce_form select {

	height:21px;
	padding:2px;
	width:260px;

}

#col1 div.ce_form textarea {
	
	background:none repeat scroll 0 0 #F4F4F4;
	border:1px solid #B4B4B4;
	color:#444444;
	font-size:11px;
	height:100px;
	line-height:20px;
	margin:0 0 5px;
	padding:0 5px;
	width:250px;
}

#col1 div.ce_form div.error {

	color:#FF0000;
	font-size:10px;

}

/* maps */

a.gmnoprint {
	color:#7777CC;
	float:right;
	font-size:10px;
	margin-left:80px;
}

/* misc */


.ce_text h2 {
	margin-top: 0px;
}


a.wochenkarte {
	padding-left: 22px;
	background: url("../img/page_white_acrobat.png") no-repeat left center transparent;
	color:#3257A5;
	font-style: italic;
}
