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

body {
  color: #5F5F5F;
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 11px;
}

a {
  color: #0068A8;
  text-decoration: none;
}

a:hover {
  color: #0068A8;
  text-decoration: underline;
}

label {
  width: 100px;
  display: block;
  float: left;
  vertical-align: top;
}

	* html label {
	  display: inline-block;
	  padding-top: -12px;
	}

input, textarea {
  border: 1px solid #0068A8;
  padding: 2px;
}

.kontaktform td {
  font-size: 9px;
  padding: 2px;
}

.linput {
  width: 100px;
}

.sinput {
  width: 30px;
}

.reset {
  width: 137px;
  height: 22px;
  background-image: url(../bilder/eingabe_loeschen.gif);
  background-repeat: no-repeat;
}

.quote {
  padding-left: 40px;
  color: #0068A8;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
}

.tpad {
  padding: 0 5px 5px 0;
}

.input {
  width: 170px;
  height: 18px;
  padding: 3px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  float: left;
}

.submit {
  border: 1px solid #000000;
  padding: 0;
}

    * html .submit {
      float: left;
    }

#main {
  width: 781px;
  margin: 20px auto 20px auto;
}

	#header {
	  width: 782px;
	  height: 60px;
	}

		#logo {
		  width: 241px;
		  height: 60px;
		  float: left;
		}

		#head {
		  width: 332px;
		  height: 19px;
		  float: left;
		  margin: 24px 0 0 208px;
		}

	#navigation {
	  width: 782px;
	  height: 55px;
	  background-image: url(../bilder/navigation.gif);
	  background-repeat: no-repeat;
	}

		#navigation ul {
          list-style: none;
          white-space: nowrap;
          padding: 13px 0 0 0;
        }

            #navigation li {
              display: inline;
              width: 128px;
            }

                #navigation li a {
                  display: block;
                  color: #5F5F5F;
                  width: 122px;
                  height: 37px;
                  text-decoration: none;
                  float: left;
                  padding: 5px 0 0 8px;
                }

                #navigation li a:hover, #navigation .active a {
                  background-color: #0068A8;
                  display: block;
                  color: #FFFFFF;
                  width: 122px;
                  height: 37px;
                  text-decoration: none;
                  float: left;
                  padding: 5px 0 0 8px;
                }

                #navigation .downloads a, #navigation .downloads a:hover {
                  width: 124px;
                }

                	* html #navigation .downloads a, * html #navigation .downloads a:hover {
                      width: 121px;
                    }

	#body {
	  width: 781px;
	}

		#left {
		  width: 221px;
		  float: left;
		  background-image: url(../bilder/left.gif);
		  background-repeat: no-repeat;
		}
			#bright {
              list-style: none;
              white-space: nowrap;
              margin-top: 1px;
              height: 245px;
            }

                #bright li {
                  width: 221px;
                  height: 44px;
                  background-image: url(../bilder/left_border.gif);
		  		  background-repeat: no-repeat;
		  		  background-position: 0 41px;
                }

                	#bright li.noborder {
                	  background-image: none;
                	}

                    #bright li a {
                      display: block;
                      color: #5F5F5F;
                      width: 213px;
                      height: 35px;
                      text-decoration: none;
                      padding: 8px 0 0 8px;
                    }

                    #bright li a:hover, #bright .active a {
                      display: block;
                      color: #0068A8;
                      font-weight: bold;
                      width: 213px;
                      height: 35px;
                      text-decoration: none;
                      padding: 8px 0 0 8px;
                    }

            #dark {
              list-style: none;
              white-space: nowrap;
              background-image: url(../bilder/dark.gif);
              background-repeat: no-repeat;
            }

                #dark li {
                  width: 221px;
                }

                    #dark li a, #dark li a:hover {
                      display: block;
                      color: #5F5F5F;
                      width: 186px;
                      height: 23px;
                      text-decoration: none;
                      padding: 12px 0 0 35px;
                    }

                    #dark .active a {
                      color: #000000;
                    }

                    #dark .service {
                      background-image: url(../bilder/service.gif);
                      background-repeat: no-repeat;
                      background-position: 8px;
                    }

                    #dark .service_a {
                      background-image: url(../bilder/service_active.gif);
                      background-repeat: no-repeat;
                      background-position: 8px;
                    }

                    #dark .drucken {
                      background-image: url(../bilder/drucken.gif);
                      background-repeat: no-repeat;
                      background-position: 8px 2px;
                    }

                    #dark .empfehlen {
                      background-image: url(../bilder/weiterempfehlen.gif);
                      background-repeat: no-repeat;
                      background-position: 8px 3px;
                    }

                    #dark .kontakt {
                      background-image: url(../bilder/kontaktformular.gif);
                      background-repeat: no-repeat;
                      background-position: 8px 4px;
                    }

                    #dark .kontakt_a {
                      background-image: url(../bilder/kontaktformular_active.gif);
                      background-repeat: no-repeat;
                      background-position: 8px 4px;
                    }

		#content {
		  width: 399px;
		  float: left;
		  padding: 20px 15px 20px 15px;
		}

			#content ul {
			  margin-left: 13px;
			}

				* html #content ul {
				  margin-left: 16px;
				}

		#ad {
		  width: 131px;
		  float: left;
		  padding-top: 44px;
		}

	#clear {
	  clear: both;
	}

	#footer {
	  width: 781px;
	  margin-top: 7px;
	  border-top: 1px solid #000000;
	  padding-top: 4px;
	  font-size: 9px;
	  line-height: 7px;
	}

		#flaggen {
		  float: right;
		  margin: -22px 0 0 0;
		}

		#footer a, #footer a:hover {
		  color: #0068A8;
		  text-decoration: none;
		}

		.orange {
		  color: #F68B1F;
		}