@import url('reset.css');

/*
---------------------------------------------------
 	der-kochclub.com
---------------------------------------------------
*/

 
a:hover { text-decoration:none; }

a:link {
	color: #7c5da7;
	text-decoration: none;
	}
a:visited {
	color: #7c5da7;
	text-decoration:none;
	}
a:focus {
	color: #000;
	text-decoration: underline;
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}
a:active {
	color: #000;
	text-decoration: underline;
}


.floatLeft { float:left; }
.floatRight { float:right; }

/*	html
*******************************************************************************/
html {
	height: 100.2%;
	
}



/*	body
*******************************************************************************/
body {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
	width: 960px;
	margin:0 auto;
	padding:0;	
	background: #e4ded7 url(back_body.gif) repeat-x 0 0;	
	background-attachment:fixed;
}



.clear {
	clear:both;
}

.clboth {  
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}


.warning, 
#main-block .warning { color:#f00; }

/*	content	
***********************/

#content {
	margin: 5px 0 0 0;
	display: inline-block;
	font-size: 12px;
	z-index: 3 !important;
	width: 960px;
}
#contentlinks {
	float: left;
	/* display: inline-block; */
	width: 250px;
	/* position: fixed; */
}


#contentrechts {
	float: right;
	/*
display: inline-block;
	margin: 70px 0 50px 295px;
*/
	margin: 50px 0;
	width: 665px;	
}

/*********************************************************/

#logo {
	display: inline-block;
	width: 250px;
	height: 150px;/*150*/
	padding-top: 0px;
	background: url(links_schatten_oben.png) no-repeat top right;
}

#logo a {
	display: inline-block;
	width: 200px;
	height: 56px;
	margin: 30px 0 0 0;
	text-decoration: none;
	background: url(logo3.png) no-repeat 0 0;
}



/*	mainnavi
***********************/

#mainnavi {
	width: 250px;
	display: inline-block;
	margin: 0;
	padding: 0;
	background: url(links_schatten_mitte.png) repeat-y top right;
}


/* Style the menu and position list items */
#mainnavi ul {
	display: inline-block;
	margin: 20px 4px 0 0;
	padding: 0 !important;
}
#mainnavi ul li {
	float: right;
	list-style: none;
	background-image: none !important; 	
	margin: 0 !important;

}

#mainnavi ul li a {
	display: inline-block;
	text-align: right;
	float: left;
	text-decoration: none;
	color: #000;
	font-family: verdana;	
	font-size: 12px;
	margin: 0 30px 0 0;
	padding: 0px 15px 2px 20px;
	font-weight:bold;
	color:#444;
}

#mainnavi ul li a:hover {
	color: #000;
	margin: 0 30px 0 0;
}

#mainnavi ul li a.active{
	float: right;
	color: #7c5da7;
	margin: 0;
	margin: 0 30px 0 0;

}

#mainnavi ul ul {
	width: 231px;
	margin: 8px 0 3px 0;
	padding: 0;
}

#mainnavi ul li ul li {
	text-align: right;
	list-style: none;
	width: 100%;	
	padding: 0 40px 3px 0;
	margin: 0;
	float: right;
	background-image: none;
}

#mainnavi ul li ul li a {
	display: inline-block;
	text-align: right;
	float: right;
	text-decoration: none;
	color:#444;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;	
	font-size: 11px;
	font-weight: normal;	
	padding: 0;
	margin: 0;	
}

#mainnavi ul li ul li a:hover {
	margin: 0;
	padding: 0;
	background-image: none;
}


#mainnavi ul li ul li a.active {
	margin: 0;
	padding: 0;
	background-image: none;
}

.footerlinks {
	font-family: verdana;	
	font-size: 12px;	
	width: 250px;
	display: inline-block;
	padding: 65px 0 0 0;
	z-index: 100;
	color: #444 !important;
	background: url(links_schatten_unten238.png) repeat-y bottom right;
}

.footerlinks p{
	color: #444 !important;

}


/*	.textbild
*****************/

.textbild .floatLeft {
	float:left;
	margin: 0 15px 0 0;
	position: relative;
}

.textbild .floatRight {
	float:right;
	margin: 0 0 0 15px;
	position: relative;
}

.showEnlarge {
	width: 20px;
	height: 20px;
	position: absolute;
	background:  url(lupe.png) no-repeat;
	top: 8px;
	right: 7px;
}

.textbild img {

}


.textbild .subline {
	font-size: 11px;
	margin: 2px 0 5px 0;
}


/*fonts*/


@font-face {
	font-family: 'SherrifScriptDBRegular';
	src: url('sherrifscriptdb-webfont.eot');
	src: local('☺'), url('sherrifscriptdb-webfont.woff') format('woff'), url('sherrifscriptdb-webfont.ttf') format('truetype'), url('sherrifscriptdb-webfont.svg#webfontqz9cbOOA') format('svg');
	font-weight: normal;
	font-style: normal;
	
}



.SherrifScriptDB {
		font-weight: normal;
		font-style: normal;
		line-height:normal;
		font-family: 'SherrifScriptDBRegular', sans-serif;
		font-size-adjust: 0.28;
}

.zweiteueberschrift {
	color:#000;
	font-size: 12px;
	line-height: 1.4;
	margin: -16px 0 20px 0;	
	font-weight: normal;
}

#content p {
	margin-bottom: 12px;
	line-height: 1.6;
	font-size: 12px;
	color: #000;
}
#content sup {
	font-weight: normal;
	font-size: 11px;
	color: #000;
}

#content h1 {
	color: #000;	
	font-size: 38px;	
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 10px 0;
}

#content h2 {
	color: #000;	
	font-size: 34px;	
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 10px 0;
}

#content h3 {
	color:#000;
	font-size: 12px;
	line-height: 1.4;
	margin: 0px 0 10px 0;	
	font-weight: normal;
}

#content h4 {
	color: #41361b;	
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
}

.bildschatten125 {
 background: url(schatten_125.png) no-repeat bottom left;
 padding: 7px 7px 17px 7px;
 border-top: 1px solid #b1a99b;
}

.bildschatten180 {
 background: url(schatten_180.png) no-repeat bottom left;
 padding: 7px 7px 17px 7px;
 border-top: 1px solid #b1a99b;
}

.bildschatten250 {
 background: url(schatten_250.png) no-repeat bottom left;
 padding: 7px 7px 17px 7px;
 border-top: 1px solid #b1a99b;
}

.bildschatten650 {
 background: url(schatten_650.png) no-repeat bottom left;
 padding: 7px 7px 17px 7px;
 border-top: 1px solid #b1a99b;
}



.slideshow125 img,
.slideshow250 img,
.slideshow650 img {
 padding: 7px 7px 17px 7px;
}

.slideshow {margin-bottom: 17px;}


.clboth {  
 clear: both;
 display: block;
 line-height: 0;
 font-size: 0;
}


#content ul		{list-style: none; margin-bottom: 15px;}
#content ul li	{
	font-weight: normal;
	font-size: 12px;	
	margin-bottom: 10px;
	line-height: 16px;
	margin: 0 0 0 2px;
	padding: 0 0 5px 12px;
	background: url(dot.png) 0px 5px no-repeat;
}

.extern  {
padding-left: 13px;
color: #1b509e;
background: url(ext_link.gif) 0 3px no-repeat !important;
}
.imgLink .extern {
	padding-left: 0;
	color: #1b509e;
	background: none !important;
}



table {
	margin-bottom: 15px;
	line-height: 20px;
	font-size: 12px;
	color: #000;
}

td,th {
	padding: 0 18px 0 0;
}



table.kursuebersicht {
	width: 100%;
	margin-bottom: 15px;
	line-height: 20px;
	font-size: 12px;
	color: #000;
}

table.kursuebersicht  td,
table.kursuebersicht  th {
	padding: 0 5px 5px 0;
}

table.kursuebersicht tr.ausfall {color: #888 !important;}



table.zahlungsinformationen{
	margin: 20px 0 20px 130px;
	line-height: 20px;
	font-size: 14px;
	color: #000;
}

td.klein {
	font-size: 11px;
	font-weight: normal;
	padding: 0 18px 0 0;
}

#contentlinks table {
	margin: 3px 0 25px 0;
	line-height: 18px;
	font-size: 11px;
	color: #000;
}

#contentlinks td,th {
	padding: 0 8px 0 0;
}

.monat {
	display: inline-block;
	padding: 25px 0 5px 0 !important;
}

.subline {
	margin: -5px 7px 10px 7px !important;
	color:#000;
	font:10px Arial, sans-serif;
}

/******/

.abstand {
	clear: both;
	display: inline-block;
	min-height: 1px;
	width: 100%;
}


.abstandtrennline {
	clear: both;
	display: inline-block;
	min-height: 1px;
	width: 100%;
	background:  url(trenner.gif) repeat-x left center;
}


.trennerlinkstop {
	clear: both;
	display: inline-block;
	height: 7px;
	margin: 10px 0 0px 0;
	width: 100%;
	background:  url(trenner_links_top.png) no-repeat top center;
}

/********/

.kurstop {
	height: 6px;
	background: url(back_kurs_top.png) no-repeat top left;
}


.kursmitte {
	width: 100%;
	display: inline-block;
	padding: 10px 30px 0px 15px;
	background: url(back_kurs_mitte.png) repeat-y top left;
}


.kurslinks {
	width: 295px;
	display: inline-block;
	float: left;
}

.kurslinks h2 {
	display: inline-block;
	margin: 10px 0 5px 0 !important;
}
.kurslinks-mobile { display: none; }


.kursrechts {
	width: 310px;
	display: inline-block;
	float: right;
	margin: 0 60px 0 0;
}

.kursbottom {
	display: block;
	height: 30px;
	padding: -15px 0 0 0 !important;
	margin: 0 0 30px 0 !important;
	background: url(back_kurs_bottom.png) no-repeat bottom left;
}

.kursbottomanmeldung{
	height: 8px !important;
	margin: -5px 0 0 0;
	background: url(back_kurs_bottom.png) no-repeat bottom left;
}

.kursbottomform{
	height: 10px;
	padding: -15px 0 30px 0;
	margin: 0 0 30px 0;
	background: url(back_kurs_bottom.png) no-repeat bottom left;
}


.kurstopformwarning {
	height: 6px;
	margin: 15px 0 0 0;
	background: url(back_kurs_top.png) no-repeat top left;
}

.zahlungsinfos {
	padding: 20px 0 0 23px;
} 

.kursbottomformwarning{
	height: 10px;
	margin: 0 0 -15px 0;
	background: url(back_kurs_bottom.png) no-repeat bottom left;
}


.kursbild {
	float:left;
	margin: 0 15px 0 0;	
}

.kursinfo {
	display: inline-block;
	position: relative;
	margin: 10px 0 10px 7px;
	line-height: 18px;
	font-size: 11px;
	color: #000;
}

.anmeldung td{
	padding: 0 15px 8px 0 !important;
}


.sonstiges p{
	display: inline-block;
	margin: 0 0 0 7px;
	line-height: 1;
	font-size: 11px;
	color: #000;
	display: inline-block;
	width: 250px;
}


.termine {
	/*display: inline-block !important;*/
	display: none !important;
	width: 100%;
	margin: 0 !important;
	padding: 10px 0 5px 0 !important;
}

.termine .headline{
	display: inline-block;
	width: 250px;
	height: 24px;
	color: #fff !important;
	margin: 0 0 0 -15px;
	padding: 6px 0 0 22px;
	background: url(flag.png) no-repeat 0 0;	
}

.terminlink {
	font-size: 12px;
	margin: 0;
	color: #888;
	padding: 0 0 2px 7px;
}

.terminlink a  {
	color: #7c5da7;
	text-decoration: none;
}

.terminlink a:hover {
	color: #000;
	text-decoration: none;
}


/*	Formulare *****************************************************************/
#form_formular fieldset {}
#form_formular legend {}
*+html #form-module legend {} //ie 7


#form_formular p {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;	
	font-size: 12px;
	clear: both;
	margin: 0;
	padding: 0;
}

#form_formular p.formcheckbox, 
#form_formular p.formmcheckbox {
	float: left;
	margin-left: 0px;
}

#form_formular p.formselect, 
#form_formular p.formtextarea, 
#form_formular p.formcheckbox, 
#form_formular p.formmcheckbox {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;	
	font-size: 12px;
}

#form_formular p.formhtml, 
#form_formular p.formcaptcha {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;	
	font-size: 12px;
	margin-bottom: 1px;
	font-weight: normal;
	margin-left: 85px;
}
#form_formular p.formhtml {}

#form_formular p.formhtmltext {}


	/******************************	Label */
#form_formular p label {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;	
	font-size: 12px;
	display: block;
	float: left;
	width: 225px;
	margin: 5px 0 0 55px;
}

#form_formular p.formtextarea label {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;	
	font-size: 12px;				
	font-size: 12px;
	float: none;
}

#form_formular p.formcheckbox label {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;	
	font-size: 12px;				
	padding-top: 3px;
}

#form_formular p.formtextarea label {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;	
	font-size: 12px;
	display: block;
	float: left;
	width: 225px;
	margin: 5px 0 0 55px;
}

.formhtmltext {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;	
	font-size: 11px;
	width: 290px;
	color: #000;
	margin: 20px 0 10px 290px;
}

/******************************	Captcha */

#form_formular p.formcaptcha {}
#form_formular p.formcaptcha label {}
#form_formular p.formcaptcha img {}
#form_formular p.formcaptcha input {}
#form_formular p.formcaptcha span {}

	/******************************	Input */
#form_formular p.formtext input, 
#form_formular p.formpassword input {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;	
	font-size: 14px;
	padding: 5px;
	width: 310px;
	border: 1px solid #b1a99c;
	background-color: #f2f0ed;
	color: #000;
}


/******************************	TEXTAREA */
#form_formular p.formtextarea textarea {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;	
	font-size: 14px;
	padding: 5px;
	width: 310px;
	border: 1px solid #b1a99c;
	background-color: #f2f0ed;
	color: #000;
}

/******************************	Select */
#form_formular p.formselect select {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;	
	font-size: 14px;
	padding: 5px;
	width: 322px;
	border: 1px solid #b1a99c;
	background-color: #f2f0ed;
	color: #000;			
}

/******************************	CHECKBOX */
#form_formular p.formcheckbox input, 
#form_formular p.formmcheckbox input {
		float: left;
		margin: 1px;
	}

#form_formular p.formmcheckbox input {}
#form_formular p.formcheckbox label, 
#form_formular p.formmcheckbox label {
		float: left;
		width: 400px;
		margin-left: 10px;
		margin-top: 0px;
}

/******************************	LINE */

#form_formular p.formline {
		overflow: hidden;
		height: 1px;
		border-bottom: 1px solid #e4e5e6;
		margin-bottom: 10px;
}

/******************************	Besonderheiten */

#form_formular p.formtext input#el_9 {
	float: left;
	width: 50px !important;
}

#form_formular p.formtext input#el_11 {
	float: left;
	width: 238px !important;
	margin: -5px 0 14px 10px;
}


/******************************	SUBMIT */
#form_formular .submit{
	float: left;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;	
	font-size: 14px;
	margin: -10px 0 30px 295px !important;
	font-weight: bold;
	padding: 8px;
	border: 1px solid #b1a99c;
	background-color: #f2f0ed;
	color: #000;
	text-align: center;
	width: 322px;
}

#form_formular .submit:hover{
	border: 1px solid #f2f0ed;	
	background: #b1a99c;
	color: #fff;
	cursor: pointer;
}


/******************************	Fehler */

.warningtext {
	width: 250px;
	margin: 0 0 0 10px;
}

ul.form_warning {
	margin: 15px 0 0 60px;
	color: #a93939;
}




/******************************	Downloads */

.list_content {
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
}

.list_content3 {
  	font-size:10px;
	text-decoration:none;
	color:#000000;
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom:3px;
	margin:0px;
    	line-height: 18px;
	}
	
#content .list_content img{
	margin: 2px 5px -3px 0;
  	border: none;
}	

.list_content a:link,
.list_content a:visited,
.list_content a:active,
.list_content a:hover {
  text-decoration: none;
}

/******************************	Zweispalte */

#content .zweispalter {
	width: 665px; 
}

#content .zweispalter_1 {
	float: left;
  	width: 300px;

}

#content .zweispalter_2 {
 float: left;
  width: 300px;
  margin-left: 65px;
}


#content .zweispalter_1 .floatLeft img,
#content .zweispalter_2 .floatLeft img {
	display: block;
	margin-right: 15px;

}

#content .zweispalter_1 .floatRight img,
#content .zweispalter_2 .floatRight img {
	display: block;
	margin-left: 15px;
}


#content .zweispalter_a {
	float: left;
  	width: 480px;

}

#content .zweispalter_b {
 float: left;
  width: 160px;
  margin-left: 25px;
}


#content .zweispalter_a .floatLeft img,
#content .zweispalter_b .floatLeft img {
	display: block;
	margin-right: 15px;

}

#content .zweispalter_a .floatRight img,
#content .zweispalter_b .floatRight img {
	display: block;
	margin-left: 15px;
}




.clboth {  
 clear: both;
 display: block;
 line-height: 0;
 font-size: 0;
}



/*	routenplaner *****************************************************************/

#static_map {
	clear: both;
	margin: 0;
	padding: 0;	
	margin:0 auto;
	border:1px solid #000;
}

#map_route {
	width: 665px;
	height:400px;
	border:1px solid #000;
	clear: both;
	margin: 0 0 30px 0;
	padding: 0;
	float: right;
	overflow: hidden;
}

#directions {
	clear: both;
	margin: 0;
	padding: 0;
}

.googledir {
	font-size: 14px;
}


#directions tbody,#directions tr, #directions table {
	width: 100%;
	background-color: #e4ded7;	
}

#routenplaner fieldset {
	border: none;
	font-size: 14px;	
}


#routenplaner legend {
	font-size: 14px;
	font-weight:bold;
	padding: 5px;
	margin: 5px 0px 0px 10px;
	background-color: #e4ded7;
}

#routenplaner input {
	float: left;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;	
	font-size: 14px;
	padding: 6px;
	width: 320px;
	border: 1px solid #b1a99c;
	background-color: #f2f0ed;
	color: #000;
}

#routenplaner .submit{
	float: left;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;	
	font-size: 14px;
	margin: -31px 0 10px 340px !important;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #b1a99c;
	background-color: #f2f0ed;
	color: #000;
	text-align: center;
	width: 320px;
}

#routenplaner .submit:hover{
	border: 1px solid #f2f0ed;	
	background: #b1a99c;
	color: #fff;
	cursor: pointer;
}



.galerie {

}

.galerie-image {
	/* width: 270px; */ /* wird im Modul Galerie bestimmt! */
	float: left;
	margin: 4px;

}

.galerie-image img {
	background-color: #fff;
	padding: 5px;
	border:1px solid #aaa;
}




.empfehlung {
	width: 330px;
	float: left;
	margin: 0 0 60px 0;
}

.empfehlung .titel {
	display: inline-block;
	font-weight: bold;
	margin: 0 0 10px 0;
	width: 100%;
}

.empfehlung .bild {
	float: left;
	display: inline-block;
	height: 160px;
 	background: url(schatten_125.png) no-repeat bottom left;
 	padding: 7px 7px 17px 7px;
 	border-top: 1px solid #b1a99b;	
}

.empfehlung .bild2 {
	width: 125px;	
	height: 160px;
}

.empfehlung .text {
	margin: 0 0 0 10px;
	float: left;
	width: 160px;
	display: inline-block;
}

#footer, #nav-toggle { display: none; }

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.video {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}
.video iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}


/******************************	CHECKBOX DSGVO */
#content .dsgvoinfo { margin: 5px 20px 0 55px; padding-right: 30px; font-size: 90%; }
#rex-xform .cbdsgvo p.formcheckbox input, 
#rex-xform .cbdsgvo p.formmcheckbox input {
		float: none;
		margin: 1px;
	}

#rex-xform .cbdsgvo p.formmcheckbox input {}
#rex-xform .cbdsgvo p.formcheckbox label, 
#rex-xform .cbdsgvo p.formmcheckbox label {
		float: left;
		width: 225px;
		margin-left: 55px;
		margin-top: 0px;
}


.kurslinks-mobile { display: none; }

/*
#mainnavi ul li #sm-icons { text-align: right; padding-right: 34px; padding-top: 30px; float: none; }
#mainnavi ul li #sm-icons a { display: inline-block; margin: 0 5px; padding: 4px; float: none; }
#mainnavi ul li #sm-icons a:first-child { margin-left: 10px; }
#mainnavi ul li #sm-icons img { width: 26px; height: 26px; vertical-align: middle; }
.footerlinks { padding-top: 30px; }
*/

#contentlinks table { margin-bottom: 15px; }
.footerlinks { padding-top: 40px; }
.footerlinks .sm-icons { padding-right: 34px; padding-bottom: 30px; float: none; }
.footerlinks .sm-icons a { display: inline-block; margin: 0 5px; padding: 4px; float: none; }
.footerlinks .sm-icons a:first-child { margin-left: 10px; }
.footerlinks .sm-icons img { width: 26px; height: 26px; vertical-align: middle; }
#footer .footerlinks .sm-icons { padding-bottom: 40px; }
