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

/* um die kommentare nicht zu zerschiessen, bitte als utf-8 bearbeiten */

/* utf-8 :    Ä Ö Ü */

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

/* hier können viele standard-tags seitenweit gestaltet werden. sollen diese definition für einen bestimmten 
 * seitenbereich NICHT gelten, muss in der co.css bzw. special_co.css  die entsprechende definition überschrieben werden
 */

body {
  margin : 0;
  padding: 10px 0 10px 0;
  font-size: 16px;
  font-family: arial, sans-serif;
  /* center for ie 5.5 */
  text-align: center;
  background: #000;
  overflow: hidden;
}
    
/* links */
a,
a:visited {
  text-decoration: none;
  color: #333;
}

a:hover,
a:focus,
a:active {
  background: #EFDEBB;
}

/* lists */
ul {
  margin: 0px;
  padding: 0px;
}

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

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


/* headlines */
h1 {
  position: absolute;
  left: 360px;
  top: 250px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 1.6em;
  font-family: Courier New, monospace;
}

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

h3{
  margin: 5px 0 10px 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 {
    
}

form{
  margin: 0;
  padding: 0;   
}

fieldset{
  border: 0;
  margin: 0px;
  padding: 0px;
}

legend{
  font-weight: bold;   
  margin: 5px 0 5px 0;
  padding: 0;
}

label{
    
}

/* INPUT ELEMENTE */
input:focus,
input:hover,
input:active,
select:focus,
select:hover,
select:active,
textarea:focus,
textarea:hover,
textarea:active {
  background-color: #EEECE4;
}


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

.right{
  text-align: right;
}

.left{
  text-align: left;
}

.clear{
  clear: left;
  clear: right;
  clear: both;
}

br {
  line-height: 0;
}

.richtext br {
  line-height: 1em;
}

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

/*
 * 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;
}
    
    
/* Ticker Buttons */
.pause{
   background-image: url(/static/img/tool24_icons/pause.gif);
}
    
.play{
  background-image: url(/static/img/tool24_icons/play.gif);
}

