/* General styles */
body {
	color:#333;
	font-family: Verdana, Arial, sans-serif;
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}
a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin: 0.4em 0 .8em 0;
	padding:0;
}
img {
	float: left;
	margin:10px 0 5px;
}
table {
	border:thin solid #333;
}
td {
	border:thin solid #333;
}
.mitte {
	text-align:center;
}
/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
}
#header {
	border-bottom:1px solid #333;
}
#header p,
#header h1,
#header h2 {
	padding: 15px 15px 0 150px;
	margin:0;
}
#header img {
	margin: 15px;
}

#header ul {
	clear: left;
	padding: 3px 0;
	margin-left: 30px;
	margin-bottom: 0;
/*	border-bottom: 1px solid #000;*/
}
#header ul li {
	list-style: none;
	margin: 0;
	display: inline;
}
#header ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #333;
	border-bottom: none;
	background: #DDE;
	text-decoration: none;
}
#header ul li a:hover {
	background:#4635ED;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#333;
}

/* 'widths' sub menu */
#layoutdims {
	color: #4635ED;
	clear:both;
	background:#eee;
	border-top:4px solid #333;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* 1 column full page settings */
.fullpage {
	background:#fff;
}
.fullpage .col1 {
	margin:0 15px;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #333;
}
#footer p {
	padding:10px;
	margin:0;
	font-size:smaller;
	text-align:center;
}

.besetzung {
	float:left;
	margin: 10px;
	min-height:200px;
}
.img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}