body {
	color: black;
	font-size: 11pt;
	font-family: Arial;
	background-color: #ffffff
	}
hr.short
	{ background-color:#DE580B; 
	  color:#DE580B; 
	  height:2px; 
	  width:80px;
	 }

#logoleft{
     position:absolute;
     top:20px;
     left:0px;
     width:310px; height:150px;
     padding:4px;
     border-right: 3px solid #DEDEDE;
     text-align:right;
  }

#spaceleft{
     position:absolute;
     top:120px;
     left:0px;
     width:300px;height:18px;
     border-right: 3px solid #DEDEDE;
     padding:4px;
     background-color:#DEDEDE;
     text-align:right;
     color:DE580B;	
  }

#menue{
     position:absolute;
     top:140px;
     left:0px;
     width:310px;height:700px;
     padding:4px;
     border-right: 3px solid #EEEEEE;
     text-align:right;
  }


#logoright{
     position:absolute;
     top:0px;
     left:360px;
     width:660px;
     padding:8px;
     align:left;	
 }
#spaceright{
     position:absolute;
     top:120px;
     left:325px;
     width:680px;height:18px;
     padding:4px;
     background-color:#DEDEDE;
     text-align:left;
  }

#main{
     position:absolute;
     top:140px;
     left:320px;
     width:700px;
     padding:4px;
     text-align:left;
  }



.header {
    margin-top: 50px;
	height: 15px;
	background-color: #EEEEEE;
	font-family: Verdana;
	font-size:16px;
	text-decoration:bold;
	color: #000000 }

.header1 {
    margin-top: 50px;
	height: 25px;
	width:50%;
	background-color: #EEEEEE;
	font-family: Verdana;
	font-size:20px;
	text-decoration:bold;
	color: #000000 }


a, a:visited {
	font-family: Verdana;
	font-size: 15px;
   	color: #DE580B;
   	text-decoration: none;
   	padding-right: 12px;
   	line-height: 16px; }

a:active {
    font-family: Verdana;
	font-size: 15px;
	color: #00000;
	text-decoration: none;
	padding-right: 12px;
	line-height: 16px; }

a:hover {
	font-family: Verdana;
	font-size: 15px;
	color: #DEDEDE;
	text-decoration: none;
	padding-right: 12px;
	line-height: 16px; }

p,li,td {
    font-family: Verdana;
	font-size: 16px;
	color: #404040;
	padding-right:10px;
	padding-left: 10px;
	line-height: 20px; }


