	* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, sans-serif;
	font-size:62.5%;
	color:#333;
/*	background:url("../graphics/bg.png") repeat-x #fff;*/
	background:#fff;
}

div {}

#popup #c_logo,
#popup #c_fsp,
#popup #content,
#popup #footer,
#popup #c_menue,
#popup #print  {
	width:70em;
}

#popup #c_fsp {
left:63em;
width:auto;
}

#print {
	position:absolute;
	top:12.5em;
	left:2em;
	text-align: right;
	width:85em;
}

#c_logo {
	position:absolute;
	top:2.5em;
	left:2em;
	height: 8em;
	background: #fff;
	width:85em;
}

#c_fsp {
	position:absolute;
	top:3em;
	left:74em;
	z-index:2;
}

#c_meta {
	position:absolute;
	top:0em;
	left:2em;
	width:85em;
	background: #dcf2f5;
}

#c_menue {
	position:absolute;
	top:10em;
	left:2em;
	width:85em;
	border-bottom:1px solid #0094ba;
}

#content {
	position:relative;
	top:15em;
	left:2em;
	width:85em;
	clear: both;
}

#wrapper {
	width: 100%;
	float: left;
}

#left {
	float:left;
	width:28em;
	margin:0 1em 0 0;
}

div.banner {
	background:#FFFF00;
	padding:1em;
}

div.legende {
	width: 15em;
	float: right;
}

div.legende img {
	border: none !important;
}

div.links {
	background: #fff;
	border: 1px solid #0094ba;
	padding: 0.2em;
	margin: 0 0 2em 0;
	width: 50em;
}

body>div div.links {
	width:55.2em;
}

div.links p {
	font-weight: bold;
	width: 44em;
	padding: 1em;
	margin: 0;
	background: #dcf2f5;
}

#mapinfo {
	float:left;
	clear:left;
	width: 100%;
	display: none;
	margin: 0.5em 0;
}

#center {
	float:left;
	width:26em;
	margin:0 1em 0 0;
}

#leftcenter {
	float:left;
	width:55em;
	margin:0 1em 1em 0;
}

#top {
	float: left;
	width:54em;
	margin:0;
	padding: 0.5em;
	border-top: 2px solid #333;
	border-bottom: 1px solid #333;
}

#top fieldset {
	width: 80%;
	border: none;
	margin: 0;
}

#top label {
	width: 10em;
}

#right {
	float:right;
	width:25em;
	margin:0 0 0 1em;
	padding: 0.5em;
	border-top: 2px solid #333;
	border-bottom: 1px solid #333;
}

#right fieldset {
	border: none;
	margin: 0;
}

#right select, #right input {
	margin-left:0.5em;
}

#right select {
	width: 80%;
	clear:left;
}

#right label {
	width: 100%;
	clear:left;
}

#right #some_name {
	clear:left;
	margin-left:0.5em;
	color: #fff;
	background: #333;
}

#footer {
	clear:left;
	float:both;
	margin:2em 0 0 0 ;
	padding:0.5em 0;
	width:85em;
	border-top:1px solid #0094ba;
}

body>div #footer {
	clear:left;
}

#footer p {
	width: 100%;
}

img {
	border: none;
}

a img {
	border: none !important;
}

img.logout {
	margin: 0 0.2em;
}

#m_meta {
	list-style:none;
}

#m_meta li {
	float:right;
	padding:0.2em 1em;
	font-size:1.1em;
	border-right:1px solid #fff;
}

#m_main {
	list-style:none;
}

#m_main li {
	float:left;
	margin:0 0.2em 0 0;
}

#m_main a:link, #m_main a:visited, #m_main a:active {
	font-size:1.1em;
	text-decoration:none;
	padding:0.3em 0.5em;
	background:#0094ba;
	color:#fff;
	display:block;
	font-weight:bold;
}

#m_main a:hover,
#m_main a:focus,
#m_main a:link.active,
#m_main a:visited.active ,
#m_main a:hover.active ,
#m_main a:active.active ,
#m_main a:focus.active  {
	background:#88d5df;
	padding:0.3em 0.5em;
}

#m_main a:link.active,
#m_main a:visited.active ,
#m_main a:hover.active ,
#m_main a:active.active ,
#m_main a:focus.active  {
	background:#333;
}

h1, h2, h3 {
	margin:0 0 0.5em 0;
	font-weight:normal;
}

h1 {
	font-family:Helvetica;
	font-size:2.6em;
}

h2 {
	font-size:1.8em;
}

h3 {
	font-size:1.4em;
}

h2.yellow, h1 {
/*	background:#FFFF00;*/
	width:21em;
}

#leftcenter h2, #leftcenter h3 {
	color:#0094ba;
}

a:link, a:visited, a:active {
	color:#0094ba;
	text-decoration:underline;
}

a:hover, a:focus {
	color:#333;
	text-decoration:underline;
}

p {
	clear:left;
	margin:0 0 2em 0;
	font-size:1.2em;
	color:#333;
	width: 70%;
}

p.date {
	font-size:2em;
	margin:0;
	float:left;
	line-height:1em;
}

p.nearest {
	margin: 2em 0 0 0;
	font-size:1.4em;
	color: #333;
	font-weight: bold;
	width: 100%;
}

p.nodate {
	margin: 1em 0 0 0;
	font-size:1.4em;
	color: #333;
	font-weight: bold;
	width: 100%;
	clear: left;
}

p.align-left {
	width:45em;
}

p.gmap {
	width:200px;
}

p.gmap img {
	border: none !important;
}

ol {
	list-style-type:upper-roman;
	margin:0em 0 0.5em 0.5em;
}

ol li {
	font-size:1.2em;
	color:#333;
	margin:0 0 1em 2em !important;
	padding:0;
}

form {
	clear:left;
	margin:0 0 2em 0;
}

fieldset {
	margin:0 0 3.5em 0;
	border:1px solid #ccc;
	padding:1em 0 1em 0;
	clear:left;
	float:left;
	width:100%;
}

#last {
	float:none;
	border:none;
	margin:0;
}

fieldset p, fieldset h2 {
	clear:left;
	margin:0 0.5em 2em 0.5em;
}

fieldset h2 {
	margin:0 0.5em 0.5em 0.5em;
}

fieldset span {
	font-size:1.2em;
}

fieldset img {
	vertical-align: middle;
	border: none !important;
}

legend {
	color:#333;
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 1em 0;
}

label {
	color:#333;
	font-size:1.1em;
	font-weight:bold;
	width:26%;
	display:block;
	float:left;
	clear:left;
	margin:0 1em 1em 0.5em;
}

#teilnehmer_textfields div {
    float:left;
}

label span {
	color:#f00;
	font-weight:bold;
}

label em {
	font-weight:normal;
	font-style:normal;
}

span.error {
	color:#f00;
}
/*Loginboxen im IE nicht gleich lang*/
input#tx-newloginbox-pi1-user, input#tx-newloginbox-pi1-pass {
	width:12em;
}

input,
textarea {
	margin:0 0 1em 0;
	float:left;
	font-size:1.2em;
}

fieldset input {
	padding:0.2em;
	color:#333;
	font-weight:bold;
	border:1px solid #888;
}

input.checkbox {
	border:none;
}

input.checkbox_left {
	border:none;
	clear:left;
	margin-left:0.5em;
}

input.radio {
	margin:0 0 1em 0;
	padding:0;
	border:none;
	float:left;
}

#bedingungen input {
	clear:left;
	margin:0 1em 0 0.5em;
}

#ruecktritt, #merkblatt, #datenschutz, #t_angebote, #copy {
	clear:none;
	width:70%;
}



#senden {
	border:none;
	float:left;
	clear:left;
}

#senden input {
	margin:0 1em 0 0;
	padding:0.2em;
	color:#fff;
	font-weight:bold;
	border:1px solid #888;
	background: #333;
}

input.send {
	margin:0 1em 0 0.5em;
	padding:0.2em;
	color:#fff;
	font-weight:bold;
	border:1px solid #888;
	background: #333;
}

#senden input.reset {
	border:1px solid #888;
	background: #f0f0f0;
	color: #333;
}

input.plz {
	width: 10em;
}

span.red {
	color: #c00;
}

span.hinweis {
	width:60%;
	float:left;
	clear:left;
	font-size:1.1em;
	color:#999;
	font-weight:bold;
	margin:-1em 0 1em 30%;
}

span.label {
	width:13em;
	float:left;
	padding:0 1em;
	float:left;
	font-size:1.1em;
	color:#999;
	font-weight:bold;
}

select {
	float:left;
	border:1px solid #333;
	margin:0 0 1em 0;
}

label.error {
	color:#f00;
}

label.checkbox_left {
	clear:none;
	width:70%;
}

input.error {
	border:1px solid #f00;
}

table {
	border-collapse:collapse;
	width:100%;
	clear:left;
	font-size:1.2em;
	margin:0 0 1em 0;
}

caption {
	font-size:1.6em;
	color:#333;
	text-align:left;
	padding:1em 0;
}

th {
	font-size:1em;
	color:#333;
  border-bottom:1px solid #333;
	padding:0.5em 1em;
	vertical-align: top;
	text-align: left;
}


tr.odd {
	background:#dcf2f5;
}

div.odd {
	background:#dcf2f5;
	border-bottom:1px solid #88d5df;
	float: left;
	width: 100%;
	padding: 0.5em 0;
	margin: 0.1em 0;
}

div.even {
	background:#fff;
	float: left;
	width: 100%;
	padding: 0.5em 0;
	margin: 0.1em 0;
}

td {
	font-size:1em;
	color:#333;
	border-bottom:1px solid #88d5df;
	border-left:1px solid #88d5df;
	padding:0.5em 1em;
	vertical-align: top;
}

#right td {
	border: none;
	border-bottom:1px solid #88d5df;
}

td a {
	font-weight: bold;
}

td span {
	font-size: 0.9em;
}
/*
div.ie {
float:left;
clear:left;
width:100%;
}
*/

div.error, div.login {
	width: 55em;
	background: #dcf2f5;
	padding: 1em !important;

	/* IE */
	padding: 1em 0 1em 1em;
}

div.login p {
	width: 100%;
	margin:0;
}

div.error p {
	width: 100%;
	color: #0094ba;
	font-weight:bold;
	margin:0;
}

div.error {
	background: none;
	color: #0094ba;
	font-weight:bold;
	margin: 0 0 0em 0;
}

#errormessage {
	clear:left;
	background:#f00;
	color:#fff;
	margin:0 0 1em 0;
}

#errormessage p {
	font-size:1.2em;
	margin:1em;
	font-weight:bold;
	color:#fff;
}

input.submit {
	background:#009F00;
	border:none;
	color:#fff;
	font-size:1em;
	padding:0.2em;
}

#loginform fieldset {
	border:none;
}

#loginform legend {
	display:none;
}

#right {
	color:#99CC00;
}

div.item {
	background:#E7F7E7;
	float:left;
/*	clear:left;*/
	width:49%;
	margin:0 0 1em 0;
}

div.item_one {
	margin:0 1% 1em 0;
	clear:left;
}

body>div div.item_one {
	margin:0 2% 1em 0;
}

#wrapper img {
	border: 1px solid #999;
	padding: 0.3em;
}

div.item img {
	float:left;
	margin:0 0.5em 0 0;
	width:20%;
}

div.item div {
	float:left;
	width:65%;
	margin:1em;
}

#traininginfo {
	width:55em;
	float:left;
	clear:left;
	padding:1em 0.5em 0em 0.5em;
	margin:0 0 2em 0;
	background:#dcf2f5;
	color:#333;
}

#traininginfo #detailwrapper {
	width:50em;
	margin:1em 0 0 0;
	float:left;
	border:none;
}

#traininginfo #trainingstext {
	width:50em;
	margin:1em 0 0 0;
	float:left;
	border:none;
}

#traininginfo div {
	float:left;
	width:45%;
	padding:0.5em;
	margin:0;
}

#traininginfo div p {
	margin:0;
}

#jahresmenue {
	list-style:none;
	margin:0 0 1em 0;
}

#jahresmenue li {
	display:inline;
	font-size:1.2em;
	padding:0 1em 0 0 ;
}

#jahresmenue li a {
	border:1px solid #fff;
}

#jahresmenue li a:hover, #jahresmenue li a:focus  {}

#terminemenue {
	float: left;
	clear: left;
	width: 100%;
	list-style:none;
	margin:0 0 1em 0 !important;
}

#terminemenue li {
	display:inline;
	font-size:1.2em;
	padding:0 0.5em;
	border-right:1px solid #ccc;
}

#terminemenue li a {
	border:1px solid #fff;
}

#terminemenue li a:hover, #terminemenue li a:focus {
	background:#0094ba;
    color:#fff;
}

#terminemenue li.active a {
    background:#0094ba;
    color:#fff;
}

#mailform {
	width: 55em;
}

#mailform fieldset {
	padding-top:1em;
	border: 1px solid #ccc;
	width: 100% !important;
	/* IE */
	width: 100%;
}

#mailform input {
  	margin-right: 0.5em;
    }

#mailform input.button {
	font-family:Verdana;
	margin: 1em 1em 0.5em 11.5em;
	background-color: #333;
	color: #fff;
    }

    #mailform input.short {
 	width: 5em;
	margin:0;
	margin-top: 0 !important;

	/* IE */
	margin-top: -1.3em;
}

#mailform textarea {
	margin-top: 0.5em;
	height: 10em;
	width: 16em;
}

#mailform a {
	font-size:1.2em;
	font-family:Verdana;
	font-weight:bold;
	padding:0.25em 0.4em;
	position:relative;
	top: 1.4em !important;
	color:#333;
	border:1px solid #888;
	background-color: #e0dfe3;
	text-decoration: none;

	/* IE */
	top: 1.2em;
}

#fahrzeugliste {
	border:10px solid #fff;
	position:absolute;
	padding:1em;
	width:50em;
	height:40em;
	background:#E7F7E7;
	bottom:10em;
	left:10em;
}

#fahrzeugliste ul {
    list-style:lower-alpha;
    margin:0.5em 0 0.5em 2em;
}

#fahrzeugliste ul li {
    font-size:1.2em;
    color:#333;
}

#wrapper ul {
    margin: 0.5em 0 1.5em 2em;
	list-type: circle;
}

#wrapper ul li {
    font-size:1.2em;
}

#wrapper ol {
	width: 70%;
	margin-top: 0.5em;
}

#wrapper ol li {
    margin: 0.5em 0 1.5em 0;
}

#wrapper ol li ul li {
    font-size:1em;
}

#gutschein_text {
	border:10px solid #fff;
	position:absolute;
	padding:1em;
	top: 110em;
	width:50em;
	height:40em;
	background:#E7F7E7;
	bottom:10em;
	left:20em;
}

#gutschein_text ul {
    margin:0.5em 0 0.5em 2em;
}

#gutschein_text ul li {
    font-size:1.2em;
    color:#333;
}

#success {
	margin:0 0 3em 0;
	background:#dcf2f5;
	color:#0094ba;
	padding:1em;
}

#success strong {
	color:#0094ba;
	font-size:1.6em;
}

div.tx-newloginbox-pi1 {
	width:55em;
}

div.tx-newloginbox-pi1 fieldset {
	padding: 1em;
	background: #dcf2f5;
	border:none;
}

div.tx-newloginbox-pi1 label {
	width: 10em;
}

div.formrow {
	width:100%;
	float:left;
	clear:left;
	margin:1em 0;
}

div.formrow label,
div.formrow span {
	width:auto;
	clear:none;
	display:inline;
	margin:0;
}

div.formrow input {
	margin-right:1em;
}

div.formrow label {
	margin:0 0 0 0.5;
}

div.formrow span.label {
	width:15.7em;
	padding:0;
	font-size:1em;
}

body>div div.formrow span.label {
	width:16em;
}

div.formrow span.label label {
	margin-left:0.5em;
}

div.formrow span.label span {
	margin:0 !important;
	padding:0;
	line-height:1em;
	font-size:1em;
	font-weight:normal;
	margin:0 1em 1em 0.5em;
}

input.tx-newloginbox-pi1-submit {
	background: #333;
	color: #fff;
	clear:left;
}

#termine_table {
	float:left;
	clear:left;
}

#map {
	float: left;
	clear: left;
	width: 100%;
	margin: 0;
	height: 55em;
	border: 1px solid;
}

#detailedmap {
	float: left;
	clear: left;
	width: 25em;
	margin: 0;
	height: 25em;
    }

    div.reserviert #detailedmap {
        height: 35em;
        width: 100%;
}

#gmap {
	display: none;
  }

  #gmap p.warning {
    margin-left:0.4em;
}

#teilnehmer_textfields {
	float:left;
	clear:left;
	width:100%;
}

input.fahrzeug_von {
	width: 10em;
}

input.vorname {
	font-size:1.1em;
	font-weight:bold;
	clear:left;
	margin-left:0.5em;
	margin-right:0.5em;
}

input.nachname {
	font-size:1.1em;
	font-weight:bold;
}
input.geburtstag {
	margin-left:0.5em;
	font-size:1.1em;
	font-weight:bold;
}


#ort_detail {
	padding: 1em 0;
}

#ort_detail h2 {
	padding: 0.5em 0 0 0;
	color: #333;
	border-top: 1px solid #333;
}

#ort_detail p {
	width: 100%;
}



/* Temporärer Workaround bis zur Diagnose des print.css Fehlers */
@media print {

 #c_meta,
 #c_menue,
 #right,
 #print  {
 	display: none;
 }

 #c_logo {
 	border-bottom: 1px solid #333;
 }

 #leftcenter {
	width: 100%;
 }

 #c_fsp {
    top: 1em;
    left:51em;
 }

 /* Firefox */
 #detailedmap {
    margin-bottom: 5em;
 }

 /* IE7 Fix */
 *+html #detailedmap {
    margin-top: 20em;
 }

}

div#detailedmap {
    margin-bottom: 4em;
}

div#agb {
    overflow: hidden;
    clear: both;

    padding: 0.5em;

    border-top: 2px solid #000;
}


/*============================================================================*/
/* Spezielle Seiten: Grosse Karte (DinA4) */

body#grossekarte div#c_meta,
body#grossekarte div#c_logo,
body#grossekarte div#c_fsp,
body#grossekarte div#c_menue,
body#grossekarte div#print,
body#grossekarte div#top,
body#grossekarte div#mapinfo,
body#grossekarte div.legende,
body#grossekarte div#right,
body#grossekarte div#load_message,
body#grossekarte div#maps_table,
body#grossekarte div#ort_detail,
body#grossekarte div#footer {
  display: none !important;
}

body#grossekarte div#map {
  display: block;
  height: 120em !important;
  width: 90em;

/* WTF */
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: 0 !important;
}



/*============================================================================*/
/* Bestellformular */

div#Gruppenorder {
    }

    div#Gruppenorder select {
        }

        div#Gruppenorder select#tx_konotermine_pi1_bundesland_id {
            width: 18em;
        }

        div#Gruppenorder select#tx_konotermine_pi1_anrede {
            width: 7.2em;
    }

    div#Gruppenorder input {
        }
        div#Gruppenorder input#tx_konotermine_pi1_firma,
        div#Gruppenorder input#tx_konotermine_pi1_strasse,
        div#Gruppenorder input#tx_konotermine_pi1_abteilung,
        div#Gruppenorder input#tx_konotermine_pi1_email,
        div#Gruppenorder input#tx_konotermine_pi1_zeitraum,
        div#Gruppenorder input#tx_konotermine_pi1_platzwunsch {
            width: 20em;
        }

        div#Gruppenorder input#tx_konotermine_pi1_ort {
            width: 14.3em;
        }

        div#Gruppenorder input#tx_konotermine_pi1_vorname,
        div#Gruppenorder input#tx_konotermine_pi1_name,
        div#Gruppenorder input#tx_konotermine_pi1_telefon_vorwahl,
        div#Gruppenorder input#tx_konotermine_pi1_telefon {
            width: 9.4em;
        }

        div#Gruppenorder input#tx_konotermine_pi1_teilnehmeranzahl {
            width: 8em;
    }

    div#Gruppenorder textarea {
        width: 24.8em;
}



/*============================================================================*/
/* Kontaktformular */

div.tx-pilmailform-pi1 {
    }

    div.tx-pilmailform-pi1 select {
            width: 7.2em;
    }

    div.tx-pilmailform-pi1 input {
        }

        div.tx-pilmailform-pi1 input.givenname,
        div.tx-pilmailform-pi1 input.surname {
            width: 9.4em;
        }

        div.tx-pilmailform-pi1 input.zip {
            width: 5em;
        }

        div.tx-pilmailform-pi1 input.city {
            width: 13.9em;
        }

        div.tx-pilmailform-pi1 input.company,
        div.tx-pilmailform-pi1 input.street,
        div.tx-pilmailform-pi1 input.country,
        div.tx-pilmailform-pi1 input.phone,
        div.tx-pilmailform-pi1 input.mail,
        div.tx-pilmailform-pi1 input.fax
        {
            width: 20em;
    }

    div.tx-pilmailform-pi1 textarea {
        width: 24.8em;
}



input.error_field, select.error_field, textarea.error_field {
    border: 1px solid red;
} 

label.error_field {
    color: red;
}

div.tx-konotermine-pi1-browsebox ul li {
	float: left;
	padding: 4px;
	list-style:none;
}

div.tx-konotermine-pi1-browsebox ul li a, div.tx-konotermine-pi1-browsebox ul li a:link, div.tx-konotermine-pi1-browsebox ul li a:active, div.tx-konotermine-pi1-browsebox ul li a:hover, div.tx-konotermine-pi1-browsebox ul li a:visited,{
	text-decoration:none;
}