  body {
    margin: 0;
    padding: 0;
    background-color: white;
    border-width: 0;
    color: #666666;
    font-family: 'ArialMS', 'Arial', 'sans-serif';
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 20px;
    opacity: 1.00;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none; 
    
    /*
    face: Fläche um die Pfeile und Laufleiste
    shadow: Kanten rechts und unten der Pfeiltaste und Laufleiste
    highlight: Kanten links und oben der Pfeiltaste und Laufleiste (nah dran)
    3dlight: Kanten links und oben der Pfeiltaste und Laufleiste (weiter weg)
    darkshadow: Kanten rechts und unten der Pfeiltaste und Laufleiste
    track: Fläche unter Laufbalken
    arrow: Pfeile
    */
    scrollbar-face-color:#DFDFDF;
    scrollbar-shadow-color:#BFBFBF;
    scrollbar-highlight-color:#EFEFEF; 
    scrollbar-3dlight-color:#FFFFFF;
    scrollbar-darkshadow-color:#9F9F9F;
    scrollbar-track-color:#FFFFFF;
    scrollbar-arrow-color:#000000;
  }
  
  a:link    {color:#666666; text-decoration:none;}
  a:visited {color:#666666; text-decoration:none;}
  a:focus   {color:#666666; text-decoration:none;}
  a:hover   {color:#333333; text-decoration:none;}
  a:active  {color:#333333; text-decoration:none;}

  #container {
		margin: auto;
		padding: 10px;
		width: 600px;
    /*background-color: white;*/
  }

  #mainnav {
    height: 40px;
  }

  #contents	{
    margin: auto;
		width: 100%;
  }

  #footer	{
    clear: both;
		height: 10px;
  }

  #c_left {
    padding-top: 0px;
    float: left;
    width: 25%;
  }
  #c_right {
    padding-top: 0px;
    float: right;
    width: 24%;
  }
  
  #c_picture {
    padding-top: 0px;
    float: left;
    width: 50%;
    height: 360px;
  }
  
  #artikel {
    padding-top: 0px;
    margin: auto;
    float:none;
  }
  
  #artikelbild {
    padding-top: 0px;
    margin: auto;
    float: left;
    padding-left: 0px; /*15bild ist zentriet, Schatten nicht!*/
  }

  #c_strip {
    clear: both;
    float: left;
    width: 100%;
    height: 140px;
    overflow: auto;
    direction: ltr;
  }
  
  #strip {
    margin: auto;
  }

  #navirahmen {
    width: 100%;
    margin: 0px;
  }
  
  ul#navigation {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
  }
  
  ul#navigation li {
    list-style: none;
    display: inline;
    margin: 0px;
    padding: 0px;
  }
  
  ul#navigation a {
    float: left;
    /*width: 8em;*/ /*Feste Breite*/
    /*margin: 0.4em; */
    padding-left: 0em;
    padding-right: 20px;
    font-weight: bold;
    cursor: pointer;    
  }
  
  ul#navigation span {
    color: #333333;
  }
  
  ul#navigation div {
    clear: left;
  }

  #albnavirahmen {
    width: 100%;
    height: 20px;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    clear: both;
  }
  ul#albnavigation {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
  }
  ul#albnavigation li {
    list-style: none;
    display: inline;
    margin: 0px;
    padding: 0px;
  }
  ul#albnavigation a {
    float: left;
    /*width: 8em;*/ /*Feste Breite*/
    /*margin: 0.4em; */
    padding-left: 0em;
    padding-right: 15px;
    cursor: pointer;
  }
  ul#albnavigation span {
    color: #333333;
  }
  ul#albnavigation div {
    clear: left;
  }
  
.ro {
	margin:auto;
	padding:0;
	background:url("/images/ro.jpg") top right no-repeat;
}

.lo {
	margin:auto;
	padding:0;
	background:url("/images/lo.jpg") top left no-repeat;
}

.ru {
	margin:auto;
	padding:0;
	background:url("/images/ru.jpg") bottom right no-repeat;
}

.lu {
	margin:auto;
	padding:0;
	background:url("/images/lu.jpg") bottom left no-repeat;
}

.shadowinhaltklein {
	margin:auto;
	padding-left:    2px;
	padding-right:  10px;
	padding-top:     2px;
	padding-bottom: 10px;
}

.shadowinhaltgross {
	margin:auto;
	padding-left:    2px;
	padding-right:  14px;
	padding-top:     2px;
	padding-bottom: 14px;
}

iframe {
display: none; 
}

.left {
  text-align:left;
  float:left;
}

