/**/
/**/
/*importiert norm.css*/
/**/
/**/

@import url("norm.css");

/**/
/**/
/* Initialisierung */
/**/
/**/

html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	color: #000;
	height: 100%;
	width: 100%;
	background: #FFF;
}

div#container {	
	width: 1010px;
	height: 497px;
	top: 50%;
	left: 50%;
	border: 0;
	margin: 0 auto;
	padding: 0 auto;
	margin-top: -247px;
	margin-left: -505px;
	position: relative;
	background: #678FBA;
}

img#logo {
	width: 1008px;
	height: 495px;
	top: 1px;
	left: 1px;
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
}

img#ol {
	height: 100px;
}

img#social {
	width: 20px;
	height: 20px;
	border: 0;
	margin: 2px;
	padding: 0;
}

#text {
	width: 1008px;
	height: 495px;
	top: 1px;
	left: 1px;
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
	background: #FFF;
}

#imp {
	width: 920px;
	height: 475px;
	top: 5px;
	left: 60px;
	border: 0;
	margin: 0;
	padding: 5px;
	position: absolute;
	z-index: 1;
	background: #FFF;
	overflow-y: scroll;
}

h1 {
	font-size: 1.3em;
	line-height: 1.5em;
}	

h2 {
	font-size: 1em;
	line-height: 1.5em;
}

h3 {
	font-size: 0.9em;
	line-height: 1.5em;
}

#footer {
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 2;
	font-size: 0.7em;
}

#menu {
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 3;
}

#menu li {
	display: inline;
}

a:link {
	text-decoration: none;
	color: #678FBA;
	font-weight: bold;

}
	
