/* CSS Document */

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

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

	html {
		height: 100%
		}
	body {
		height: 100%;
		background-color:#CCCCCC;
		background-image: url(../img/background.jpg);
		font: 100.01%/1.4 sans-serif;
		text-align: center;
		font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 18px;
		}

	#distance {
		float: left; 
		width: 1px; 
		}

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

	#header {
		position: relative;
		padding-top: 12px;
		margin-bottom: 2px;
		}
		
	#bildernavi {
		width: 693px;
		float: right;
		margin-right: 12px;
		}	
		
	#bildernavi img {
		margin-bottom: 1px;
		}
	

/* Navigation */

	#navcontainer ul {
		padding-left: 0;
		margin-left: 0;
		background-color: #02956b;
		color: White;
		float: left;
		width: 100%;
		font-family: Tahoma, arial, helvetica, sans-serif;
		font-size: 15px;
		}

	#navcontainer ul li { display: inline; }

	#navcontainer ul li a
		{
		padding: 0.4em 2em;
		background-color: #02956b;
		color: White;
		text-decoration: none;
		float: left;
		}

	#navcontainer ul li a:hover {
		background-color: #006346;
		color: #fff;
		}

	#navcontainer ul li#current a {
		background-color: #006346;
		color: #fff;
		}		


#navcontainer2 { 
		width: 200px;
		float: left;
		 }

#navcontainer2 ul
{
margin-left: 0;
list-style-type: none;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 13px;
}

#navcontainer2 a
{
display: block;
padding: 3px 3px 3px 20px;
width: 160px;
color: #fff;
background-color: #02956b;
border-bottom: 1px solid #fff;
text-decoration: none;
}

#navcontainer2 a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navcontainer2 a:hover
{
background-color: #00815b;
color: #fff;
text-decoration: none;
}

#navcontainer2 ul li#current a
{
background-color: #006346;
color: #fff;
text-decoration: none;
}

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

	h1 {
		font-family:Arial, Verdana, Helvetica, sans-serif;
		font-size: 18px;
		color: #02956b;
		padding-bottom: 20px;
		}

	h2 {
		color: #333;
		font-size: 14px;
		margin-bottom: 5px;
		}
		
	h2 a{
		color: #7b7979!important;
		font-size: 14px!important;
		margin-bottom: 5px;
		text-decoration: none;
		}	
		
	h2 a:hover{
		text-decoration: underline;
		}	

	h3 {
		color: #7b7979;
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 10px;
		}

	h4 {
		font-size: 11px;
		font-weight: bold;
		color: #004B76;
		margin-top: 2px;
		float: left;
		}
	.style2 {
		font-size: 12px;
		font-style: italic;
		text-align: right;
		}

	p {
		margin-bottom: 6px;
		}
	
	div.box a {
		color: #02956b;
		font-weight: bold;
		}		

	#main {
		position: relative;
		margin: 1px;
		padding-bottom: 30px;
		}

		
	div#bottom {
		height: 8px;
		}
		
	#bottom img {
		padding: 0;
		margin: 0;
		}	
		
	div#right img {
		margin-bottom: 1px;
		}

	#content {
		position: relative;
		text-align: left;
		width: 935px;
		padding: 50px 13px 20px 12px;
		}
		
	div.box {
		position: relative;
		float: right;
		width: 180px; 
		font-family: Arial, Verdana, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #02956b; 
		padding:10px; 
		border: solid 1px #02956b;	
		}
		
	div.box img {
		margin-top: 10px;
		margin-bottom: 10px;
		}	

	div.box h2 {
		color: #fff;
		background-color: #02956b;
		font-size: 14px;
		padding: 2px 0 2px 6px;
		margin-bottom: 5px;
		}	

	div.right {
		position: relative;
		float: right;
		width: 200px; 
		}

	div.copy {
		position: relative;
		float: right;
		text-align: left;
		line-height: 18px;
		padding-right: 26px;
		width: 464px;
		}

	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: 10px;
		}
		
	div.copy ul {
		margin-bottom: 10px;
		}

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

	div.copy ul li {
		margin-left: 30px;
		margin-bottom: 6px;
		list-style: disc;
		}
		
	div.blockleft {
		float: left;
		width: 280px;
		height: 80px;
		margin-bottom: 20px;
		}
		
	div.blockright {
		float: right;
		width: 280px;
		height: 80px;
		margin-bottom: 20px;
		}
		
	.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;
		width: 695px;
		margin-left: 252px;
		margin-right: 13px;
		padding: 5px 0px 5px 0px;
		text-align: left;
		border-top: 1px solid #aaa;
		z-index: 200;
		color: #aaa;		
		}

	#footer a {
		color: #aaa;
		text-decoration: none;
		font-size: 11px;
		margin-top: 15px;
		margin-left: 0!important;
		}

	#footer a:hover {
		text-decoration: underline;
		}
		
	.cr {
		float: left;
		color: #7b7979;		
		font-size: 11px;
		}
		
 	.adress {
		padding-left: 110px;
		background-image:url(../img/ch.gif);
		background-repeat: no-repeat;
		background-position: 0 3px;
		text-decoration: none;
		}
		
	.wichtig {
		color: #02956b;
		}
