/* Body + Allgemeines */
@media print {

body {
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
}

.clear {
	clear: both;
}

h1 { margin: 1.0em 0 1.0em 0; font-size: 1.3em; }
h2 { margin: 1.0em 0 1.0em 0; font-size: 1.2em; }
h3 { margin: 1.0em 0 1.0em 0; font-size: 1.1em; }
h4 { margin: 1.0em 0 1.0em 0; font-size: 1.3em; }
h5 { margin: 1.0em 0 1.0em 0; font-size: 1.2em; }
h6 { margin: 1.0em 0 1.0em 0; font-size: 1.1em; }

#contentlinks  {
	display: none;
}

a:link,
a:visited {
	color: #003a6f;
	text-decoration:none;
}

.kurstop {
	height: 6px;

}

.kursmitte {
	width: 100%;
	display: inline-block;
	padding: 10px 30px 0px 15px;
}


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

.kursrechts {
	width: 340px;
	display: inline-block;
	float: left;
	margin: 0 0 0 15px;
}

.kursbottom {
	height: 30px;
	padding: -15px 0 30px 0;
	margin: 0 0 30px 0;
}



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

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


.textbild img {

}


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

#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;
}



#galerie {

    /* display: block; */
}

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

}

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


/*	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: 10px;
	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: 235px !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;
}


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

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

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



#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: #fff;	
}

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


#routenplaner legend {
	display: none;
}

#routenplaner input {
	display: none;
}

#routenplaner .submit{
	display: none;
}


}


