/* 
 * 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: 0 0 20px 0;
  font-size: 100.1%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  /* center for ie 5.5 */
  /*text-align: center;*/
  color: #666:
}
    
/* links */
a,
a:visited {
  text-decoration: none;
  color: #666;
}

a:focus,
a:hover,
a:active {
  color: #666;
  text-decoration: underline;
}

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

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

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


/* headlines */
h1 {
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 1.2em;
  font-weight: normal;
}

h2, legend {
  margin: 0 0 10px 0;
  color: #6C84AC;
  padding: 0;
  font-size: .9em;
  font-weight: bold;
  display: block;
}

h3{
  margin: 0 0 2px 0;
  text-decoration: underline;
  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 0 20px 0;
  padding: 0;   
}

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

label{
    
}

/* IE is a bitch \*/
* html legend {
  margin-left: -7px;
}
/* */

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


/* 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;
}

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

.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;
}