@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
/* Flash wird auf gesamter Höhe angezeigt */
/*hide from ie on mac\*/
html {
	height: 100%;
	overflow: hidden;
}
#flashcontent {
	width: 100%;
	height: 100%;
}
	/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#noflash {
	display:block;
	overflow: auto;
	margin: 0 auto;
	overflow: auto; 
	height: 100%;
}
body {
	font-size:0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; /*  IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
}
a:visited, a:link, a:hover  {
	color: #888;
}
a img{
	border:none;
}
#container {
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	width: 616px;
	}
#mainContent {
	padding: 16px 0; 
}
h1 {
	float:left;
	min-width:50px;
	font-size:1.4em; 
	text-transform: uppercase;
	font-weight:200;
}
h2 {
	font-size:1.1em; 
	text-transform: uppercase;
	font-weight:200;
}
#logo{
		padding-bottom: 16px;
	background:transparent url(../images/logo.gif) no-repeat;
	height: 54px;
	width: 140px;
}
#bodycopy{
	float: left;
	padding-bottom: 20px;
	width: 70%;
}
#adresse{
	}
#flashLogo{
	float: right;
	height: 35px;
	width: 30%;
	text-align:right;
}
#clearing {
	clear:both;
}
#headerPic{
	height: 425px;
	background:transparent url(../images/header-pic.jpg) no-repeat;
	padding: 16px 0 10px 0;
}

