/* ****************************************** */
/* Orangefluid GbR		         			  */
/* www.orangefluid.com       				  */
/* ****************************************** */


/* Global settings */
* {
	margin:0;
	padding:0;
	text-align:left;
}

/* Layout sizes */
html, body {
	min-height:600px;
	height:100%;
}

/* Main body style */
body {
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #04163c;
	background: url(images/background.gif) 50% 50% repeat-x;
	font-size: 100.01%;	
	text-align:center; /* horizontal centering for IE Win quirks */
}

/* ****************************************** */
/* Layout container settings                  */
/* ****************************************** */

/* Distance container for setting min-height */
#distance { 
	height: 50%;
	width: 1px;		
	margin-bottom: -300px;
	float: left;
}

/* Main container, page width, centered, fixed width */
#maincontainer {
	margin:0 auto;
	position: relative;
	height: 600px;
	width: 900px;
	min-width: 900px;
	clear: left;
}

#flashcontent {
	text-align:center;
}

#logo {
	position: relative;
	width: 595px;
	height: 182px;
}

#infotext {
	font-size: 0.7em;
	position: relative;
	width: 374px;
	height: 100px;
	line-height: 1.5em;
	text-indent: 9px;
	margin-top: 30px;
	float:left;
}

#address {
	font-size: 0.7em;
	line-height: 1.5em;
	position: relative;
	margin-top: 30px;
	width: 230px;
	height: 140px;
	float: left;
}

/* Link colors global */
a:link, a:visited {
	color: #04163c;
	text-decoration: underline;
}

a:active, a:hover {
	color: #04163c;
	text-decoration: none;
}





