body {
		background-image:url(bg.png);
		background-color:#2C4F66;
		background-repeat:repeat-x;
		color:#ffffff;
		font-family: Arial, Helvetica;
	}

body a {
		color:#008FD5;
		text-decoration:none;
	}
	
body h1 {
		font-size:28px;
		color:#ffffff;
	}	
body h2 {
		margin-top:-16px;
		margin-bottom:36px;
		font-size:14px;
		color:008FD5;
		font-weight:lighter;
	}

div#wrap {
		width:500px;
		margin-right:auto;
		margin-left:auto;
	}

div#cont { 
		padding-top:100px;
	}
div#flag {
		width:160px;
		height:230px;
		position:relative;
		float:left;
		
	}
div#head {
		width:340px;
		height:230px;
		text-align:left;
		position:relative;
		float:right;
	}
div#k_links {
		width:160px;
		height:180px;
		text-align:left;
		position:relative;
		float:left;
	}
div#k_rechts {
		width:340px;
		height:180px;
		text-align:left;
		position:relative;
		float:right;
	}
div#p_links {
		width:160px;
		height:200px;
		text-align:left;
		position:relative;
		float:left;
	}
div#p_rechts {
		width:340px;
		height:200px;
		text-align:left;
		position:relative;
		float:right;
	}
	
p {
		font-family: Arial, Helvetica;
		font-size:13px;
	}

table {
		font-family: Arial, Helvetica;
		width:250px;
		margin:0px 0px 0px -3px;
		font-size:13px;
	}
	
div#foot {
		clear:both;
		padding-top:100px;
	}