body, table {
  margin: 0px;
  padding: 0px;
  font-family: verdana, arial, helvetica;
  word-spacing: 1px;
  line-height: 15px;
  color: #ffffff;
  font-size: 9px;
  vertical-align: top;
}

h1 { 
  color:#FF7E00; 
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:22px;
  line-height:1.4em;
  font-weight: normal;
}
h2 { font-size:12px; font-weight:bold;}
h3 { font-size:10px; font-weight:bold;}
ul { list-style-type: square; padding-left: 30px;}
img { border-style: none;}

/*a:active {position: relative; top: 1px;} */

/********************************contend********/

td.contend {
  background: #d6d6d6;
  padding: 30px;
  vertical-align: top;
  color: #666;
  font-size: 10px;
}

td.contend a {
  color: #FF7E00;
}

td.contend a:hover {
  text-decoration:none;
  color: #fff;
  background: #FF7E00;
}


/********************************refs********/

table.referenzen {
  vertical-align: top;
  color: #333333;
}

table.referenzen a {
  color: #FF7E00;
}

table.referenzen a:hover {
  text-decoration:none;
  color: #fff;
  background: #FF7E00;
}

table.referenzen td {
  vertical-align:top;
  border-bottom: 1px solid #fff;
  padding: 10px 10px 20px 0px;
}



/********************************rechts********/

td.rechts {
  color: #ffffff;
  background: url(images/internet.jpg) top left no-repeat #FF7E00;
  padding: 30px;
  vertical-align: top;
}

td.rechts a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}

td.rechts a:hover {
  background: #fff;
  text-decoration:none;
  color: #FF7E00;
}

td.rechts h1 {
  display:none;
}

td.rechts h3 {
  margin-top: 0px;
}

td.unten {
  color: #d6d6d6;
  padding: 10px 0px 10px 30px;
}

td.unten a {
  color: #d6d6d6;
  border-bottom: dotted 1px;
  text-decoration: none;
}

td.unten a:hover {
  text-decoration:none;
  color: #fff;
  background: #FF7E00;
}

.weg { display:none; }

/***********************************menu********/
td.menue {
  background: #f0f0f0;
  padding: 0px;	
  padding-top: 68px;	
  vertical-align: top;
  font-size:10px; 
}

#menue { 
  margin:0px; padding:0px; text-align: right;
}
	
#menue ul {
  list-style-type:none; 
  padding:0px; 
  margin:0px; 
}
		
#menue li a { 
  display:block; 
  height:16px;
  padding: 5px 30px 3px 20px;
  margin:0px;
  text-decoration:none;
  color:#FF7E00;
  background: url(images/pfeil_grau.png) top right no-repeat;
}
	
#menue li a:hover {
  background: #d6d6d6;
}

/********************************highslide********/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
    margin-right: 20px;
}
.highslide img {
    border: 1px solid #fff;
}
.highslide:hover img {
    border: 1px solid #FF7E00;
}
.highslide-image {
    border: 1px solid #fff;
}

.highslide-caption {
    display: none;    
    border: 2px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
    color: #666;
}
.highslide-display-none {
    display: none;
}

.highslide-loading {
    display: block;
    color: white;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background-color: black;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

/***************************** img *************/
.img_links {
    float: left;
    margin: 2px 30px 10px 0px;
    border: 1px solid #ffffff;
}