@charset "utf-8";
/* CSS Document */

#container{
	margin:0 auto;
	width:838px;
}

body{
	font-family:calibri, "trebuchet MS", arial;
	font-size:11px;
	overflow:scroll;
}

#header {
	background-image:url(images/header.jpg);
	float:left;
	width:838px;
	height:107px;
}

#foto {
	background-image:url(images/foto.gif);
	background-repeat:no-repeat;
	float:left;
	width:838px;
	height:206px;
}

#menu{
	float:left;
	text-align:center;
	width:838px;
	height:46px;
}

#menu a{
	margin:30px;
	margin-top:10px;
	text-decoration:none;
	font-family:"Century Gothic";
	font-size:20px;
	font-weight:bold;
	color:#000;
}

#menu a:hover{
	color:#666;
}

#content{
	float:left;
	width:838px;
	min-height:300px;
	color:#666;
}

#links{
	float:left;
	width:233px;
}

#rechts{
	float:right;
	width:605px;
}

#image{
	margin-left:25px;
}

p{
	font-family:calibri, "trebuchet MS", arial;
	font-size:14px;
	color:#000;
}

p a{
	text-decoration:none;
	font-family:calibri, "trebuchet MS", arial;
	font-size:14px;
	color:#666;
}

p a:hover{
	color:#999;
}

h2{
	font-family:"Century Gothic";
	font-size:16px;
	color:#333;
	margin-top:-1px;
}

h3{
	font-family:"Century Gothic";
	font-size:14px;
}

td{
	float:left;
	width:270px;
	font-size:14px;
}

td a{
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
