html{
margin:0;
padding:0;
}

body{
height: auto;
margin:0;
padding:0;
margin-bottom: 44px;
margin-top: 0;
text-align:center;
}

#content{
height:auto;
width: 100%; 
margin:auto;
padding:0;
text-align:left;
}


#header {
display: none;
}


#cntwrapper {
width: 100%;
height: auto;
}


#menue {
display: none;
}

#textarea {
width: 100%; /* 440px - 0px padding */
text-align:left;
height: auto;
}

#sidebar {
display: none;
}


#textsimple {
width: 100%;
}

#logger {
padding: 0 0 0 575px;
}

#footer {
background: transparent url(/img/background-foot.gif) repeat-x;
padding: 5px 0 0 5px;
height: 77px;
}


/* font-styles */
#logger, #logger p, #logger a, #logger input {
color:#7d0344;
font-size:9px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height: 1.2;
text-decoration: none;
}
#logger p.hell, #logger p.hell a {
color: #fafafa;
}
#logger p.hell a {
text-decoration: underline;
}

p, body, #textarea, a, input, option, select {
color:#5c5a56;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height: 1.8;
}

h1 {
color: #5c5a56;
font-size:14px;
font-weight:bold;
line-height: 1.3;
margin: 0 0 11px 0;
padding: 2px 0 4px 22px;
border: 1px solid #cccccc;
text-transform:uppercase;
}
h2 {
color: #bdbc18;
font-size:14px;
font-weight:bold;
line-height: 1;
}
li h2 {
color: #bdbc18;
font-size:11px;
font-weight:bold;
line-height: 1;
margin:0;
}

#menue h2 {
font-size: 9px;
line-height: 1.4;
}


/* format styles */
.pdf {
        background-image: url(../img/page_white_acrobat.gif);
        background-repeat:no-repeat;
        background-position:left;
        padding-left: 24px;
}
.galerie {
        background-image: url(../img/images.gif);
        background-repeat:no-repeat;
        background-position:left;
        padding-left: 24px;
}
.sound {
        background-image: url(../img/sound.gif);
        background-repeat:no-repeat;
        background-position:left;
        padding-left: 24px;
}
.film {
        background-image: url(../img/film.gif);
        background-repeat:no-repeat;
        background-position:left;
        padding-left: 24px;
}

.leftpic {
float: left;
margin: 0 10px 15px 0;
padding: 0;
}
.leftpicborder {
float: left;
margin: 0 10px 10px 0;
padding: 0;
border: 1px solid #5c5a56;
}
.picborder {
border: 1px solid #5c5a56;
}
.unfloater, .unfloaterpad {
height: 0;
font-size: 0px;
clear: both;
margin: 0;
}
.unfloaterpad {
margin-bottom: 11px;
}
.steering {
background: transparent;
padding: 5px;
}

.badge1 {
float: left;
margin: 0 22px 22px 0;
padding: 0;
}
.badge-last {
float: left;
margin: 0 0 22px 0;
padding: 0;
}

.linie {
        border-bottom: 1px solid #5c5a56;
        font-size: 0;
        line-height: 1;
}

.unformattedListnarrow {
  margin: 0 0 0 0;
  padding: 0;
  list-style-type: none;
}
.unformattedList {
  margin: 0 0 22px 0;
  padding: 0;
  list-style-type: none;
}
.eintragsList {
color:#5c5a56;
line-height: 1.6;
margin: 0 0 3px 0;
background: transparent url(/img/background-gray.png) repeat;
padding: 11px 11px 11px 22px;
}

.eintragsListborder {
color:#5c5a56;
line-height: 1.6;
margin: 0 0 3px 0;
border: 1px solid #ccc;
padding: 0 5px 0 0;
}

.eintragsListborderNarrow {
color:#5c5a56;
line-height: 1.4;
margin: 0 0 11px 0;
border: 1px solid #ccc;
padding: 0 5px 0 0;
min-height: 55px;
font-size: 9px;
}
.eintragsListborderNarrow a {
font-size: 9px;
}

.alignright {
text-align: right;
}

.power, .power a {
display: none;
}

.contentRight{
  display: inline;
  padding-left: 0.4em;
  float: right;
}

.contentLeft{
  display: inline;
  padding-right: 0.4em;
  float: left;
}

.contentCenter{
  display: block;
  padding-left: 0.4em;
  padding-right: 0.4em;
  text-align: center;
}

a.linkButton{
  display: inline;
  font-size: 9px;
  text-decoration: none;
  color: #5c5a56;
  margin-top: 2px;
  margin-bottom: 2em;
  padding: 2px;
  background: transparent url(/img/background-gray.png) repeat;
  width: 8em;
  text-align: center;
  border: 1px solid #ccc;
}
a.linkButton:hover, a.linkButton:focus{
  color: #5c5a56;	
}
.klein, .klein a {
font-size: 9px;
}
.unaktiv {
  color: #5c5a56;
}
.leftcol{
  display: inline;
  padding-right: 5px;
  width: 142px;
  float: left;
}

.rightcol{
  display: inline;
  padding-left: 5px;
  width: 242px;
  float: right;
}

.leftcolflow{
  display: inline;
  padding-right: 5px;
  float: left;
}
.rightcolflow{
  display: inline;
  padding-left: 5px;
  float: right;
}
.leftcolshortflow{
  display: inline;
  width: 120px;
  padding-right: 10px;
  float: left;
}

.rightcolshortflow{
  display: inline;
  width: 260px;
  float: right;
}

ul#thumbs a:hover{
  overflow:visible;
  z-index:2; /* für Lightbox geändert */
  border:none;   
  margin:0px:   
}
ul#thumbs li {
list-style: none;
display: inline;
margin: 0px;
}

ul#thumbs li img {
border: none;
margin: 5px 5px 10px 0;
}

.powerbutton {
display: block;
text-align: left;
margin-top: 11px;
}

.badge {
background-color:#FBBA00;
background-image: url(/img/icons/bg_rounded_lightyellow.gif);
background-repeat: no-repeat;
vertical-align: bottom;
}

.badge-red {
background-color:#7c0343;
background-image: url(/img/icons/bg_rounded_yellow.gif);
background-repeat: no-repeat;
vertical-align: bottom;
}

table#cart {
border:1px dotted #FBBA00;
width: 100%;
background-color: #fbe196;
}

.tablebar {
background-color: #FBBA00;
}

td.70weit {
width: 70%;
}

table#cart tr td, table#cart tr td a {
}

table#formtab {
        width: 100%;
        background-color: #fbe196;
        border: 1px dotted #FBBA00;
}

.knopfgross {
height: 24px;
line-height: 24px;
background-color:#bdbc18;
font-size: 20px;
color: white;
padding: 2px 4px;
}

/* ------ navigation level 1 ---------*/
#menulook ul{
  margin: 0;
  padding: 11px;
  list-style-type: none;
  color: #6D8FA8;
  font-size: 11px;
  text-transform: uppercase;
}

#menulook ul li {
 /* background-color: #b1b2b4;  */
	color: #6D8FA8;
}

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

#menulook ul li a{
  display: block;
  background-repeat: no-repeat;
  height: 2em;
  line-height: 1.9em;
  color: #6D8FA8;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

#menulook ul li a:hover, #menulook ul li a:focus{
  font-weight: normal;
  color: #6D8FA8;
}

#menulook ul a#a_nav1_open, #menulook ul a:hover#a_nav1_open{
  font-weight: bold;
  color: #6D8FA8;
  margin-left: -8px;
padding-left: 8px;
  background: transparent url(/img/bullet.gif) no-repeat center left;
}
#menulook ul a#a_nav2_open, #menulook ul a:hover#a_nav2_open{
  font-weight: bold;
  color: #6D8FA8;
margin-left: -8px;
padding-left: 8px;
  background: transparent url(/img/bullet.gif) no-repeat center left;
}

/* ------ Design for submenu --------*/
#menulook li li{
  display: block;
  padding-left: 7px;
  line-height: 1.1em;
  color: #6D8FA8;
}

#menulook ul ul a{
  display: block;
  color: #6D8FA8;
  text-decoration: none;
}

#menulook ul ul a:hover, #menulook ul ul a:focus {
  color: #6D8FA8;
  font-weight: normal;
}
#menulook ul ul a#a_nav2_open{
  color: #6D8FA8;
  font-weight: bold;
margin-left: -8px;
padding-left: 8px;
  background: transparent url(/img/bullet.gif) no-repeat center left;
}
