html {font-family:Arial,helvetica,sans-serif;font-size:12px;width:100%;height:100%,text-align:center;margin:0;padding:0;}
body {margin:0;padding:0;background-color:#999999;}

#container {width:962px;height:650px;text-align:left;margin:0px auto 0 auto;border:1px black;}
#content_wrapper {width:960px;height:650px;margin:0;background-color:White;border-bottom:1px solid Black;}

/* Boxen */
#head {width:960px;height:58px;margin:0;background-color:White;}
#left {width:194px;height:650px;float:left;background-color:#ffcc00;border-right:1px solid Black;}
#content{width:755px;float:left;border-top:1px solid #ffcc00;min-height:550px;}
#wrapper {width:735px;height:630px;margin:0 10px 10px 10px;overflow:auto;}
#footer {width:962px;margin-top:5px;border-top:1px dashed #636363;text-align:right;color:#ffcc00;}

#Filialen {width:510px;margin:0;float:left;border-left:195px solid #ffcc00;height:58px;}

#adress {width:194px;height:87px;background-color:#707173;color:White;}
#adress p {margin:0px 2px 2px 10px;}

.spalten {float:left;width:240px;margin-right:5px;display:block;margin-top:15px;}
.spalten_c {width:400px;margin-right:5px;margin-top:15px;}

/* Bilder */
#Logo {width:204px;height:58px;border:0;float:left;} 
#Themenbild {width:194px;}
#ADAC_Logo {width:100px;height:100;border:1px solid Black;margin:0 0 13px 10px;}

h1 {font-size:16px;padding:2px;margin-top:10px;}
h1:before {content:">> ";color:#ffcc00;font-weight:bold;}
h3 {font-size:14px;font-weight:bold;}
h3:before {content:">> ";color:#ffcc00;font-weight:bold;}

#linke_spalte ul {list-style-type:none;margin:2px 0 0 3px;padding:1px;}
#linke_spalte ul li {margin:2px;padding:0px;}
#linke_spalte ul li:before {content:">> ";color:#ffcc00;font-weight:bold;}

/* Navigation */
#navigation {height:280px;}
#navigation ul {list-style-type:none;padding:10px 0 0 10px;margin:0;}
#navigation ul li {padding:3px 0 3px 0}
#navigation ul li ul {padding:2px 2px 2px 10px;margin:0;}
#navigation ul li ul li {color:#666666;}

#menu a:link{color:Black;text-decoration:none;font-weight:bold;}
#menu a:visited{color:Black;text-decoration:none;font-weight:bold;}
#menu a:hover{color:Black;text-decoration:none;font-weight:bold;}
#menu a:active{color:Black;text-decoration:none;font-weight:bold;}
#menu a.current {text-decoration:underline;}

#submenu a:link{color:Black;text-decoration:none;font-weight:normal;}
#submenu a:visited{color:Black;text-decoration:none;font-weight:normal;}
#submenu a:hover{color:Black;text-decoration:none;font-weight:normal;}
#submenu a:active{color:Black;text-decoration:none;font-weight:normal;}
#submenu a.current {text-decoration:underline;}

a:link{color:Black;text-decoration:none;font-weight:bold;}
a:visited{color:Black;text-decoration:none;font-weight:bold;}
a:hover{color:Black;text-decoration:none;font-weight:bold;}
a:active{color:Black;text-decoration:none;font-weight:bold;}

a.current {text-decoration:underline;}
a.footer {color:#cccccc;}

/* Bilder Slideshow */
#s1 { text-align:center; }
#s1 img {border:1px solid #ccc;padding:3px;}
#nav { width: 200px; }
#nav li { width: 50px; float: left; margin:10px 15px 0 0; list-style: none }
#nav a { width: 50px; padding: 3px; display: block; border: 1px solid #ccc; }
#nav a.activeSlide { background: #FFCC00; }
#nav a:focus { outline: none; }
#nav img { border: none; display: block }


.editor {color:Red;font-weight:bold;font-size:14px;}
.editor_hinweis {color:Red;font-weight:bold;font-style:italic;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(/img/layout/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #ffcc00;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}