/*=====================================================================*/
/*==          Bildschirm - CSS made by media-konzept.ch              ==*/
/*==-----------------------------------------------------------------==*/
/*==  Copyright: 2010 Rock'n'Roll Tattoo                             ==*/
/*==  Author   : media-konzept kuster, CH-5430 Wettingen             ==*/
/*==             Felix Kuster, Walti Zubler                          ==*/
/*==-----------------------------------------------------------------==*/
/*== Erste Version : 11.02.2010 Walti Zubler                         ==*/
/*== Aenderungen   : tt.mm.jjjj was wurde geaendert + Name           ==*/
/*==               : tt.mm.jjjj was wurde geanedert + Name           ==*/
/*=====================================================================*/

/*------------------ Allgemeine Definitionen -----------------*/

* {  /* Gillt für Alle IE's  */
    margin:0;
    padding:0;
}

html
{
  padding:0px;
  margin:0px;
  border:0px;
}

body
{
   background-color:#DCBEA4;
   color:#000;
   margin:0px;
   padding:0px;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size:13px;
}

a   {  text-decoration:none;  border:0;  outline-style:none;  outline-width:0;   }

a:link { color: #583e20; text-decoration: none; }
a:visited { color: #583e20; text-decoration: none; }
a:hover { color: #A4542C; text-decoration: none; }

a img   {  text-decoration:none;  border:0;  outline-style:none;  outline-width:0;  }
a img   {  border: 2px #583e20 solid;  }

hr  {  border: 0px;  border-top: solid 1px #000000;  border-bottom: transparent; }

h1  {  padding-bottom:10px;  color:#583E20; }
h2  {  padding-bottom:10px;  color:#583E20; }

.clear_float  {  clear:both;  }

table  {  table-layout:fixed;  }

/*------------------ Raumaufteilung -----------------*/

#arbeitsflaeche
{
  width:1179px;
  margin: 0 auto;
  border:0;
  background-image:url(../upload/layout_2010/hintergrund.jpg);
  background-repeat:no-repeat;
  padding-bottom:20px;
}

#kopfbereich
{
  padding-top:30px;
  padding-bottom:30px;
  width:1179px;
}

#logo
{
  margin: 0 auto;
  width:970px;
  height:220px;
}

#linker_bereich
{
  width:320px;
  float:left;
}

#haupt_navigation
{
  width:250px;
  text-align:right;
}

#frauenkopf
{
  padding-top:20px;
  padding-bottom:20px;
  padding-left:10px;
}

#rechter_bereich
{
  width:820px;
  float:right;
}

#sub_navigation
{
  padding-left:20px;
  width: 640px;
  height:40px;
}

#subnavigation_2
{
  padding-left:20px;
  height:30px;
}

#inhalt_bereich
{
  width:640px;
}

#fusszeile
{
  margin-top:30px;
  width:1179px;
  text-align:center;
  font-size:10px;
  color:#583E20;
}

/*--------------------------- Hauptnavigation -----------------------*/

.aq_navi_main
{
  font-size:22px;
  padding-bottom:12px;
}

a.aq_navi_main_normal
{
  color:#583E20;
}

a.aq_navi_main_selected
{
  color:#A4542C;
}

a.aq_navi_main_normal:hover
{
color:yellow;
}

/*--------------------------- Subnavigation -----------------------*/

#sub_navigation table
{
  width:100%;
  border-collapse:collapse;
}

.aq_navi_sub1
{
  font-size:16px;
  float:left;
}

#subnavigation_2 .aq_navi_sub1
{
  font-size:15px;
  float:left;
}

a.aq_navi_sub1_normal
{
  color:#583E20;
}

a.aq_navi_sub1_selected
{
  color:#A4542C;
}

.aq_navi_sub1_between
{
  width:20px;
  height:20px;
  display: block;
  float:left;
}

/*--------------------------- Artikelliste -----------------------*/

.articlelistItem {margin-top: 20px;}
.articlelistHeadline {font-size: 18px; font-weight: bold;}
.articlelistSubheadline {font-size: 15px; font-weight: bold; margin-bottom: 6px;}
.articlelistContent {font-size: 15px;}
.articlelistMore {text-align: right; font-size: 15px; font-weight: bold; margin-top: 6px;}
.articlelistNavigation {}
.articlelistDate {font-size: 13px;}

.alist_bild {width: 120px; float: left;}