/* 
 * 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;
  font-size: 100.1%;
  font-family: Verdana, sans-serif;
  text-align: center;
  background: #e5e5e8;
}
    
/* links */
a, a:visited, a:active {
  text-decoration: none;
  color: #d30028;
}

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


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

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

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


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

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

h3{
  margin: 0 0 2px 0;
  text-decoration: underline;
  padding: 0;
  font-size: 0.8em;
}

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

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

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


img {
  border: 0px;
}

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

hr {
    
}

.content_object_hr {
  display: none;
}


form{
  margin: 0 0 20px 0;
  padding: 0;   
}

form td {
  font-size: 0.83em;
}

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

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

.label,
select,
textarea {
  font-size: 1em;
  font-family: Verdana;
  padding: 2px;
  border: 1px solid #333;
}

select {
  padding: 1px;
}

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

.nobottom {
  font-size: 0;
}

.bobby {
  color: #999;
}

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