/* 
 * stylesheet for ############ Kunde ###############
 * global definitions
 * use for best viewing performance wwEdit CMS (www.wwedit.de)
 * (c) www.wegewerk.com
 * created: 20070117 mdt
 * lastmodified: 20070514 bms
 */


/* ############################################################################################## */
/* ###############################     GLOBAL TAGDEFINITIONS       ############################## */
/* ############################################################################################## */


body {
  margin: 0;
  padding: 0;
  font-size: 100.1%;
  font-family: Verdana, sans-serif;
  /* center for ie 5.5 */
  text-align: center;
  background: #4d7cad;
  background-image: url(/static/img/osic/page_body_bg.png);
  background-repeat:repeat-x;
}

/* links */
a {
  color: #004489;
  text-decoration: none;
  font-weight: bold;
}

a:visited, a:active {
  color: #4d7cad;
}

a:hover, a:focus {
  text-decoration: underline;
  background: #DDE6EF;
}


/* lists */
ul, ol, li {
  margin: 0px;
  padding: 0px;
  list-style-type:none;
}

/* headlines */
h1 {
  font-family: Trebuchet MS,Trebuchet, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  font-weight: normal;
}

h2 {
  font-family: Trebuchet MS,Trebuchet, Verdana, sans-serif;
  margin: 12px 0 5px 0;
  
  color: #393C41;
  padding: 0;
  font-size: 1.3em;
}


h3{
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 1em;
}

h4{
  margin: 5px 0 10px 0;
  padding: 0;
  font-size: 1em;  
}

h5{
  margin: 5px 0 10px 0;
  padding: 0;
  font-size: 1em;
}

h6{
  margin: 5px 0 10px 0;
  padding: 0;
  font-size: 1em;  
}


img {
  border: 0px;
}

p {
  padding: 0px;
  margin: 0px; 
}

hr {
    
}

.content_object_hr {
  display: none;
}


/* Klassen die oft ben�tigt werden und einfach zus�tzlich eingebunden werden k�nnen */

.right{
  text-align: right;
}

.left{
  text-align: left;
}

.clear{
  clear: both;
}

.noheight{
  height: 0px;
  line-height: 0px;
}

.bold{
  font-weight: bold
}
    
.normal{
  font-weight: normal;
}
    
.invisible{
  display: none;
}

.nobottom {
  font-size: 0;
}

/*
 * positioniert das Element ausserhalb des Bildschirms 
 * wird f�r Links verwendet, die nicht sichtbar sein sollen, die aber das Navigieren 
 * mit einem Screenreader erleichtern sollen (Direktzugriff auf Hauptnavigation und Content)
 */
 
.offscreen{
  position: absolute;
  left: -1000px;
}

a.offscreen:focus,
a.offscreen:hover,
a.offscreen:active{
  position:absolute;
  left: 20px;
  top: 20px;
  background-color: #fff;
  color: #000;
  padding: 10px;
  top:138px;
  z-index:99;
}

    
    
/* Ticker Buttons */
#imageAnchor {
  white-space: nowrap;
}

.pause{
   background-image: url(/static/img/demo_icons/pause.gif);
}
    
.play{
  background-image: url(/static/img/demo_icons/play.gif);
}

