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

html, body {
   height: 100%;
   width: 100%;
}

body {
	text-align: center;
	background-image: url(images/bg_body_start.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8.7pt;	
	line-height: 1.4em;
	background-color: #F4F4F4;
}



img {
	border: 0px;
}

a {
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

.ierror {
	border: 1px solid red;
	-moz-border-radius:1px;
}

#druckadresseStart {
    display: none;    
}

/* LAYOUT --------------------------------------------------------------- */
#layout {
	position:absolute;
	top:50%;
	left:50%;
	width:758px;
	height:424px;
	margin-left:-379px;
	margin-top:-212px;
	border: 1px solid #888888;
	background-color: #FFFFCE;	
}

#seite {
	text-align:left;
}

#logo {
	width: 220px;
	float: left;
	margin-top: 10px;
	padding-left: 10px;
}

#adresse {
	width: 515px;
	float: left;
	text-align: right;
	color: #067644;
	padding-top: 21px;
	line-height: 1.8em;
}

#animation {
	margin-top: 20px;
}

#navbar {
	position: absolute;
	width: 500px;
	height: 26px;
	top: 105px;
	left: 245px;	
	background-image: url(images/header_content.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align:right;
	padding-top: 10px;
	padding-right: 13px;
}

/* SEITE DRUCKEN --------------------------------------------------------------- */

@media print {
  body {
  	background: #ffffff;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 10pt;
  	padding-left: 0px;
  	background-image: none;
  	background-color: #FFFFFF;
  }
  
  body a:link, body a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
  }
	
	#layout {
		position:absolute;
		top:50%;
		left:50%;
		width:758px;
		height:424px;
		margin-left:-379px;
		margin-top:-212px;
		border: none;
		background-color: #fff;	
	}
	
	#logo {
		display: none;
	}
	
	#adresse {
		display: none;
	}
	
	#animation {
		display: none;
	}
	
	#navbar {
		display: none;
	}
  
  #druckadresseStart {
    display: block; 
    text-align:center;
    width:100%;   
  }

}




