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

body 
{
	background-color: #FFFFFF;
}

h1 
{
	font-family:Georgia;
	font-size: 21px;
	font-weight: bold;
	color: #026b7e;
	vertical-align:top;
}

h2
{
	font-family:Georgia;	
	font-size: 18px;
	font-weight: bold;
	color: #026b7e;
}

a:link 
{
	text-decoration: none;
	color: #026b7e;
}
a:visited 
{
	text-decoration: none;
	color: #026b7e;
}
a:hover 
{
	text-decoration: underline;
	color: #026b7e;
}
a:active 
{
	text-decoration: none;
	color: #026b7e;
}

.ContentBody
{
  width:1024px;
  margin:0px auto 0px auto;
}

.menu 
{
	background-image:url(../img/top.png);
	width:1024px;
	height:250px;
	margin-top:30px;
}

.menu .header
{
	float:left;
	margin:20px 20px 0 20px;
	padding-top:185px;
}

.content 
{
	float:left;
	width:400px;
	text-align:left;
	font-family:Georgia;
	font-size: 15px;
	color: #000000;
	padding:13px 13px 0px 20px;
}

.right-content
{
	float:right;
	width:400px;
	padding:23px 0 0 0;	
}

.right-content img
{
	margin:0 0 25px 0;
	widht:400px;
	height:212px;
	border:0;
}

.right-content .aktuellt
{
	widht:398px;
	height:210px;
	overflow:auto;
	border:thin double #026b7e;
	padding:1px 13px 0 13px;
	text-align:left;
}

.right-content .aktuellt ul
{
	padding:0 0 0 13px;
	list-style:none;	
}

.foto
{
	padding: 13px 13px 0 13px;
	margin:0;
	border:0;
	text-align:left;
}

.foto .thumb
{
	vertical-align:bottom;
	padding:0;
	margin:0 18px 36px 0;
	border:0;
	max-width:140px;
	max-height:140px;
	border:2px solid #026b7e;
}
