body {
	background: url(bilder/background.png) repeat;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 14px;
}

.framework {
	width: 960px;
	min-height: 100%;
	box-shadow: 0px 0px 8px #888;
	margin: auto;
	background-color: #FFFFFF;
}

.header {
	background: url(bilder/header2014.jpg) no-repeat;
	width: 100%;
	height: 320px;
}

.logo {
	background: url(bilder/logo2013.png) no-repeat;
	width: 304px;
	height: 112px;
	position: absolute;
	margin-top: 195px;
	margin-left: -40px;
}

.navi {
	margin-top: -5px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 20px;
}

.content {
	padding: 20px;
}

.rightCol {
	width:350px;
	padding: 20px;
	float:right;
	text-align: right;
	min-height: 600px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover, a.active {
	color: #56A051;
}

.hightlightBox {
	height: 146px;
	width: 500px;
	margin-left: -20px;
	background-color: #EEE;
	margin-top: 20px;
	padding-left: 20px;
	box-shadow: 2px 2px 5px #888;
}

.hightlightBox img {
	float: right;
	margin-left: 20px;
}

.hightlightBox p {
	padding-bottom: 15px;
	font-size: 11px;
}

.hightlightBox h2 {
	padding-top: 15px;
}

.greenbox {
	float: right;
	width: 280px;
	padding: 10px;
	min-height: 100px;
	background: url(bilder/greenbox-background.png);
	font-size: 13px;
	box-shadow: 2px 2px 5px #888;
	margin-left: 20px;
}
.greenbox table {
	font-size: 13px;
}

img.teatimePic {
	box-shadow: 2px 2px 5px #888;
}

img.portrait {
	float: left;
	margin-right: 20px;
	box-shadow: 2px 2px 5px #888;
}

.steckbrief {
	float: right;
	width: 200px;
	background: url(bilder/greenbox-background.png);
	padding: 5px;
}
