
	/* Temporär den Reiter "Mitarbeiter" entfernen */
	#mitarbeiter{
		display: none;
	}
	/*---------------------------------------------*/

	*{
		padding: 0;
		margin: 0;
		font-family: Verdana;
	}

	#header{
/*		background-color: #763577;*/
		background-image: url(../img/bg.jpg);
		height: 200px;
		min-width: 1000px;
		z-index: -1;
	}

	#logo {
		background-image: url(../img/ico000.jpg);
		position: absolute;
		top: 50px;
		left: 25px;
		width: 750px;
		height: 100px;
	}

	#logo span{
		display: none;
	}

	#menu {
/*		background-color: #323232;*/
		background-image: url(../img/bg01.jpg);
		position: absolute;
		left: 0;
		top: 140px;
		height:60px;
		width: 900px;
	}

	#nav{
		margin-left: 25px;
		height: 60px;
	}


	#nav a{
		color: white;
		text-decoration: none;
		float: left;
		height: 60px;
		padding: 0 20px 0 15px;
		letter-spacing: 0.03em;
		margin-right: -6px;
/*		background-color: #323232;*/
		background-image: url(../img/bg01.jpg);
		font-size: 6pt;
	}

	#nav a:hover, #nav .over{
		background-color: #ffffff;
		background-image: url(../img/bg02.jpg);
	}

	#menu #nav a .main{
		font-weight: bold;
		font-size: 11pt;
		position: relative;
		top: 10px;
	}

	#nav .over .main, #nav a:hover{
	    color: black;
	}

	#nav a .sub{
		font-size: 7pt;
		font-weight: normal;
		text-transform: uppercase;
		color: #888888;
		letter-spacing: 0.2em;
		position: relative;
		top: 10px;
	}


	#main{
		position: relative;
		top: 20px;
/*		min-height: 600px;*/
		padding-left: 30px;
		background-color: white;
		min-height: 61vh;
  	display: flex;
  	flex-direction: column;
	}

	#main a, #main a:active, #main a:visited {
		color: black;
	}

	#main a:hover{
		background-color: #763577;
		color: white;
		text-decoration: none;
	}


	#image{
		width: 650px;
/*		background-color: #323232;	*/
		background-image: url(../img/bg01.jpg);
		line-height: 0;
	}

	#image img{
		width: 650px;
/*		height: 350px;*/
	}

	#image a:hover{
		background-color: white;
	}

	#footer{
/*	    background-color: #323232;*/
		background-image: url(../img/bg01.jpg);
		position: relative;
		top: 100px;
		left:0;
		height: 300px;
		min-width: 1000px;
		margin-top: auto;
	}

	#footer table tr td {
		color: white;
		font-size: 9pt;
		padding: 25px;
		line-height: 1.3em;
		vertical-align: top;
		max-width: 500px;
	}

	#footer a, #footer a:active, #footer a:visited, #footer a:hover {
		color: white;
		text-decoration: none;
	}


	#abstract  {
		width: 650px;
		top: 30px;
		margin: 35px 0 45px 0;
		font-size: 20pt;
		line-height: 1.5em;

	}

	#abstract h3 {
	  line-height: 1.5em;
		font-size: 20pt;
		color: #763577;
		font-weight: normal;
	}

	#content{
		background-color: white;
	}

	.columns tr td {
		width: 310px;
		vertical-align: top;
		padding-right: 30px;
		font-size: 11pt;
		text-align: justify;
	}


	.column{
		width: 650px;
		font-size: 11pt;
		text-align: justify;
	}

	.u {
		text-decoration: underline;
	}

	.box{
		margin-bottom: 15px;
	}

	ul{
		margin-left: 20px;
		margin-top: 5px;
	}

	.itemize tr td{
		vertical-align: top;
	}


