@charset "utf-8";

/* ****************************************** */
/* Orangefluid GbR		         			  */
/* www.orangefluid.com       				  */
/* ****************************************** */


/* ****************************************** */
/* Global settings for Factotum
/* ****************************************** */

/* Global settings */
* {
	margin:0;
	padding:0;
	text-align:left;
}

/* Layout sizes */
html {
	height: 100%;
}

/* Main body style */
body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #7fdce7 url(images/background.jpg) 50% 0 repeat-x;
	color: #ffffff;
	font-size: 100.01%;	
	text-align: center;
	min-width: 970px;
}


/* ****************************************** */
/* Site container settings
/* ****************************************** */

img {
	border:0;
}

/* Site container, page width, centered, fixed width */
div#sitecontainer {
	position: relative;
	min-height: 100%;
	width: 970px;
	min-width:970px;
	margin: 0 auto;
	background: #7fdce7 url(images/background.jpg) 50% 0 repeat-x;
}

	/* Small IE Hack, min-height for IE */
	* html div#sitecontainer {
		height: 100%;
	}


div#logo {
	position: absolute;
	width: 160px;
	height: 166px;
	top: 0;
	left: 75px;
}

div#portal {
	position: absolute;
	width: 970px;
	height: 303px;
	top: 236px;
	left: 0;
}

div#seotext {
	position: absolute;
	width: 850px;
	top: 1200px;
	left: 60px;
	font-size: 0.7em;
}

div#impressum {
	position: absolute;
	width: 500px;
	top: 200px;
	left: 150px;
	font-size: 0.7em;
}

/* Footer container, sticky at bottom */
div#footercontainer {
	position: absolute;
	top: 550px;
	left: 840px;
	font-size: 0.7em;
}

h1 {
	font-size: 1em;
}


a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:active, a:hover {
	color: #ffffff;
	text-decoration: none;
}

