/*===============================================================================*/
/*--                   Standard - CSS Contenido Küng & Küng                    --*/
/*-------------------------------------------------------------------------------*/
/*-- Author: media-konzept kuster, Felix Kuster / Janine Iten / Walti Zubler   --*/
/*-------------------------------------------------------------------------------*/
/*-- Copyright (C) 2007 media-konzept kuster, 5430 Wettingen                   --*/
/*===============================================================================*/

/*----------------------------------------------------------------*/
/*--                       Gillt für Alle                       --*/
/*----------------------------------------------------------------*/

* {  margin:0;  padding:0;  }

/*----------------------------------------------------------------*/
/*--                      Grund-Definitionen                    --*/
/*----------------------------------------------------------------*/

html
{
    padding:0px;
    margin:0px;
    border:0px;
}

body
{
   background-color:#f2f0eb;
   color:#666;
   margin:0px;
   padding:0px;
   font-family: "Times New Roman", Arial, Verdana, "Trebuchet MS",  sans-serif;
   font-size:14px;
   background-image:url(../images/layout/bg.jpg);
   background-repeat:repeat-x;
}

h1 
{
  font-size: 20px;
  padding-bottom:20px;
  font-weight:normal;
}

h2 
{
  font-size: 20px;
  padding-bottom:20px;
  font-weight:normal;
}

a
{
   border:0;
   outline-style:none;
   outline-width:0;
   color:#2c74b5;
   text-decoration: none;
}

.outlink
{
  line-height:20px; /* Wegen IE7 sonst wird border-bottom nicht angezeigt */
  padding-right: 13px;
  background-image: url("../images/navi_pfeil_rechts.gif");
  background-repeat: no-repeat;
  background-position: right 6px;
}

.outlink_links
{
  line-height:20px; /* Wegen IE7 sonst wird border-bottom nicht angezeigt */
  padding-left: 13px;
  background-image: url("../images/navi_pfeil_links.gif");
  background-repeat: no-repeat;
  background-position: left 6px;
}

.linie {width:100%; border-top: 1px #d8d8d8 dotted; margin-top:20px;}

.clear_float
{
    clear:both;
}


ul
{
   margin-left:20px;
   padding:0px;
}

li
{
   line-height:120%;
   padding:0px;
   margin-bottom:5px;
}

.textItem 
{
   line-height:150%;
}

.text_slogan 
{
    color: #fff;
    font-weight:normal;
    font-size:20px;
}

#adresse 
{
   color: #fff;
   margin-top: 220px;
}

#adresse_schwarz 
{
   color: #fff;
   margin-top: 220px;
}

#impressum_rechts
{
   color: #fff;
   margin-top: 190px;
}

#impressum_rechts a
{
  color: #fff;
  text-decoration:underline;
}

.history
{
   padding-top:20px;
}

#kc {padding-left: 20px; font-size: 12px; margin-top: 220px;}
/*----------------------------------------------------------------*/
/*--                      Boxen-Aufteilung                      --*/
/*----------------------------------------------------------------*/


#arbeitsflaeche_rot
{
   width:835px;
   height: 620px;
   margin: 0 auto;
   padding:0;
   text-align:left;
   bottom: 0;
   margin-top:40px; 
   background-image:url(../images/layout/hintergrund_rot.png);
   background-repeat:no-repeat;
}

#arbeitsflaeche_gelb
{
   width:835px;
   height: 620px;
   margin: 0 auto;
   padding:0;
   text-align:left;
   bottom: 0;
   margin-top:40px; 
   background-image:url(../images/layout/hintergrund_gelb.png);
   background-repeat:no-repeat;
}

#arbeitsflaeche_gruen
{
   width:835px;
   height: 620px;
   margin: 0 auto;
   padding:0;
   text-align:left;
   bottom: 0;
   margin-top:40px; 
   background-image:url(../images/layout/hintergrund_gruen.png);
   background-repeat:no-repeat;
}

#spalte_links
{
    width: 240px;
    float:left;
}

#spalte_links_inhalt 
{
    padding-left:20px;
    padding-top:140px;
}


#spalte_mitte
{
    width: 385px;
    float:left;
}

#spalte_mitte_inhalt 
{
    padding-top: 140px;
    padding-right:40px;
    padding-left:20px;
}

#spalte_rechts
{
    width: 210px;
    float:left;
}

#spalte_rechts_inhalt 
{
    padding-top:30px;
    padding-left:20px;
    padding-right:30px;
}

#footer
{
   width:835px;
   margin: 0 auto;
   padding:0;
   text-align:left;
   bottom: 0;
}

#copyright 
{
  padding-top:0px;
  padding-left:20px;
}


/*----------------------------------------------------------------*/
/*--                      Navigation                            --*/
/*----------------------------------------------------------------*/

/* Level 1 */
#navigation ul {
    width:180px;
    margin:0;
    padding:0;
    margin-left:10px;
}

#navigation ul li {

    margin:0;
    padding-left:0px;
    list-style-type:none;
}
#navigation ul li a {
    display:block;
    width:190px;
    height:30px;
    line-height:30px;
    margin:0;
    padding:0 0 0 10px;
    font-size:16px;
    color:#666;
    background-image:url(../images/navi_pfeil_zu.gif);
    background-repeat:no-repeat;
    background-position:190px 10px;
    border-bottom:1px solid #ccc;
    text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li.active a {
    background-image:url(../images/navi_over.gif);
    background-repeat:no-repeat;
    background-position:0 1px;
    color:#666;
}

/* -------------------- SUBNAVIGATION ------------------- */

#navigation ul.subNavigation {
    width:210px;
    margin:0;
    padding:0;
}
#navigation ul.subNavigation li a {
    background-image:url(../images/subnavi_pfeil_zu.gif);
    background-repeat:no-repeat;
    background-position:199px 8px;
    border-bottom:1px dotted #ccc;
    color:#666;
    width:210px;


}
#navigation ul.subNavigation li.active a {
    color:#fff;
}
#navigation ul.subNavigation li a:hover, #navigation ul.subNavigation li.active a {
    background-image:url(../images/subnavi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}

/* Level 3 */
#navigation ul.subSubNavigation {
    width:200px;
    margin:0;
    padding:0;
}
#navigation ul.subNavigation li ul.subSubNavigation li a {
    background-image:none;
    border-bottom:0;
    color:#666;
    width:200px;
}
#navigation ul.subNavigation li ul.subSubNavigation li a:hover, #navigation ul.subNavigation li ul.subSubNavigation li.active a {
    background-image:url(../images/subsubnavi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}


/*----------------------------------------------------------------*/
/*--                     Artikelliste auf Aktuell               --*/
/*----------------------------------------------------------------*/

.teaser_advanced
{
  width: 100%;
  margin-top: 10px;
} 

.teaser_advanced_title
{
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
  
.headline_advanced
{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
 
.teaser_header 
{
  font-size: 13px;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;

}

.img_advanced0
{
  margin-right: 0px;
  margin-top:2px;
  float: left;
}

.text_advanced0
{
  margin-left: 0px;
}

.more_advanced
{
  text-align: right;
  clear: both;
  padding-bottom: 6px;

}

.pageselector
{
} 

/*----------------------------------------------------------------*/
/*--                     Kontakformular                         --*/
/*----------------------------------------------------------------*/

#contactForm {
    font-size:14px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    width:80px;
    margin-bottom:3px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:335px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:335px;
}

#contactForm .contactRow input {
    height:14px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    width:150px;
    margin-top:10px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 0px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:left;
    width:150px;
    margin-top:10px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#2c74b5 ;
    border:0px #2c74b5 solid;
    color:#fff;
    padding-top:3px;
    padding-bottom:3px;
    padding-right:10px;
    background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 8px;  

    font-size:12px;
    width:auto;
    height:auto;
}
