/* CSS Document */

	body {
		position: absolute;
		background: #ffffff;
		font-family: Arial, Helvetica, sans-serif;}

	html, body { 
		top:0; left:0; right:0;
		min-height: 100%;
		margin:0;
		padding:0;
		width:100%;}
		
	a img {
		border: none;}

	h1, h2 {
		font-size: 13px;
		font-style: normal;
		font-weight: normal;
		text-transform: uppercase;
		margin: 11px 0px;
		color: #6783a9;}
		
	p, #menu, #menu_unten {
		
		font-size: 13px;
		line-height: 140%;}
		
	.hilfsdiv {
		height: 100%;
		width: 20px;
		float: right;
		display: block;}

/* ------------------------- header -------------------------- */
	#header_container {
		position:fixed;
		top:0; left:0; right:0;
		text-align:center;
		margin:0;
		height:105px;
		width: 100%;
		z-index:4;
		overflow: hidden;}

	#header {
		position:absolute;
		top:0; left:0; right:0; bottom:0;
		height:100%;
		width: 100%;
		background-color: #FFFFFF;
		z-index:4;
		margin:0;
		padding:0;
		text-align: left;}
			
	#igemet_logo {
		margin: 23px 0px 0px 0px; padding:0;
		float: right;
		width: 172px;
		height: 67px;
		margin-right: 20px;}

/* ------------------------ menu -------------------------- */	
	#menu_container {
		border-bottom: 1px solid #5e5e5e;}
	
	#menu {
		width: 40em;
		height: 1.7em;
		position: relative; top:1px; left:50%;
		margin-left: -131px;
		overflow: hidden;}
		
	#menu a.link_mit_bullet {
		margin: 0px .6em;}
			
	#menu img {
		margin-top: 0.7em;}
		
	#menu a:link, #menu a:active, #menu a:visited, #menu a:hover {
		text-decoration: none;
		color: #5e5e5e;
		padding-bottom: 0.2em;
		border-bottom: 1px solid #5e5e5e;}

	#menu a:hover {
		border-bottom: 1px solid #e0e0e0;}
		
/* ------------------------- content -------------------------- */
	#content {
		margin:0;
		z-index:2;
		height: 100%;
		position:absolute;
		top:0; bottom:0; left:0; right:0;}
		
	#content table {
		position: absolute;
		top: 0px; right:0; bottom: 0px; left:0;
		height: 100%;
		width: 100%;
		padding: 105px 0px 30px 0px;}
		
	#content p {
		padding:0;
		margin:0;}
	
	#content h1 {
		margin-top:20px;}
		
	#image_streife {
		background: url(../static/img/start/igemet_imagebilder_streife_1020.jpg) no-repeat center;
		background-color: #6783a9;
		height: 170px;
		border-top: 1px solid #5e5e5e;
		border-bottom: 1px solid #5e5e5e;}
	
	#begruessungstext {
		position: relative; top:0; left:50%;
		width: 29em;
		margin-left: -131px;}
		
/* ----------------------- liste_im_inhalt --------------------- */
		
	#begruessungstext .liste_im_inhalt img {
		margin: 9px 7px 1px 0px;}
		
	#begruessungstext {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 140%;
		margin-top: 14px;}
		
	#begruessungstext span {
		color: #6783a9;}
		
/* ------------------------- footer -------------------------- */
	#footer_container {
		position:fixed;
		bottom:0; left:0; right:0;
		margin:0;
		width: 100%;
		height:26px;
		z-index:3;
		overflow: hidden;}
		
	#footer {
		position:absolute;
		top:0; left:0; right:0; bottom:0;
		z-index:3;}
		
	#weiss_hg_unten {
		height: 100%;
		margin:0;
		padding:0;
		background-color: #FFFFFF;
		border-top: 1px solid #5e5e5e;}
		
	#menu_unten {
		margin: 0; padding:0;
		float: right;
		display: block;
		height: 23px;
		overflow: hidden;}
		
	#menu_unten a.link_mit_bullet {
		margin: 0px .6em;}
			
	#menu_unten img {
		margin-top: 9px;
		float: left;}
			
	#menu_unten a:link, #menu_unten a:active, #menu_unten a:visited, #menu_unten a:hover {
		text-decoration: none;
		color: #5e5e5e;
		line-height: 22px;
		float: left;
		border-bottom: 1px solid #ffffff;}

	#menu_unten a:hover {
		border-bottom: 1px solid #5e5e5e;}

/* ------------------------- MSIE -------------------------- */
	* html, * html body {
		overflow:hidden;
		bottom:0;
		height:100%;}

	* html #header_container, * html #footer_container {
		position:absolute;
		width:100%;
		padding-right:16px; }
		
	* html #igemet_logo {
		margin-right: 0px;}

	* html #header,* html #footer {
		height:100%;
		position:static;}

	* html #content {
		width:100%;
		overflow: auto;
		margin: 0;}
		
	*html #image_streife {
		height: 172px;}
		

		
