                                                    /*Scollbalken*/
* {
    margin: auto;
    padding: auto;
}
html {height:101%
}
body {
    margin: 0;
    padding: 0;
    background-color: #000000;
    background-image: url(../upload/seitenlayout/background_x.png);
    background-position: center;
    background-attachment: fixed;
    background-repeat: repeat-y;
    text-align: center; /* Zentrierung im Internet Explorer */
    font-family: 'Armata',Verdana, Tahoma, Arial,sans-serif;
    font-size: 9pt;
    color: #666666;
}
#wrapper {
    width: 1000px;
}
#w_100 {
    width: 100%;
    min-height: 25px;
}
#topmenue {
    padding: 1px;
    height: 15px;
    margin-top: 10px;
    float: right;
    text-align: right;
    background-color: #000000;        /*rgba(0,0,0,0.5)*/
}
#topmenue ul {
    margin: 0;
    padding: 0;
}
#topmenue li {
    list-style-type: none;
    display: inline-block;
}
#topmenue a {
    width: 159px;
    height: 20px;
    font-weight: bold;
    color: #24c5d4;
    background-image: url(../upload/seitenlayout/rollover_x-blue.png);
    background-position: 3px 3px;
    padding-left: 15px;
    background-repeat: no-repeat;
    font-size: 8pt;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none; 
}
#topmenue a:hover {
    text-decoration: none;
    color: #fff;
}
#logo {
    float: left;
    width: 43%;
}
#headline {
    color: #fff;
    padding: 0 1px 0 5px;
    float: right;
    text-align: right;
    background-color: #000;
    font-size: 13pt;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 20px;
}
#header {
    width: 100%;
    height: 305px;
    margin-top:68px;
    background-color: #ffffff;
    -moz-box-shadow: inset 0px 10px 15px 0px #ccc;
    -webkit-box-shadow: inset 0px 10px 15px 0px #ccc;
    box-shadow: inset 0px 10px 15px 0px #ccc;
    border-top: 1px solid #ccc;
}
/* Das Header Bild wird im Modul headerbild eingefuegt */
#headerbild {
    width: 100%;
    height: 230px;
    margin-top:0px;
    margin-top: 13px;
}

/*-------------------------------Menue horizontal------------------------*/

#hmenue {
    width: 100%;
    height: 36px;
    background-image: url(../upload/seitenlayout/navi-back.png);
    background-repeat: no-repeat;
}
#hmenue ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#hmenue ul li {
    float: left;
    margin-top: 1px;
    line-height: 35px;    
}
#hmenue ul a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    background-image: url(../upload/seitenlayout/rollover_x-navi.png);
    background-position: 8px 15px;  
    padding: 0 15px 0 20px;
    background-repeat: no-repeat;
    font-size: 10pt;
    font-weight: 400;
    text-transform: uppercase;    
    letter-spacing: 0.05em; 
	background-color: transparent;
}
#hmenue ul li+li {
    border-left: 1px solid #aaa;
}
#hmenue ul li a:hover {
    background-color: #000;
}
#hmenue ul li .aktiv {
    background-color: #000;
}
/*-------------------------------Menue breadcrumb------------------------*/

#navi_breadcrumb {
    width: 99%;
    text-align: left;
    margin-left: 7px;
    font-size: 10px;
}
#navi_breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#navi_breadcrumb ul li {
	display: inline-block;
}
#navi_breadcrumb ul li a {
    color: #666666;
    line-height: 27px;
    margin: 0 2px 0 2px;
    text-decoration: none;  
}

/*----------------- Content ---------------------*/
#contentwrap {
    width: 100%;
    min-height: 350px;
    margin-top:13px;
    margin-bottom:17px;
    background-color: #ffffff;
    -moz-box-shadow: inset 0px 10px 15px 0px #ccc;
    -webkit-box-shadow: inset 0px 10px 15px 0px #ccc;
    box-shadow: inset 0px 10px 15px 0px #ccc;
    border-top: 1px solid #ccc;
}

/*----------------- Navigation links ------------------*/
#leftbar{
    width: 240px;
    margin-top: 26px;
    margin-left: 20px;
    float: left;
    text-align: left;
}
/*------------------------------ Menue mit Namen links -----------------------*/
#leftmenuewithname {
    width: 240px;
    margin: 14px 0 0 0;
    text-transform: uppercase;    
}
#leftmenuewithname ul{
    margin: 10px 0 0 0;
    padding: 10px 0 10px 0;    
    background-image: url(../upload/seitenlayout/nav_linie-b2.png);
    background-repeat:repeat-x;
    background-position: 0px 0px;
}
#leftmenuewithname ul li {
    min-height: 23px;
    padding: 0;
    margin-top: 2px;
    background-image: url(../upload/seitenlayout/nav_linie-b1.png);
    background-repeat:no-repeat;
    background-position: 0px bottom;
    list-style-type: none;
    width: 100%;    
}
#leftmenuewithname .navi a {
    line-height: 15px;    
    width: 92%;
    margin-top: 5px;
    padding-bottom: 5px;
    display: block;
    font-weight: normal;
    text-decoration: none;
    background-image: url(../upload/seitenlayout/rollover_x-navi.png);
    background-position: 3px 5px;
    padding-left: 15px;
    /*background-position: 2px 6px;*/
    background-repeat: no-repeat;
    color: #666666;
}
#leftmenuewithname.navileft .navi last-child a {
    background-image: none;
}
#leftmenuewithname .navi a:hover {
    color:  #000;
}
#leftmenuewithname .navi .subaktiv {
    color:  #000;
}

/*------------------------------ Menue links -----------------------*/
#leftmenue {
    width: 240px;
    margin: 38px 0 0 0;
    text-transform: uppercase;    

}
#leftmenue ul{
    margin: 10px 0 0 0;
    padding: 10px 0 10px 0;    
    background-image: url(../upload/seitenlayout/nav_linie-b2.png);
    background-repeat:repeat-x;
    background-position: 0px 0px;
}
#leftmenue ul li {
    min-height: 23px;
    padding: 0;
    margin-top: 2px;
    background-image: url(../upload/seitenlayout/nav_linie-b1.png);
    background-repeat:no-repeat;
    background-position: 0px bottom;
    list-style-type: none;
    width: 100%;    
}
#leftmenue .navi a {
    line-height: 15px;    
    width: 92%;
    margin-top: 5px;
    padding-bottom: 5px;
    display: block;
    font-weight: normal;
    text-decoration: none;
    background-image: url(../upload/seitenlayout/rollover_x-navi.png);
    background-position: 3px 5px;
    padding-left: 15px;
    /*background-position: 2px 6px;*/
    background-repeat: no-repeat;
    color: #666666;
}
#leftmenue.navileft .navi last-child a {
    background-image: none;
}
#leftmenue .navi a:hover {
    color:  #000;
}
#leftmenue .navi .subaktiv {
    color:  #000;
}
/*------------------------------ Newsbox links -----------------------*/
#newsbox {
    margin-bottom: 20px;  
    letter-spacing: 0.025em;  
}
#newsbox h2 {
    font-size: 12pt;
    margin: 9px 0 13px 0;
    color: #000;
    text-transform: uppercase;
    line-height: 15px;
}
#newsbox .artikelliste {
    background-image: url(../upload/seitenlayout/content_linie.png);
    background-repeat:repeat-x;
    background-position: 8px 0;
}
#newsbox .artikelliste h3 {    
    padding: 20px 0 0 0;    
    margin: 0;
}
#newsbox .artikelliste h3 a {
    color: #666666;
    font-size: 9pt;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;    
    background-image: none;
}
#newsbox .artikelliste p {
    border: medium none;
    box-shadow: none;
    font-size: 9pt;
    line-height: 18px;
    margin: 0;
    padding: 3px 0 5px;
}
#newsbox .artikelliste p a {
    font-weight: bold;
    color: #24c5d4;
    background-image: url(../upload/seitenlayout/rollover_x-blue.png);
    background-position: 3px 5px;
    padding-left: 15px;
    background-repeat: no-repeat;
    font-size: 8pt;
    font-weight: 400;    
    margin: 0 0 0 -5px;
    line-height: 30px;
}
#newsbox .artikelliste .newsartikel  {
    border-bottom: 1px solid #000000;
}

/*------------------------------ Newsbox links current/past-----------------------*/
#leftbox .current {
    background-image: url(../upload/seitenlayout/content_linie2.png); /*linie bottom*/
    background-repeat:repeat-x;
    background-position: 8px 100%;
}

#leftbox .past {      
    margin: 0 0 40px 0;
    padding: 0;  
    color: #000;    
    opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
}
#leftbox .current h2,
#leftbox .past h2 { 
    font-size: 12pt;
    margin: 4px 0 16px 0;
    color: #000;
    text-transform: uppercase;
}
#leftbox .current table.artikelliste,
#leftbox .past table.artikelliste {  
width: 100%;
    text-align: left;
    border-collapse:separate;
}
#leftbox .current table tr,
#leftbox .past table tr {
    width: 100%;
    margin: 0;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #999999;
    vertical-align: top;
    display: block;
}
#leftbox .current table tr td,
#leftbox .past table tr td {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

#leftbox .past table td {
    border-bottom: 1px solid #000000;
}
#leftbox .current table td a,
#leftbox .past table td a { 
    width: 100%;
}
#leftbox .current table td a:hover,
#leftbox .past table td a:hover {
}  
/*-------------------------------textbox links------------------------*/

#leftbox {
    margin-bottom: 20px;
    letter-spacing: 0.025em;
}
#leftbox .teaser_left {                /*    standard textbox    */
    margin-top: 20px;
    background-image: url(../upload/seitenlayout/content_linie.png);
    background-repeat:repeat-x;
    background-position: top;    /*8px 0;*/
    border-bottom: 1px solid #000000; 
    margin-bottom: 20px;
}
#leftbox h2 {
  height: 40px;
    font-size: 12pt;
    margin-top: 8px;
    margin-bottom: 15px;
    color: #000;
    text-transform: uppercase;
    background-image: url(../upload/seitenlayout/content_linie.png);
    background-position: 0 bottom;    
    background-repeat:repeat-x;
/*    background-position: 8px 35px;*/
}
#leftbox h3 {
    font-size: 10pt;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #000;    
    padding-top: 20px;
}
#leftbox a {
    color: #24c5d4;
    background-image: url(../upload/seitenlayout/rollover_x-blue.png);
    background-position: 3px 5px;
    padding-left: 15px;    
    background-repeat: no-repeat;
    font-size: 9pt;
    font-weight: normal;
    margin-bottom: 15px;
}
#leftbox p {
    padding-bottom: 15px;
}
#leftbox .contactbox {
    background-image: url(../upload/seitenlayout/content_linie.png);
    background-repeat:repeat-x;
    background-position: 8px 0;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
}
#leftbox .contactbox h3 {
    padding-top: 20px;
}


/*-------------------------------Content------------------------*/

#content {
    width: 560px;
    float: left;
    margin: 22px 100px 0 79px;
    text-align: left;
}
#contentbox {
    margin-bottom: 20px;
}
#contentbox .textItem {                
    margin-top: 10px;
    padding-bottom: 20px;
    background-image: url(../upload/seitenlayout/content_linie2.png); /*linie bottom*/
    background-repeat:repeat-x;
    background-position: 8px 100%;
}
#content p {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #666666;
    letter-spacing: 0.025em;
    text-align: left;
    line-height: 1.6em;
/*    hyphens: auto;*/    /*Silbentrennung*/
}
#content p a {
    color: #24c5d4;
}
#content img {
/*    border: 1px solid #aaa;*/
    padding: 5px;
}
#content p a img {
    background-image: none;
}
.img_left {
    margin-top: 5px;
    margin-bottom: 1px;
    margin-right: 5px;
    float: left;
}
.img_right {
    margin-top: 5px;
    margin-bottom: 1px;
    margin-left: 5px;
    float: right;
}
.img_center {
    margin-top: 5px;
    margin-bottom: 1px;
    margin-right: auto;
    margin-left: auto;
    text-align: center; /* Zentrierung im Internet Explorer */
    display: block;
}
#content h1 {
    min-height: 20px;
    font-size: 12pt;
    line-height: 25px;
    margin-top: 8px;
    padding-bottom: 13px;
    color: #000;
    text-transform: uppercase;
    background-image: url(../upload/seitenlayout/content_linie.png);
    background-repeat:repeat-x;
    background-position: 0 bottom;
}
#content h2 {
    min-height: 20px;
    font-size: 12pt;
    line-height: 25px;
    margin-top: 8px;
    padding-bottom: 13px;
    color: #000;
    text-transform: uppercase;
    background-image: url(../upload/seitenlayout/content_linie.png);
    background-repeat:repeat-x;
    background-position: 0 bottom;
}
#content h3 {
    font-size: 11pt;    
    min-height: 20px;
    line-height: 25px;
    margin-top: 8px;
    padding-bottom: 5px;
}
#content h3 a {
    color: #24c5d4;
}
#content h4 {
    font-size: 10pt;
    min-height: 20px;
    line-height: 25px;
    margin-top: 8px;
    padding-bottom: 5px;
}
#content h5 {
    font-size: 10pt;
    min-height: 20px;
    line-height: 25px;
    margin-top: 8px;
    padding-bottom: 5px;
}
#content h6 {
    font-size: 10pt;
    color: #1C78A0;
    min-height: 20px;
    line-height: 25px;
    margin-top: 8px;
    padding-bottom: 5px;
}
#content ul {
    margin-bottom: 15px;
}
#content ul li {
    color: #666666; 
    line-height: 1.6em;
}
#content ul li a {
    color: #24C5D4;  
}
#content ul li a:hover {
}
#content td a {    
    color: #24c5d4;
}
/*-------------------------------News-Artikel----------------------*/
#content .current {
    margin: 0 0 60px 0;
    padding: 0;    
    background-image: url(../upload/seitenlayout/content_linie2.png); /*linie bottom*/
    background-repeat:repeat-x;
    background-position: 8px 100%;
}
#content .past {      
    margin: 0 0 40px 0;
    padding: 0;  
    color: #000;    
    opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
}
#content .current h2,
#content .past h2 { 
    height: 40px;
    font-size: 12pt;
    margin-top: 8px;
    color: #000;
    text-transform: uppercase;
    background-image: url(../upload/seitenlayout/content_linie.png);
    background-repeat:repeat-x;
    background-position: 8px 34px;
}
#content .current table.artikelliste,
#content .past table.artikelliste { 
    width: 100%;
    text-align: left;
    border-collapse:separate;
    border-spacing:5px 10px;
    margin: 0;
    padding: 0 0 10px 0;
}
#content .current table td,
#content .past table td {
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #999999;
    vertical-align: top;
}
#content .past table td {
    border-bottom: 1px solid #000000;
}
#content .current table td a,
#content .past table td a { 
    font-weight: bold;
    color: #24c5d4;
    background-image: url(../upload/seitenlayout/rollover_x-blue.png);
    background-position: 3px 5px;
    padding-left: 15px;
    background-repeat: no-repeat;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}
#content .current table td a:hover,
#content .past table td a:hover { 
    text-decoration: underline;
}  
#both {
    width: 100%;
    clear: both;
}
/*--------------------------------
        Sitemap
---------------------------------*/

.sitemap {                
    margin-top: 10px;
    padding-bottom: 20px;
    background-image: url(../upload/seitenlayout/content_linie2.png); /*linie bottom*/
    background-repeat:repeat-x;
    background-position: 8px 100%;
}
ul.sitemapStandardMainCat{
list-style-type: none;
text-decoration: none;
margin: 20px 0 20px 0;
}
ul.sitemapStandardMainCat a{
    text-decoration: none;
    font-weight: bold;
    color: #666666;
}
#content li.sitemapStandardLevel_1 a{
    margin-left: 10px;
    font-size: 11pt;
    color: #24c5d4;    
    background-image: url(../upload/seitenlayout/rollover_x-blue.png);
    background-position: 3px 5px;
    padding-left: 15px;
    background-repeat: no-repeat;    

}
#content li.sitemapStandardLevel_2 a{
    margin-left: 60px;
    font-size: 10pt;
    color: #24c5d4;    
    background-image: url(../upload/seitenlayout/rollover_x-blue.png);
    background-position: 3px 5px;
    padding-left: 15px;
    background-repeat: no-repeat;
}
#content li.sitemapStandardLevel_3 a{
    margin-left: 90px;
    font-size: 10pt;
    color: #24c5d4;    
    background-image: url(../upload/seitenlayout/rollover_x-blue.png);
    background-position: 3px 5px;
    padding-left: 15px;
    background-repeat: no-repeat; 
}
ul.sitemapStandardMainCat a:hover{
    text-decoration: underline;
}
/* Tuning Workshop Archive */
.column_teaser .date {
    display: none;
}
/*--------------------------------

        Kontaktformular

---------------------------------*/

#contactForm {
background-color: #f1f1f1;
width:97%;    /*width: 500px;*/
font-size: 10pt;
padding: 20px 10px 20px 10px;
margin: 20px 0 20px 0;
float: left;
}
.contactRow clearfix {
width:auto;
border:0;
}
#contactForm input{
    margin-bottom: 5px;
    height: 20px;   
    width:50%;
}
#contactFormSubmit {
text-align: center;
}
#contactFormSubmitLeft input {
    margin-bottom: 5px;
    height: 30px;   
    width:30%;
    float: left;
}
#contactFormSubmitRight input {
    margin-bottom: 5px;
    height: 30px;   
    width:30%;
    float: right;
    margin-right: 20px;
}
#Anliegen {
    height: 200px;
    width:95%;
}

/*-------------------------------Fusszeile----------------------*/
#footer {
    width: 100%;
    height: 85px;
    margin-top: 10px;
    clear: both;
    border: none;
}
#footer img {
    border: none;
}

/* Spam Fallen */
#town_row, #age_row {
    display:none;
}
#Town_row, #Age_row {
    display:none;
}
/* ----- SITEMAP ----- */
#content ul.sitemap {
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
}

#content ul.sitemap ul {
    margin: 0;
}

.sitemap .sitemap {
    margin: 0;
}

.sitemap li {
    list-style: none;
}

.sitemap li a {
    display: block;
    padding: 7px 0 7px 0;
    color: #797979;
    text-decoration: none;
}

.sitemap li a:hover {
    color: #0083cb;
}

/* styling the different levels */
.sitemap>li {
    border-bottom: 1px dashed #0384cc;
}

.sitemap>li>a {
    font-weight: bold;
}

.sitemap>li ul li {
    padding-left: 35px;
}

.sitemap>li>ul>li>ul>li a:hover {
    color: #9ba21b;
}
/* News Korrekturen */
.newsmeta.small {
    display: none;
}
.paging {
    margin-top: 15px;
 margin-bottom: 15px;
}   