
	body {
		background-color:#FFFFFF;
		color: #595959;
		font-family: Tahoma,Verdana,Helvetica,Arial;
		font-size: 12px;
	}
	
	hr {
		color:#C72737;
	}
	
	td {
		color:#595959;
		font-size: 11px;
	}
	th {
		color:#595959;
		font-size: 13px;
	}
	.content {
		color:#595959;
		font-size: 12px;
	}
		
	input {
		font-size:11px;
		color:#595959;
	}
	
	input[type=text] { 
		font-size:10px;
	}

	.headline {
		color:#C72737;
		font-size: 18px;
		font-weight: bold;
	}
	/* #FFC76F */
	.small_headline {
		color:#C72737;
		font-size: 12px;
		font-weight: bold;
	}
	
	.boxheadline,h3 {
		color:#C72737;
		font-size: 14px;
		font-weight: bold;	
	}
	
	.slogan {
		font-size: 14pt;
		font-family: Arial, Helvetica, Tahoma;
		color: #c72737;
		font-stretch: narrower;
		font-weight: lighter;
		letter-spacing:0pt;
	}
	
	a {	
		color:#000000;
		font-size:10px;
		text-decoration: none;
	}
	
	a.blackbold {	
		color:#000000;
		font-size:10px;
		text-decoration: underline;
		font-weight:bold;
	}

	a.blackstd {	
		color:#000000;
		font-size:11px;
		text-decoration: underline;
		font-weight:normal;
	}
	
	.white {
		color: #FFFFFF;
		
	}
	
	.black {
		color: #595959;
		font-size: 11px;
		font-weight: bold;	
	}
	
	.black2 {
		color: #000000;
		font-size: 11px;
	}

	.blackheadline {
		color: #000000;
		font-size: 12px;
		font-weight: bold;	
	}
	
	
	.greenlogo{
		position: absolute; 
		top: 1px;	
		color:#008800;
		font-weight: bold;
		font-size: 55px;
		/*font-style:italic;*/
		z-index: 2;
	}
	
	.whitelogo{
		position: absolute; 
		top: 3px;
		color:#FFFFFF;
		font-weight: bold;
		font-size: 55px;
		/*font-style:italic;*/
		z-index: 1;
	}	
	
	.ctrl {
		border: 1px solid;
		font-weight: normal;
		font: Arial, Helvetica;
	}

  .menue{
    padding-top:3px;
    padding-bottom:3px;
  }
  
  #main{
    position:relative;
    text-align:center;
    border:0px solid #00FF00;
    width:790;
    }
  #content{
    position:absolute;
    border:0px solid #FFFF00;
    width:390;
    left:200;
    right:200;
    top:130;
    height:630;
    }
  #left{
    position:absolute;
    border:0px solid #FF0000;
    width:190;
    left:0;
    top:130;
    }
  #right{
    position:absolute;
    border:0px solid #0000FF;
    width:190;
    right:0;
    top:130;
    }
    
