/* styles for css + design | Late Sun */

/* set all to 0 */
* {
margin: 0;
padding: 0;
border: 0 none;
text-decoration: none;
}

/* ===== Haupt-Container ===== */
body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin: 0;
        font-size: 80%;
        font-weight: bold;
        background-color: #CCD7B7; 
		background-image:   url(images/logooben.jpg);
	background-repeat:no-repeat;
	background-position:left 5px;
        }

ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

/* =-=-=-=-=-=-=-[Menu One]-=-=-=-=-=-=-=- */

#menu {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	margin: 10px;
	left: 0px;
	top: 180px;
	 position:absolute;
        }

#menu li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu li a:link, #menu li a:visited {
        color: #5E7830;
        display: block;
        background: url(menu1.gif);
        padding: 8px 0 0 10px;
        }

#menu li a:hover, #menu li #current {
        color: #26370A;
        background: url(menu1.gif) 0 -32px;
        padding: 8px 0 0 10px;
        }

#menu li a:active {
        color: #26370A;
        background: url(menu1.gif) 0 -64px;
        padding: 8px 0 0 10px;
        }
		
#content{
	position:absolute;
	top:181px;
	left:329px;
	width: 370px;
	height: 21px;
}		
		
#text{
	position:absolute;
	top:149px;
	left:246px;
	width: 370px;
	height: 21px;
}		

#text2{
	position:absolute;
	top:179px;
	left:220px;
	width: 510px;
	height: 21px;
}		

#text3{
	position:absolute;
	top:303px;
	left:220px;
	width: 510px;
	height: 459px;
}

#text4{
	position:absolute;
	top:221px;
	left:477px;
	width: 250px;
	height: 21px;
}

#text5{
	position:absolute;
	top:158px;
	left:233px;
	width: 201px;
	height: 21px;
}

#text6{
	position:absolute;
	top:158px;
	left:233px;
	width: 201px;
	height: 21px;
}								

h1 {
  font-size:26px;
  font-weight:normal;
  font-style:normal;
  letter-spacing:1px;
  color:#5E7830;
  padding-bottom:8px;
  margin-left:10px;
  margin-bottom:80px;
 
}

h2 {
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	letter-spacing:1px;
	color:#5E7830;
	padding-bottom:6px;
	border-bottom:2px dotted #999999;
	border-left-width: 2px;
	border-right-style: none;
	border-left-style: dotted;
	border-left-color: #999999;
	padding-left: 6px;
}

h3 {
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	letter-spacing:1px;
	color:#5E7830;
	padding-bottom:6px;
	border-bottom:2px dotted #999999;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #999999;
}

h4 {
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	letter-spacing:0px;
	color:#5E7830;
	padding-bottom:6px;
	border-bottom:none #999999;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #999999;
	padding-left: 6px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-right: 6px;
}

h5 {
  font-size:14px;
  font-weight:bold;
  font-style:normal;
  letter-spacing:0px;
  color:#5E7830;
  padding-bottom:6px;
  border-bottom:2px dotted #999999;
}

h6 {
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	letter-spacing:0px;
	color:#5E7830;
	padding-bottom:6px;
	border-bottom:2px dotted #999999;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #CCCCCC;
}

.table1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CCD7B7;
	padding: 2px;
}
