/* CSS Document picart.ch */

body {
	background-color: #fff;
	color: #8a8c8e;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
}
#wrapper {
	margin: auto;
	width: 905px;
}
#sidebar {
	background: #4f4d4d url(../img/sidebar.jpg) no-repeat;
	width: 38px;
	height: 284px;
	padding-bottom: 18px;
	padding-left: 8px;
	padding-top: 348px;
	float: left;
}

#topbar {
	height: 23px;
	width: 859px;
	background:#c4c3c3 url(../img/topbar.jpg) repeat-x bottom;
	float:left;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px #fff solid;
}
#header {
	height: 295px;
	width: 859px;
	background:#3b3838;
	float:left;
	padding-top: 10px;
	padding-bottom: 6px;
}
#footer {
	width: 905px;
	height: 167px;
	background: url(../img/bild3.jpg) no-repeat;
}

#menu {
	height: 239px;
	width: 260px;
	padding-top: 48px;
	padding-left: 26px;
	border-top: 8px #6e6c6c solid;
	border-bottom: 8px #6e6c6c solid;
	color: #3b3838;
	float: left;
}
#content {
	height: 263px;
	width: 457px;
	padding-top: 24px;
	padding-right: 108px;
	border-top: 8px #6e6c6c solid;
	border-bottom: 8px #6e6c6c solid;
	border-right: 8px #6e6c6c solid;
	float: left;
}
#content-large {
	height: 263px;
	width: 547px;
	padding-top: 24px;
	padding-right: 18px;
	border-top: 8px #6e6c6c solid;
	border-bottom: 8px #6e6c6c solid;
	border-right: 8px #6e6c6c solid;
	float: left;
}

/* ------ font-styles ------- */

h1 {
	color: #b37a04;
	font-size: 11px;
	font-weight:bold;
	text-align: center;
}
#topbar {
        color: #b4040e;
        font-size: 18px;
}
.topbartxt1 {
        margin-left: 60px;
        text-align: center;
        width: 274px;
}
.topbartxt2 {
        margin-left: 247px;
        text-align: center;
        width: 274px;
}
a {
        color: #b4040e;
        text-decoration: none;
}
div.spalte1 {
        display: inline;
        width: 220px;
        float: left;
}
div.spalte2 {
        display: inline;
        margin-left: 5px;
        width: 220px;
        float: left;
}
.unfloater {
        font-size: 0px;
        height: 0px;
        clear:both;
}

p.normspalte {
        display: inline;
        width: 435px;
        padding-right: 10px;
        float: left;
}

.contentLeft {
        display: inline;
        width: 395px;
        float: left;
        font-weight: bold;
        color: #8a8c8e;
}
.contentRight {
        display: inline;
        text-align: right;
        float: left;
        font-weight: bold;
        color: #8a8c8e;
}
.contentRight a, .contentLeft a {
        color: #8a8c8e;
}
.rightalign {
        width: 100%;
        text-align: right;
}

/* ------ image-styles ------- */

.header_img {
	padding-right: 9px;
}
.piclegende {
        float: left;
}
img.pic {
	padding: 0 3px 0 0;
}

/* ------ navigations style ------- */
#menulook {  /* contains the menu */
	clear: both;
	text-transform: uppercase;
}

/* ------ navigation level 1 ---------*/
#menulook ul {
  margin: 0 10px 0 10px;
  padding: 0em;
  list-style-type: none;
  /* border-top: 1px solid #99cc00; */
}

#menulook ul li {
 /* background-color: #b1b2b4;  */
  color: #3b3838;
}

#menulook ul li#li_nav1_open{  /* special layout for open links */
/*  background-color: #b1b2b4;  */
	height: auto !important;
	height: 1.9em;
        color: #b4040e;
}

#menulook ul li a{
  display: block;
  background-repeat: no-repeat;
  height: 1.9em;
  line-height: 1.9em;
  color: #3b3838;
  text-decoration: none;
  font-size: 11px;
}

#menulook ul li a:hover, #menulook ul li a:focus{
  color:  #b4040e;
}

#menulook ul a#a_nav1_open, #menulook ul a:hover#a_nav1_open{
  color:  #b4040e;
    font-weight: bold;
}
#menulook ul a#a_nav2_open, #menulook ul a:hover#a_nav2_open{
  color:  #b4040e;
    font-weight: bold;
}

/* ------ Design for menu --------*/
#menulook li li{
  display: block;
  line-height: 1.1em;
  color: #b4040e;
}

#menulook ul ul {
  border-bottom: 0px solid #99cc00;
}

#menulook ul ul a {
  display: block;
  margin: 0;
  padding: 0;
  padding-top: 0.21em;
  padding-left: 0;
  color: #b4040e;
  font-size: 11px;
  text-decoration: none;
  border-bottom: 0px solid #99cc00;
}

#menulook ul ul a:hover, #menulook ul ul a:focus {
  color:  #3b3838;
}
#menulook ul ul a#a_nav2_open {
  color: #b4040e;
  font-weight: bold;
}
