body{
	margin:0;
	padding:0;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
}

h3 {
	margin: 0 0 0 0;
	color: #003071;
}
	
#main {
	height: 100%;
	weight: 100%;
	
	background-color: #ffffff;
	background-image: url(/fileadmin/images/bg-bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#top {
	height: 260px;
	weight: 100%;
	
	background-image: url(/fileadmin/images/bg-top.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#nav {
	margin-top: 1px;
	margin-left:20px;
	font-size: 14px;
}

#nav a:visited,
#nav a:link {
	font-style: italic;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}
#nav a:hover{
	color: #003071;
}

#content {
	margin: 0 30px 40px 40px;
	width: 550px;
	
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}

#news {
	border:1px solid #cccccc;
	font-size: 13px;
	margin-bottom: 40px;
}
#news a {
	font-style: italic;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}

#bottom {
	height: 30px;
}


