/*----------------------------------------------------------------------------------------------------------------
H T M L    T A G S
----------------------------------------------------------------------------------------------------------------*/
* {
  font-family:Verdana, arial, helvetica, sans-serif;
  font-size:11px;
}

body {
  background-color:rgb(255,255,255);
  text-align: center;
  margin: 0px;
  height: 100%;
}

h1 {
    margin-bottom:5px;
}

p {
  font-size: 11px;
  text-indent: 0px;
  line-height: 140%;
  margin: 0;
  color: rgb(0,0,0);
}

h3 {	
    font-weight: bold;
    font-size: 14px;  
    text-indent: 0px;
    line-height: 140%;
    margin: 0;
    color: rgb(0,0,0);
}

A, A:link, A:visited, A:active {
    color: rgb(64,64,64);
    text-decoration: none;
    font-size: 11px; 
    text-indent: 0px; 
    margin: 0px; 
    line-height: 140%; 
}

A:hover, A:active { 
    color:rgb(170,170,170);
}

/*----------------------------------------------------------------------------------------------------------------
I D E N T I F I E R
----------------------------------------------------------------------------------------------------------------*/
#container {
  position: relative;
  width: 990px;
  height: 585px;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
  background-color: rgb(255,255,255);
  border: 0px solid red;
}

#navmenu {
  position: absolute;
  top: 10px;
  left: 586px;
  width: 405px;
  height: 20px;
}

#topmenu {
  position: absolute;
  top: 64px;
  left: 0px;
  width: 151px;
  height: 128px;
  border-top: 1px solid white;
  background-color: rgb(204,204,204);
}

#submenu {
  position: absolute;
  top: 36px;
  left: 729px;
  width: 137px;
  height: 193px;
  background-color:rgb(204,204,204);
}

#border	{
  position: absolute;
  top: 35px;
  left: 1px;
  width: 575px;		
  height: 194px;
  overflow: hidden;
}

#left {
  width:406px;
  float: left;
  border: 0px solid red;
}

#normal	{
  width:143px;
  float: left;
  border: 0px solid green;
}
	
#right	{
  width: 264px;
  float: left;
  border: 0px solid blue;
}

#footmenu {
  position: absolute;
  top: 100%;
  left: 100%;
  width: 124px;
  height: 79px;
  margin-left: -124px;
  margin-top: -78px;
  background-color:rgb(204,204,204);
  border-top: 1px solid white;
  z-index: 3;
}

#content {
  position: absolute;
  top: 299px;
  left: 1px;
  width: 990px;
  background-image: url(../img/kronprinz_grau_neu_1px.gif);
  background-position: top right;
  background-repeat: repeat-y;
  border: 0px dashed blue;
  z-index: 1;
}

/*----------------------------------------------------------------------------------------------------------------
C L A S S 
----------------------------------------------------------------------------------------------------------------*/
.spacer1 {
  width: 10px;
  height: 286px;
  float: left;
}

.spacer2 {
  width: 15px;
  height: 286px;
  float: left;
}

.empty1 {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 431px;
  height: 34px;
  background-color:rgb(190,209,239);
}

.empty2 {
  position: absolute;
  left: 433px;
  top: 1px;
  width: 143px;
  height: 34px;
  background-color:rgb(190,209,239);
}

.empty3 {
  position: absolute;
  left: 577px;
  top: 36px;
  width: 151px;
  height: 193px;
/*  background-color:rgb(190,209,239); */
  background-color:rgb(204,204,204);
}

.empty4 {
  position: absolute;
  top: 230px;
  left: 1px;
  width: 431px;
  height: 34px;
  background-color:rgb(84,115,164);
}

.empty5 {
  position: absolute;
  top: 230px;
  left: 433px;
  width: 143px;
  height: 34px;
  background-color:rgb(84,115,164);
}

.empty6 {
  position: absolute;
  top: 230px;
  left: 577px;
  width: 151px;
  height: 34px;
/*  background-color:rgb(84,115,164); */
  background-color:rgb(204,204,204);
}

.empty7 {
  position: absolute;
  top: 229px;
  left: 729px;
  width: 137px;
  height: 35px;
  background-color:rgb(204,204,204);
}

.rechts_logo {
  position: absolute;
  top: 36px;
  left: 867px;
  width: 124px;
  height: 472px;
  background-image: url(../img/das_rad_und_mehr_grau_neu.gif);
  background-position: top;
  background-repeat: no-repeat;
  z-index: 2;
}

.topmenu a, .topmenu a:link, .topmenu a:visited, .topmenu a:active {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
    color: rgb(64,64,64);
}

.topmenu a:hover {
    color: rgb(0,0,128);
}

.topmenu_act a, .topmenu_act a:link, .topmenu_act a:visited, .topmenu_act a:hover, .topmenu_act a:active {
    font-size: 10px;
    font-family: Verdana, Arial, Helveitca, sans-serif;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
    color: rgb(0,0,128);
}

.submenu, .submenu a, .submenu a:link, .submenu a:visited, .submenu a:active {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
    color: rgb(64,64,64);
}

.submenu a:hover {
    color: rgb(0,0,128);
}

.submenu_act,.submenu_act a,.submenu_act a:link,.submenu_act a:visited,.submenu_act a:active,.submenu_act a:hover {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
    color: rgb(0,0,128);
}

.submenu_2, .submenu_2 a, .submenu_2 a:link, .submenu_2 a:visited, .submenu_2 a:active {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
    color: rgb(64,64,64);
}

.submenu_2 a:hover {
    color: rgb(0,0,128);
}

.submenu_2_act, .submenu_2_act a, .submenu_2_act a:link, .submenu_2_act a:visited, .submenu_2_act a:active, .submenu_2_act a:hover {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
    color: rgb(0,0,128);
}

.navmenu,.navmenu_no,.navmenu_no a, .navmenu_no a:link,.navmenu_no a:visited,.navmenu_no a:active {
    white-space: nowrap;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: rgb(0,0,0);
}

.navmenu_no a:hover {
    color: rgb(84,115,164);
}

.navmenu_act,.navmenu_act a, .navmenu_act a:link,.navmenu_act a:visited,.navmenu_act a:active, .navmenu_act a:hover {
    white-space: nowrap;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: rgb(84,115,164);
}

.footmenu {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9px;
  font-weight: normal;
  text-decoration: none;
  color: rgb(64,64,64);
}

.csc-sitemap-level1 {
  text-transform: uppercase;
}

.csc-sitemap-level2 {
  padding-left: 20px;
}

.csc-sitemap-level2:before{content:"└ "; color: grey;}

.csc-sitemap-level3 {
  padding-left: 40px;
}

.csc-sitemap-level3:before{content: "└ "; color: grey;}

.head {	
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;  
    text-indent: 0px;
    line-height: 140%;
    margin: 0;
    color: rgb(0,0,0)
}

.subhead {	
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;  
    text-indent: 0px;
    line-height: 140%;
    margin: 0;
    color: rgb(0,0,0)
}

.subhead2 {	
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;  
    text-indent: 0px;
    line-height: 140%;
    margin: 0 0 0 0;
    color: rgb(0,0,0)
}

.bodytext {	
    font-family: Verdana, arial, helvetica, sans-serif;
    font-size: 11px;  
    text-indent: 0px;
    line-height: 140%;
    margin: 0;
    color: #000;
}

.bu {
    font-family: arial, helvetica, sans-serif;
    font-size: 7px;  
    text-indent: 0px;
    line-height: 120%;
    margin-left: 0px;
    margin-top:	5px;
    color: rgb(0,0,0);
}

.mailform {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;  
    text-indent: 0px;
    line-height: 120%;
    color: rgb(0,0,0);
}

.mailformrequired {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    text-indent: 0px;
    line-height: 120%;
    color: rgb(0,0,0);
}

.csc-caption {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-indent: 0px;
  text-align: left;
  line-height: 140%;
  color: #000;
}

/* ================
   === MAILFORM ===
   ================ */
#mailform {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #000;
  line-height: 150%;
  /* width: 49%; */
  border: 0;
}
  
  .csc-mailform-field {
    width: 100px;
  }
  
  
  
/* #### VERTRIEBSPARTNER #### */


#retailer {
	width: 500px;
	

}

.retailer_tr {
	clear: both;

}

.retailer_td_left {
	float: left;
	width: 150px;
	padding-top: 10px;
}

.retailer_td_left p {
	margin:0 0 10px 0;
	padding: 0 0 0 0;
        text-align: left; 
        line-height: 1.5;
}



.retailer_td_right {
	float: left;
	width: 300px;
	padding-top: 10px;
}

.retailer_td_right p {
	margin:0 0 10px 0;
	padding: 0 0 0 0;
        text-align: left; 
        line-height: 1.5;
}


.retailer_divider {
	clear: both;
	height: 1px;
	border-top: 1px solid #C3C3C3;

}
  