/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}


/* Ende CSS-Reset */


html{
margin:0;
padding:0;
}

body
{
text-align: center;
background: #999999 url(images/bg_bg2.gif);
margin:0;
padding:0;
font: 13px Arial,Helvetica,sans-serif; 
}

body,p,table,tr,td,li,ul,ol { 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;  
	}
h1,h2,h3,h4,h5,h6{
	font-family: Arial,Helvetica,sans-serif;  
	font-size: 1.6em; 
	font-weight: bold; 
	color: #454c53;
	margin: 10px 0;
	padding: 0;
	}
	
h1 {

}

h2{
	color: #000000;
	font-size: 1.4em; 
}

h3{
	font-size: 1.2em; 
}

h4{
	font-size: 1.1em;
	color: #000000;
}

.w {
color: #f7efda; /*#FFFFFF*/;
}
.r {
color: #FF0000;
}

.rb {
color: #FF0000;
font-weight:bold;
}

.bl {
color: #0000dd;
}

.gr {
color: #00C600;
}

.strike {
	text-decoration: line-through;
	opacity: 0.8;
}

A:link, A:visited, A:active
{
text-decoration: none;
color: #FFFFCC;
color: #005192;
}
A:hover
{
text-decoration: underline;
color: #663300;

}

A:active
{
color: #FF0000;
}

ul {
	list-style: inside;
	margin-left: 10px;
}

ul li {
	margin-bottom: 0.5em;
}

.klein {
	font-size: 10px;
}

div#container
	{
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		border-left: none;
		border-right: none;
		background: #F7BE33;
		background-image: none;
		padding:0;
	}

div#header {
	width: 100%;
	height: auto;
	background: #3f5058;
	}
	
img#fsdw-header {
   float: left;
   margin: 11px 10px 0px 7px;
   max-width: 50%;
   height: auto;
}

img#dc-header {
   float: left;
   margin: 11px 10px 0px 7px;
   max-width: 50%;
   height: auto;
}

a.to_nav {
    float: right;
    color: #fff;
    background: #000;
    text-decoration: none;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	border: 1px solid #ccc;
	margin: 11px 7px 0px 10px;
}
a.to_nav:hover,
a.to_nav:focus {
    color: #1c1c1c;
    background: #ccc;
}

#navigation ul {
    list-style: none;
    background: #be8c28;
    padding: 0;
	text-align: left;
	margin-left: 0;
}
#navigation li  {
  margin-bottom:0;
}
#navigation li a {
    display: block;
    padding: 0 20px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    line-height: 2.2em;
    height: 2.2em;
    border-bottom: 1px solid #674520;
}

#navigation  li a:hover,
#navigation li a:focus {
    background: #674520;
	color: #f7efda; /*#FFFFFF*/;
}

ul#topnav li ul {
margin:0 0 0 15px;
padding:0;
list-style:none;
background:#e7a331;

}

ul#topnav li ul li a:link,
ul#topnav li ul li a:visited,
ul#topnav li ul li a:active,
ul#topnav li ul li a:hover {
	display:block;
	font: normal 12px Arial, Helvetica, sans-serif;
	margin:0;
	padding: 8px 0 8px 10px;
	height: auto;
}

ul#topnav li ul li a:hover {
	background: #D3A32C;
}

#facebookfanbox {
	display: none;
}

#youtubebox {
	display: none;
}

#illu {
   display: none;
}

a.anmeldebutton {
	background-color: #ff0000;
	color: #ffffff;
	padding: 10px 20px;
	display: inline-block;
}

a.anmeldebutton:hover {
	background-color: #cc0000;
	color: #ffffff;
	padding: 10px 20px;
	display: inline-block;
}

div.half {
   width: 100%;
}

div.first {
   margin: 0 0 2em 0;
}

div.last {
   margin: 2em 0 0 0;
}

div#footer {
	clear:both;
	height:40px;
	background: #475a63 url("images/bg_footer.gif") repeat-x 0px 0px;
	padding: 4px 0 0 5px;
	text-align: left;
}

div#footer p {
    color: #f7efda; /*#FFFFFF*/;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	}

div#footer p a:link,
div#footer p a:visited,
div#footer p a:active,
div#footer p a:hover {
	color: #f7efda; /*#FFFFFF*/;
	text-decoration:underline;
}

div#content {
		margin-left: 10px;
		margin-right: 10px;
		padding-top: 10px;
		text-align:left;
}

div.news {
  float:left;
  margin:0 0 25px;
  width:100%;
}

div.news img {
max-width: 50%;
height: auto;	
}

div.news img.fullwidth {
max-width: 100%;
height: auto;	
}

p.fuhrpark {
	clear: left;
	width: 100%;	
}

p.fuhrpark img {
	margin: 0 10px 10px 0;	
}

div.fbshare {
	display: none;
}

/* Tabellen-Styles */
table.preise {
	border: 1px solid #999999;
	background-color: #F7BE33;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width:100%;
}

table.preise th {
	background-color: #999999;
	text-align:left;
	font-weight:bold;
}

table.preise td.b {
	background-color: #DDDDDD;
	text-align:left;
	font-weight:normal;
}

table.preise td.p {
	background-color: #C0C0C0;
	text-align:right;
	font-weight:normal;
}

table.preise td.blass {
	color: #888888;
}

table.preise th.blass {
	background-color: #bbbbbb;
	color: #888888;
}

/* Kursplan alt */
table.kp {
	border: 1px solid #999999;
	background-color: #F7BE33;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	width:100% !important;
	
	/* Horizontales Scrollen */
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}



table.kp td.h {
	background-color: #999999;
	text-align:center;
	font-size: 11px;
	font-weight:bold;
}

table.kp tr.h td {
	background-color: #999999;
	text-align:center;
	font-size: 11px;
	font-weight:bold;
}

table.kp td.k,
table.kp td {
	background-color: #DDDDDD;
	text-align:center;
	font-weight:normal;
}

table.kp td.fe {
	background-color: #fdffcc;
	text-align:center;
	font-weight:normal;
}

table.kp td.ft {
	background-color: #C0C0C0;
	text-align:center;
	font-weight:normal;
}

table.kp td.z,
table.kp tr.z td {
	background-color: #C0C0C0;
	text-align:center;
	font-size: 11px;
	font-weight:normal;
}

table.kp td.wk {
	background-color: #C59DA0;
	text-align:right;
	padding-right: 5px;
	font-weight:normal;
	background-image: url(images/bg_wk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
}

table.kp td.fkb {
	background-color: #b9baf7;
}

table.kp td.fkg {
	background-color: #d9f7b9;
}

table.kp .kce {
	color: #1fb900;
}

table.kp .ktb {
	color: #00BCD3;
}

table.kp .ka {
	color: #b92700;
}

table.kps {
    width: 100%;
}

/* Kursplan neu */

table.kpn {
	border: 1px solid #999999;
	background-color: #F7BE33;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width:100% !important;
	
	/* Horizontales Scrollen */
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}

table.kpn.okt td {
	padding: 5px 2px 5px 2px;
}



table.kpn td.h {
	background-color: #999999;
	text-align:center;
	font-size: 11px;
	font-weight:bold;
}

table.kpn tr.h td {
	background-color: #999999;
	text-align:center;
	font-size: 11px;
	font-weight:bold;
	width: 12.5%;
}

table.kpn td.k,
table.kpn td {
	background-color: #DDDDDD;
	text-align:center;
	font-weight:normal;
	padding: 2px 2px 2px 2px;
}

table.kpn td.fe { /* Ferien */
	background-color: #fdffcc;
	text-align:center;
	font-weight:normal;
}

table.kpn td.ft { /* Feiertag */
	background-color: #C0C0C0;
	text-align:center;
	font-weight:normal;
}

table.kpn td.z,
table.kpn tr.z td { /* Zeitspalte */
	background-color: #C0C0C0;
	text-align:center;
	font-size: 11px;
	font-weight:normal;
}

table.kpn td.wk { /* Weihnachtskurs */
	background-color: #C59DA0;
	text-align:right;
	padding-right: 5px;
	font-weight:normal;
	background-image: url(images/bg_wk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
}

table.kpn td.fkb {
	background-color: #b9baf7;
}

table.kpn td.fkg {
	background-color: #d9f7b9;
}

table.kpn .kce { /* CE-Kurs */
	color: #1fb900;
}

table.kpn .ktb {
	color: #00BCD3;
}

table.kpn .ka { /* A-Kurs */
	color: #b92700;
}

table.kpn .kbe { /* BE-Kurs */
	color: #E88200;
}

table.kpn .kpwichtig {
	background: #ff0000;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 0 10px 0;
	text-align: center;
}

table.kps {
    width: 100%;
}

/*Formularfelder */

table.kontakt td {
	padding: 3px 10px 5px 10px;
}

table.kontakt td.feld {
	text-align: left;
}

table.kontakt td.beschriftung {
	text-align: right;
}

table.kontakt textarea {
	width: 95%;
	min-height: 150px;
}

table.kontakt td.beschriftung.nachricht {
	vertical-align: top;
}

input[type=text], select{
	font-size: 0.9em;
	width: 200px;
	}
	
input[type=text].sizeA, select.sizeA{
	font-size: 0.9em;
	width: 4em;
	}

input.repeat {
	display: inline-block;
	width: 0px;
	height: 0px;
	padding: 0;
	margin: 0;
	border: none!important;
	}
	
/* Drivenews */
div.sep {
	border-bottom: 1px dotted #999999;
}
ul#drivenews {
	margin:0;
	padding:0;
	list-style:none;
}

ul#drivenews li {
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #999999;

}

b.headline {
	font-size: 1.1em;
	color: #FF0000;
}

div.crewbox {
float: left;
width:100%;
}

div.crewbox hr {
	 display: block; 
	 width:100%;
	 clear:both;
	 margin: 0;
	 visibility: hidden;
	 }


div.crewbild {
	width: 100px;
	text-align: center;
	float: left;
	margin: 0 5px 10px 0;
}

/* Menüsteuerung */

body ul#topnav li ul#sub1,
body ul#topnav li ul#sub2,
body ul#topnav li ul#sub3,
body ul#topnav li ul#sub4,
body ul#topnav li ul#sub5,
body ul#topnav li ul#sub6,
body ul#topnav li ul#sub7 {
display:none;
}

/* Startseite */
body#start div#content {
margin-right: 20px;
}

/* Weg zum Schein */

body#weg ul#topnav li ul#sub1 {
display:block;
margin-bottom: 19px;
}

/* Preise / Kursplan */

body#prpl div#illu,
body#agb div#illu,
body#adresse #illu,
body#recht #illu {
display:none;
}

body#prpl div#content,
body#agb div#content,
body#adresse div#content,
body#recht div#content {
margin-right: 10px;
}

body#prpl ul#topnav li ul#sub1 {
display:block;
margin-bottom: 19px;
}

/* Crew / Fuhrpark */ 

body#crew ul#topnav li ul#sub2 {
display:block;
margin-bottom: 19px;
}

/* Specials */ 

body#specials ul#topnav li ul#sub3 {
display:block;
margin-bottom: 19px;
}

/* Fotos */ 

body#fotos ul#topnav li ul#sub4 {
display:block;
margin-bottom: 19px;
}

/* Fahrlehrer */ 

body#fahrlehrer ul#topnav li ul#sub5 {
display:block;
margin-bottom: 19px;
}

/* Fahrlehrer-Preise */ 

body#flpreise div#illu {
display:none;
}

body#flpreise div#content {
margin-right: 10px;
}

body#flpreise ul#topnav li ul#sub5 {
display:block;
margin-bottom: 19px;
}

/* Kontakt */ 

body#kontakt ul#topnav li ul#sub6,
body#adresse ul#topnav li ul#sub6,
body#agb ul#topnav li ul#sub6 {
display:block;
margin-bottom: 19px;
}

/* Rechtsinformation */

body#recht ul#topnav li ul#sub7 {
display:block;
margin-bottom: 19px;
}

/* FAQ-Foldouts */

.foldout h2 {
margin: 0 auto;
text-align: left;
text-indent: 15px;
background: url(images/foldout/pfeil_down_schwarz.gif) left 5px no-repeat;
position: relative;
z-index: 10;
font-size: 1em;
font-weight: bold;
text-transform: none;
margin-bottom: 4px;
}

.foldout h2.active {
color: #FF0000;
text-indent: 15px;
background: url(images/foldout/pfeil_down_rot.gif) left 5px no-repeat;
cursor: pointer;
}

.covid .foldout h2,
.covid h1 {
color: #004BFF;
}

img.thumbnail {
float: left;
margin: 0 10px 10px 0;
padding: 0;
}

a img {
	border: none;
	text-decoration: none;
}

object.youtube,
iframe.youtube,
object,
iframe {
   float: left;
   margin: 0 10px 10px 0;
   max-width: 100% !important;
}

.alignleft {
   text-align: left !important;	
}

#facebookfanbox {
	margin: 30px 0 10px 0;
}

#youtubebox {
	margin: 10px 0 10px 0;
}


/* ****************************   HELP.gv.at-spezifisch  *********************************** */
#recht table td {
	padding: 2px 5px 2px 5px;	
}

#recht .nono {
	display: none;
}

#recht .tipp,
#recht .tipp_oc,
#recht .advice {
	position: relative;
	min-height: 1.7em;
	margin-bottom: 1em;
	display: block;
}

#recht .small .advice_label {
	width: 2em;
}

#recht .small .advice_text {
	margin-left: 3em;
}

#recht .tipp,
#recht .advice {
	clear: both;
	background-color: #f5e5be;
}

#recht div.col_right .tipp,
#recht div.col_right .advice {
	clear: none;
}

* html #recht .tipp,
* html #recht .advice {
	height: 1.7em;
}

#recht .tipp_logo,
#recht strong.advice_label {
	background-color: #3A5876;
	color: White;
	margin-right: 1em;
	padding-bottom: 0.25em;
	padding-top: 0.25em;
	width: 6em;
	text-align: center;
	float: left;
	font-weight: bold;
}

#recht .tipp_text,
#recht span.advice_text,
#recht div.advice_text {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 7em;
	padding: 0.25em;
	padding-top: 0.25em;
}

* html #recht .tipp_text,
* html #recht span.advice_text {
	height: 0em;
	overflow: visible;
}

#recht .acceptance {
	text-align: right;
}

#recht .ueberschrift_fett {
	font-weight: bold;
}

#recht .fett_rot {
	font-weight: bold;
	color: #DD0000;
	margin-top: 1em;
	margin-bottom: 1em;
}

#recht .source {
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 0.5em;
}

#recht .source img {
	border: none;
}

/* Ende help.gv.at */

.section dateTime, .dateTimeWrapper {
	background-color: #ffffff;
}
#hfmap_div_0_inputStart {
	width: 100%;
}


@media only screen and (min-width: 768px) {
	div#container
	{
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		border-left: none;
		border-right: none;
		background: #F7BE33;
		background: #F7BE33 url(images/bg_content.gif) repeat-x 0px 100px;
		padding:0;
		position: relative;
		
		min-height: 1250px;
	}
	
	div#header {
	width: 100%;
	height: 100px;
	background: #3f5058  url(images/bg_header.png) no-repeat 0px 0px;
	}
	
	img#dc-header {
	   float: right;
	   max-width: auto;
       height: auto;
	}
	
	img#fsdw-header {
	   max-width: auto;
       height: auto;
	}
	
	a.to_nav {
			display: none;
		}
		
	div#illu {
	width:158px;
	float: right;
	}
	
	div#illu img {
	float:right;
	margin: 10px 5px 0px 0px;
	clear:right;
	float:right;
	}
	
	div#illu p {
		margin: 15px 5px 10px 0px;
		clear:left;
		text-align:right;
	}
	
	div#illu p.dc {
		margin: 0 5px 10px 0px;
		clear:right;
		text-align:right;
	}
	
	div.half {
	   width: 48%;	
	   float: left;
	}
	
	div.first {
	   margin: 0 2% 0 0;
	}
	
	div.last {
	   margin: 0 0 0 2%;
	}
	
	div#navigation {
	position: absolute;
	left: 0px;
	top: 100px;
	background: transparent url('images/bg_nav.gif') no-repeat 0px -70px;
	border-right: 2px solid #000000;
	width:200px;
	height:550px;
	}
	
	#navigation ul {
	background: transparent;
	margin:0;
	padding:0;
	width:200px;
	list-style:none;
	list-style-position:outside;
	}
	#navigation li  {
	border-bottom: 1px solid #674520;
	margin-bottom: 0;
	}
	#navigation li a {
		color: #000;
		line-height: 1.5em;
		height: 1.5em;
		border-bottom: 1px solid #674520;
		padding:3px 3px 3px 5px;
		width:192px;
		text-align: center;
	}
	#navigation li a.r {
		color: #f00;
	}
	
	#navigation  li a:hover,
	#navigation li a:focus {
		background: #674520;
		color: #f7efda; /*#FFFFFF*/;
	}
	
	ul#topnav li ul {
	margin:0 0 0 15px;
	padding:0;
	list-style:none;
	background:transparent;
	}
	
	ul#topnav li ul li {
	text-align:right;
	margin-bottom: 0;
	border-bottom: none;
	}
	
	ul#topnav li ul li a:link,
	ul#topnav li ul li a:visited,
	ul#topnav li ul li a:active,
	ul#topnav li ul li a:hover {
		display:block;
		font: normal 12px Arial, Helvetica, sans-serif;
		margin:0;
		padding:2px;
		width:180px;
	}
	
	ul#topnav li ul li a:hover {
		background: #D3A32C;
	}
	
	div#content {
	margin-left: 230px;
	margin-right: 185px;
	padding-top: 20px;
	text-align:left;
	min-height: 800px;
    padding-bottom: 100px;
	}

	div#footer {
		clear:both;
		height:40px;
		background: #475a63 url("images/bg_footer.gif") repeat-x 0px 0px;
		padding: 4px 0 0 5px;
		text-align: left;

			position: absolute;
		bottom: 0px;
		width: 99.5%;
	}
	div.fbshare {
		display: block;
		float: right;
	}
	
	#facebookfanbox {
	margin: 30px 0 10px 0;
	display: block;
	}
	
	#youtubebox {
		margin: 10px 0 10px 0;
		display: block;
	}
	
	/* Tabellen-Styles */
	table.preise {
		font-size: 12px;
		width:705px;
	}
	
	table.kp {
		width:705px;
	}
	
	
	
	table.kp td.h {
		font-size: 12px;
	}
	
	table.kp tr.h td {
		font-size: 12px;
	}
	
	table.kp td.z {
		font-size: 12px;
	}
	
	table.kps {
		width: 550px;
	}
	
	div.crewbox {
	width:570px;
	}
	
	div.crewbox hr {
		 width:550px;
		 }
	
	table.kpn {
		font-size: 12px;
		font-weight: normal;
		width:100% !important;

		/* Horizontales Scrollen */
		display: table;
		overflow-x: auto;
		white-space: nowrap;
	}
	
	table.kpn td.k,
	table.kpn td {
		padding: 3px 8px 3px 8px;
	}
		 
	/* Startseite */
	
	body#start div#illu {
	display:none;
	}
	
	/* Weg zum Schein */
	
	body#weg div#illu {
	display:inherit;
	}
	
	/* Preise / Kursplan */
	
	body#prpl div#illu,
	body#agb div#illu,
	body#recht div#illu {
	display:none;
	}
	
	body#prpl div#content,
	body#agb div#content,
	body#recht div#content {
	margin-right: 10px;
	}
	
	/* Crew / Fuhrpark */ 
	
	body#crew div#illu {
	display:inherit;
	}

	
	/* Specials */ 
	
	body#specials div#illu {
	display:inherit;
	}
	
	/* Fotos */ 
	
	body#fotos div#illu {
	display:inherit;
	}
	
	/* Fahrlehrer */ 
	
	body#fahrlehrer div#illu {
	display:inherit;
	}
	
	/* Fahrlehrer-Preise */ 
	
	body#flpreise div#illu {
	display:none;
	}
	
	body#flpreise div#content {
	margin-right: 10px;
	}
	/* Kontakt */ 
	
	body#kontakt div#illu {
	display:inherit;
	}



	
} /* Ende min-width=768px*/

@media only screen and (min-width: 1004px) {
	div#container
	{
		margin-left: auto;
		margin-right: auto;
		width: 980px;
		border-left: none;
		border-right: none;
	}
	
	div#header {
	width: 100%;
	height: 100px;
	background: #3f5058  url(images/bg_header.png) no-repeat 0px 0px;
	}
} /* Ende min-width: 1004px */

@media print {
div#navigation { 
display: none; 
}
div#illu {
display:none;
}
div#content {
margin-left: 10mm;
margin-right: 10mm;
padding-top: 20px;
}
table.kp { width: 190mm; }
table.kp td { border: 1px solid #CCCCCC; }
table.preise { width: 190mm; }
table.preise td { border: 1px solid #CCCCCC; }
}

