/* CSS Document */

	@import url( ("iemac-center.css") );

	*{
		padding: 0px; 
		margin: 0px;
		}

	html {
		height: 100%
		}
	body {
		height: 100%;
		background-image: url(../img/background.jpg)
		}

	body {
		font: 100.01%/1.4 sans-serif; 
		background-color: #666; 
		text-align: center;
		font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 18px;
		}

	#distance {
		float: left; 
		margin-bottom: -275px; 
		width: 1px; 
		height: 50%; 
		}

	#container {
		clear: left; 
		margin: 0px auto; 
		width: 960px; 
		position: relative; 
		height: 550px; 
		background-color: #fff; 
		}

	#header {
		position: relative;
		}

/* Navigation */

	div#navigation {
		position: relative;
		width: 627px;
		background-image: url(../img/back_navi.jpg);
		padding-left: 333px;
		}

	#navigation ul {
		float: left;
		}

	#navigation li {
		float: left;
		cursor: pointer;
		color: #4E4E4E;
		list-style-type: none;
		text-align: center;
		background-image: url(../img/back_navi.jpg);
		}

	#navigation li a {
		color: #4E4E4E;
		text-decoration: none;
		line-height: 16px;
		display: block;
		padding: 3px 20px 5px 20px;
		}

	#navigation li a:hover {
		background: #cde6cf;
		background-image: url(../img/back_navi_hover.jpg);
		cursor: pointer;
		}

	#navigation li:hover {
		background: #cde6cf;
		background-image: url(../img/back_navi_hover.jpg);
		cursor: pointer;
		}

	#navigation .current {
		color: #FFF;
		background-image: url(../img/back_navi_current.jpg);
		background-position: 100% 0;
		}

/* ------------------------------------------------------------------------------------------------------ */
/* Inhalt */

	h1 {
		color: #004B76;
		font-size: 17px;
		margin-bottom: 10px;
		}

	h2 {
		color: #004B76;
		font-size: 14px;
		margin-bottom: 5px;
		}

	h3 {
		color: #004B76;
		font-size: 12px;
		font-weight: normal;
		margin-bottom: 10px;
		}

	h4 {
		font-size: 11px;
		font-weight: bold;
		color: #004B76;
		margin-top: 2px;
		float: left;
		}

	p {
	margin-bottom: 6px;
		}
		

	#main {
		position: relative;
		background-color: #D3E1EA;
		margin: 1px;
		height: 371px;
		}

	#left {
		position: relative;
		float: left;
		margin-right: 80px;
		background-color: #D3E1EA;
		z-index: 120;
		}

	#right {
		position: relative;
		float: right;
		width: 138px;
		background-color: #D3E1EA;
		padding-left: 30px;
		z-index: 120;
		}
		
	div#right img {
		margin-bottom: 1px;
		}

	#content {
		position: relative;
		text-align: left;
		padding: 50px 30px 20px 80px;
		background-color: #D3E1EA;
		}

	div.copy {
		position: relative;
		text-align: left;
		line-height: 16px;
		height: 300px;
		overflow: auto;
		padding-right: 10px;
		}

	div.copy img {
		float: left;
		border: 1px solid #FFF;
		margin-right: 8px;
		margin-bottom: 6px;
		}

	div.copy img.logo {
		float:none;
		border: none;
		margin: 0;
		}
		
	div.copy .logo {
		color: #4c4c4c;
		}

	div.copy p {
		margin-bottom: 20px;
		}

	div.copy a {
		font-size: 12px;
		font-weight: bold;
		color: #004B76;
		}

	div.copy ul li {
		margin-left: 30px;
		list-style: disc;
		}
		
	.wichtig {
		font-size: 10px;
		font-weight: bold;
		line-height: 20px;
		color: #004B76;
		}
		
	td.wichtig {
		line-height: 14px;
		}

	td img {
		border: none!important;
		}

	div#footer {
		position: relative;
		text-align: left;
		height: 48px;
		background-color: #FFF;
		border-top: 1px solid #004B76;
		z-index: 200;
		}

	#footer a {
		color: #004B76;
		text-decoration: none;
		font-size: 11px;
		margin-top: 15px;
		}

	#footer a:hover {
		text-decoration: underline;
		}
