body {
	margin: 0px;
	padding: 0px;
	font: 15px Verdana, Arial, Sans-serif, Serif;
	background-color: #ffffff !important;
	color: #000000;
	}


/* CONTAINERS */

#container {
    position: relative;
    top: 0px !important;
    width: 823px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    }

#header {
    display: none;
    }
#header_menu {
    display: none;
    }

    
/* LEFT_BOX */    
.left_box {
    display: none;
	  }
	  
/* RIGHT_BOX */
.right_box {
    display: none;
	  }

/* content */
#content {
    z-index: 1;
    position: relative;
    top: 22px;
    width: 93%;
    padding: 5px 27px;
    }
   
#footer {
    z-index: 1;
    position: absolute;
    bottom: -47px;
    width: 93%;
    height: 37px;
    border-top: 1px solid #cccccc;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    color: #F0A60B;
    }

#navbar {
  position: absolute;
  top: -22px;
  left: 27px;
  font-size: 10px;
  }

/* startseite boxen */
#start_box_left {
    z-index: 1;
    position: relative;
    width: 49%;
    float: left;
	  }	  
#start_box_right {
    z-index: 1;
    position: relative;
    width: 49%;
    float: right;
	  }
	  
/* Pulldownmenü fuer Dienstleistungen */    
#pulldown_menu {
    display: none;
    }

/* ELEMENTE */

/* LINKS */

a:before {
  content: "\00BB  ";
  }
a:link { 
	color: #F0A60B;
	text-decoration: underline;
	}
a:visited { 
	color: #F0A60B;
	text-decoration: none;
	}		
a:hover {
	color: #993333;
	}
a:active {
	color: #666666;
	}

hr {
  border: 0px;
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  height: 1px;
  }

h1 {
  font: bold 20px Arial, Verdana, Sans-serif, Serif;
  color: #F0A60B;
  margin: 0 0 7px 0;
  padding: 0 0 8px 0;
  border-bottom: 2px solid #993333;
  }
h1 span {
  color: #666666;
  }
  
h2 {
  font: bold 18px Arial, Verdana, Sans-serif, Serif;
  color: #F0A60B;
  margin: 25px 0 15px 0;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #993333;
  }
h2 span {
  color: #666666;
  }
  
h3 {
  font: bold 18px Arial, Verdana, Sans-serif, Serif;
  color: #F0A60B;
  margin: 20px 0 0px -2px;
  padding: 0;
  }

h4 {
  font: bold 15px Arial, Verdana, Sans-serif, Serif;
  color: #F0A60B;
  margin: 20px 0 0px -2px;
  padding: 0;
  }
  
p {
  margin: 12px 0px;
  line-height: 1.4em;
  }

imgs {
  margin: 5px 5px;
  }
#start_box_left img {
  margin: 0 8px 5px 0;
  }
#start_box_right img {
  margin: 0 8px 5px 0;
  }

table{
  font: 12px Arial, Verdana, Sans-serif, Serif;
  }
  
ul {
    margin: 3px 0px;
    padding: 0 20px;
    color: #666666;
    list-style: circle;
    }
    
ol {
    margin: 3px 2px;
    padding: 0 20px;
    color: #666666;
    }
    
li {
    padding: 4px 0;
    margin: 0;
    }