#debug{

    bottom:  10px;
    clear: both;
    text-align: left;
}
* {
    margin:0;
    padding:0;
}
.no-wrap{
	white-space: nowrap;
}

html, body{
    margin:0;
    padding:0;
    text-align:center;
    background: transparent;
    background-image: url(../img/bg.gif);

    color: #000;
    font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
    font-size:13px;
    font-weight: normal;
}
#mobile-nav,
#mobile-header{
	display: none;
}

#container{

    width:1100px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;


}

#content{
    padding-top: 11px;
/*    background-image: url(../img/bg-car.png);*/
    background-repeat:no-repeat;
    background-position: right  ;
    background-position: bottom  ;
    background-position: 380px  ;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    width: 970px;
    min-height: 500px;
    color:#BBB;
}

#maincol{

    background-image: url(../img/bg-40.png);
    float: left;
    display:inline;
    position: relative;
    width:628px;
    border-width: 0px;

    border-color: #005298;
    border-style:solid ;
    padding: 8px;
    padding-right: 30px;
    padding-bottom: 26px;
}

#maincol p, ul, h3, h4{
    padding-left: 6px;
}

/*printer styles*/
@media print{

    /*hide the right column when printing*/
    #rightcol{display:none;
    }
    #twocols, #maincol{width:100%; float:none;}
}

#rightcol-zzz{
    border: 1px;
    border-color: gray;
    border-style:solid ;
}
#rightcol{
    width:282px;
    float:right;
    position:relative;
}

#header{
    padding-top: 22px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    width: 970px;
    height:60px;
    border: 0px;
    border-color: gray;
    border-style:solid ;
    clear:both;
}
#header-r{
    float: right;
    font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
    font-size: 11px;
    text-align: right;
    padding-right: 8px;
}

#logo{
    padding-left: 4px;
}

#logo_allianz{

}

#main-navi{
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    width: 970px;
    height:48px;
}


#footer{
    height:30px;
    width: 970px;
    margin-left:auto;
    margin-right:auto;
    border: 0px;
    color: gray;
    text-align: right;
    padding-top: 10px;
    border-color: gray;
    border-style:solid ;
    clear:both;
}

/** NAVI */
/* Beispiel 3 */
.menu{
    list-style-image: none;
    list-style-type: none;
    padding: 0px;
    padding-left: 2px;
    margin: 0px;
    position: relative;
}

.menu li {
    float: left;
    line-height: 60px;
    margin: 0px;
    padding: 0px;

}

.navi-sep {
    height: 100%;
    float: left;
    width: 30px;
    background-image: url(../img/navi-sep.png);
    background-repeat: repeat-x;
}

.menu li a {
    position: relative;
    z-index: 4;
    color: #DDD;
    float: left;
    width: 191px;
    height: 60px;
    line-height: 70px;
    text-align: center;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: 50% 30%;
    overflow: hidden;

}

.menu li a:hover {
    z-index: 4;
    color: #FFF;
    line-height: 40px;
    text-align: center;

    background-image: url(../img/arrow_up.png);
    background-repeat: no-repeat;
    background-position: 50% 64%;
    overflow: hidden;

}

#active {
    color: #FFF;
    line-height: 40px;
    text-align: center;
    background-image: url(../img/arrow_up.png);
    background-repeat: no-repeat;
    background-position: 50% 64%;

}

.navi-sep{
    height: 60px;
    float: left;
    width: 3px;
    background-image: url(../img/navi-sep.png);
    background-repeat: repeat-x;
}


#navi-top-seperator{
    height:6px;
    background-color:#00F;
    display: none;
    clear:both;
}
#navi{
    height:60px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    width: 970px;
    clear:both;
    background-image: url(../img/navi-bg.gif);
    background-repeat: repeat-x;


}


/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


a {
    color: #ccc;
/*        #005298;*/
    font-weight: normal;
    text-decoration:none;
}
a:hover {
    color: #0070d0;
/*        #005298;*/

}
a img {
    border:none;
}

.blue, strong{
    color: #fff;
/*    #006bc6;    #005298;*/
}
.highlight{
    text-indent: 40px;
}

h1, h2, h3, h4 {

    margin-bottom:0.5em;
    color:#ff0033;
/*      #006bc6;   #005298;*/
}
h1 {
    font-family: 'lucida grande', helvetica, arial, sans-serif;
    font-variant: small-caps;
    font-size: 20px;
}
h2 {
    font-family: 'lucida grande', helvetica, arial, sans-serif;
    font-size: 17px;
    font-variant: small-caps;
}
h3 {
    font-family: 'lucida grande', helvetica, arial, sans-serif;
    font-size: 15px;
    font-variant: small-caps;
}
h4 {
    color: #fff;
    font-size: 13px;
    font-variant: small-caps;
}
ol, ul, li {
    margin: 0 12px;
}
ol {
    counter-reset: item;
}
ol li { display: block }

ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    font-weight: bold;
	color: #fff;
}
/** Layout **/
#container {
    text-align: left;
}



.box{
    background-image: url(../img/bg-40.png);
    text-indent: 8px;
    padding-top: 8px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    width: 280px;
    border-width: 0px;

    border-color: #005298;
    border-style:solid ;
}


.box-a, #maincol-a {
    border-right-width: 1px;
}

.weather{
    padding-left: 44px;
}
.weather a{
    text-align: left;
    float: left;
    font-weight: bold;
}
#race_calender_short{
    font-size: 12px;
    list-style-image: url('../img/flag.icon.png');
    padding-left: 28px;
    padding-bottom: 8px;
    margin: 0px;
}

#race_calender{
    list-style-image:none;
    list-style-type: square;
    padding-left: 28px;
    padding-bottom: 8px;
    margin: 0px;
}

ul {
    list-style-image: url('../img/ok.png');
    padding-left: 28px;
    padding-bottom: 8px;
    margin: 0px;
}
#formular_short {
    list-style-image: url('../img/pdf.icon.png');
    padding-left: 28px;
    padding-bottom: 8px;
    margin: 0px;
}

li
{
    padding-left: 0px;
}

dl {
    line-height: 2em;
    margin: 0.5em 0em 0em 1em;
    width: 257px;
}

dt {
    color: #fff;
/*    #005298;*/
    font-weight: bold;
    padding-left: 4px;
    vertical-align: top;
}
dd {
    margin-left: 5em;
    margin-top: -2em;
    vertical-align: top;
}

#effort, #disclaimer{
    padding-left: 14px;
}

#effort p{
    border: 0px;
    border-color: gray;
    border-left: 1px;
    border-style: solid;
    font-size: 11px;
}

#disclaimer p{
    border: 0px;
    border-color: gray;
    border-left: 1px;
    border-style: solid;
    font-size: 9px;
}

p{
    font-size: 12px;
}
.show-weather{
    text-align: right;
}

ul .next_race{
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    list-style-image: url('../img/flag.icon.png');

}
#weather-content{
    padding-left: 15px;
}



/** Forms **/
.kontakt{
    padding-left: 50px;;
}
.kontakt form {
    padding: 0;
    width: 76%;
}
.kontakt fieldset {
    border: 1px solid #aaa;
    margin-bottom: 1em;
    padding: 8px;
    padding-bottom: 20px;

}
.kontakt fieldset legend {
    font-size: 13px;
    color: #ff0033;
/*     color: #005298;*/
    font-weight: bold;
    border: 0px;
    border-spacing: 4px;
    border-color: gray;
    border-style: solid;
}


.kontakt form .error-message{
    font-style: italic;
    color: #0070d0;
/*        #FF8000;*/
    font-size: 12px;
    text-align: right;
}


.kontakt label {
    display: block;
    margin-bottom:3px;
}
.kontakt input, textarea {
    clear: both;
    width:66%;

}
#ContactSubject,#ContactText {
    width:  97%;
}

input[type=submit] {
    display: inline;
    font-size: 110%;
    width: auto;
    padding-left: 6px;
    padding-right: 6px;
}

.kontakt form .submit input[type=submit] {
    background:#005298;
    background: -webkit-gradient(linear, left top, left bottom, from(#005298), to(#0e52af));
    background-image: -moz-linear-gradient(top, #005298, #0e52af);
    border-color: #0549af;
    color: #FFF;
    text-shadow: #005298 0px 1px 0px;
    float: right;
}
.kontakt form .submit input[type=submit]:hover {
    background:#1050af;
    background: -webkit-gradient(linear, left top, left bottom, from(#1050af), to(#1662af));
    background-image: -moz-linear-gradient(top, #1050af, #1662af);
}
.invisi{
    display: none;
}


.myLampStyle li.back {
    width: 9px;
    height: 60px;
    z-index: 2;
    background-image: url("bg-20.png")  ;
    position: absolute;
}
.box p{
    padding-left: 6px;
}
#home_img{
    padding-bottom: 12px;
}

iframe {
    background-color: transparent ! important;
    		
}

#footer hr{
    margin-bottom: 5px;
    border-color: white;
}

#weather-content * { background-color: transparent ! important; }

.box.facebook{
    line-height: 30px; 
}
.box.facebook img{
    vertical-align: middle;
    padding: 0 5px;
}
#crash-report {
    box-sizing: border-box;
	 height: 340px;
}

.crash-stat {
	width: 570px;
    height: 290px;
    font-size: 14px;
    line-height: 1.2em;
}



.etabs {
	margin-left: 3px;
	padding: 0; }
.tab {
	display: inline-block;
	zoom:1; *display:inline;
	border: solid 1px #999;
	border-bottom: none; 
	margin-right: 0px;
}
.tab a { 
	line-height: 2em; 
	display: block; 
	padding: 0 10px;
	min-width: 66px;
	outline: none; 
}
.tab h2{font-size: 13px;     margin-bottom: 0px;}
.tab a:hover { text-decoration: underline; }
.tab.active { 
	padding-top: 5px; 
	position: relative; 
	top: 1px; 
	border-color: #666; }
.tab.active h2{font-size: 16px;}

.tab-container .panel-container {
	background: #fff; 
	border: solid #666 1px; 
	padding: 10px;
}
