div {margin:0px; padding:0px; border:0px;}
div.padding_lr {padding-left:5px; padding-right:5px;}
*.wai_hidden {display:none;}


/*Layout*/

body {
	margin:0px;
	padding:0px;
	border:0px;
	}
	
div#wrapper {
	overflow:hidden;
	width:949px;
	margin-left:auto;
	margin-right:auto;
	}

	
/* ---- TEXT ---- */
BODY {
	FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

TABLE {
	FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

UNKNOWN {
	FONT-SIZE: 10pt;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
	
/* ----  H E A D  ---- */	
	
	
div#header {
	width:949px;
	height:232px;
	overflow:hidden;
    margin-top: 30px; 
    
    background-image:url(../gfx/banner.png); 
    background-position:right; 
    background-repeat:no-repeat;
	}  	

div#points {
    overflow:hidden;
    margin-top: 100px;
    margin-left: 355px;
    float:left;
}	
	
div#points ul li {
    list-style-type:none;
    background:url(../gfx/balk.png) no-repeat;
    padding-left: 45px;
    
    FONT-SIZE: 14pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    color: #0C3F98 ;
}

	
/* -- Tiitle DIV -- */	
	
div#content_title {						/* CONNTENT FRAME */
	overflow:hidden;
	width:929px;
    border:2px black solid;
    padding:10px;
    margin-top: 30px;
    margin-bottom: 30px;    
	height:100% ;	
	float:left;
	}	
    
dic#content_title_h {
    overflow:hidden;
    float:center;
}

div#content_title h1 {
	POSITION: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:12pt;
	color: #0C3F98 ; 
	}
	
div#content_title h2 { 					/* TEXT STYLE */
	POSITION: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:20pt;
	color: #233EB3 ; 
	}	
	
div#content_title h3 { 					/* TEXT STYLE */
	POSITION: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15pt;
	text-align:right; 
    color:#E60005;
    top:-20px;
	}		
	
/* -- INHALT 1 (LINKS / RECHTS) -- */	
	
div#content_left {						/* CONNTENT FRAME */
	overflow:hidden;
	width:550px;
/*	margin-top: 30px; */ 
    margin-bottom: 30px;
    border:2px black solid;
    padding:15px;
	float:left;
    
    letter-spacing:1px;
	}	

div#content_right {						/* CONNTENT FRAME */
	overflow:hidden;
	width:300px;
/*	margin-top: 30px; */ 
    margin-bottom: 30px;
    border:2px black solid;
    padding:15px;
	float:right;
    
    letter-spacing:1px;
	}	

