body, html
{
	font-family:  Arial, Helvetica, Verdana, Geneva,  sans-serif; 
	font-size : 10pt; 
	font-weight : normal; 
	color: #0C2174;
	line-height: 16pt;
}
.header
{
position:relative;
width:1000px;
height:122px;
margin:auto;
margin-bottom:15px;
}

.header .talen
{
position:absolute;
right:0px;
bottom:-20px;
}

.menu
{
position:relative;
width:100%;
height:55px;
background-color:#0c2174;
}

.content
{
width:980px;
min-height:300px;
margin:auto;
margin-bottom:10px;
background-color:#e8f5fd;
padding-left:20px;
}

.content .links
{
width:50%;
float:left;
}

.content .rechts
{
width:50%;
float:left;
}


.talen
{
padding-bottom:3px;
}

.header .talen a
{
	font-size: 8pt;
	color: #0C2174;
	line-height: 16pt;
	text-align: left;
	margin:0px;
	text-decoration:none;
	}
.header .talen a:hover
{
	color: #ff0000;
	text-decoration:none;
	}
	
.footer
{
position:relative;
width:1000px;
height:15px;
margin:auto;
background-color:#0c2174;
}
.copyright
{
position:absolute;

top:15px;
right:0px;
	font-size: 8pt;
	color: #0C2174;
	line-height: 16pt;
	text-align: left;
	margin:0px;
	padding:0px;
	text-decoration:none;
	}
