* {
	font-family : arial, verdana, sans-serif;
}

body {background-color: #005BAB;}
A:link{		color: #005BAB; 	text-decoration:none;}
A:visited{  color: #005BAB;   text-decoration:none;}    
A:hover{	color: #999966;		text-decoration:none;}
A:active{ 	color:#990000;   	text-decoration:none;}
	 
p, li { 
		font-size: 15px;
    	text-align: justify;
		font-family : arial, verdana, sans-serif;
		color: #000000;
    }
	
h1 {
	text-align: left;
	font-size: 22px;
	color: #005BAB;
	font-weight:bold;
	letter-spacing: 2px;
	word-spacing: 4px;
	font-family: arial, verdana, sans-serif;
	left: 50px;
    }
h2 {
	text-align: left;
	font-size: 14px;
	color: #005BAB;
	font-weight:bold;
	line-height: 18px;
	letter-spacing: 1px;
	word-spacing: 2px;
	font-family: arial, verdana, sans-serif;
    }
h3 {
	text-align: left;
	font-size: 18px;
	color: #005BAB;
	line-height: 16px;
	letter-spacing: normal;
	font-family: arial, verdana, sans-serif;
    }
 td	{ font-size:15px;
     color: black;
     font-style:normal;
	 font-family: arial, verdana, sans-serif;
	 vertical-align:top;
	 border:0;
     }

	/* div definitions identified with id="logo"  */
#all{
	left:0px;
	top:0px;
	position:absolute;
}
#headpic {
	position:absolute;
	top:0px;
	left:259px;
	width:707px;
	height:70px;
}
#heading {
	position:absolute;
	top:0px;
	left:0px;
	width:267px;
	height:140px;
	font-size: 23px;
	color: #005BAB;
	line-height: 40px;
	font-weight:bold;
	letter-spacing: 1px;
	word-spacing: 3px;
	text-align: left;
	font-family: vinque, arial, verdana, sans-serif;
}
/* container for the menu*/
#register{
	color: #005BAB;
	font-weight:normal;
	position:absolute;
	left:269px;
	width:765px;
	height:70px;
	z-index:100000;
	top: 76px;
}
		
#content {
	position:absolute;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:20px;
	top:134px;
	width:961px;
	background-color:#FFE76D;/* hier*/
	border:none;
	min-height:450px;
	height:auto;
}	
#footer{
	z-index:2;
	position:absolute;
	bottom:0px;
	width:961px;
	border:none;
	height:20px;
	margin-bottom:20px;
}
.double{
	line-height: 30px;
  	text-align: left;
}
.footertxt{font-size:12px;
text-align:center;}

