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


/* ****************************************** */
/* Global settings for Meusch				  */
/* ****************************************** */

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


/* Layout sizes */
html, body {
	min-height:520px;
	min-width: 920px;
	height:100%;
}

/* Main body style */
body {
	background-color: #E20019;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 100.01%;
	text-align:center; /* horizontal centering for IE Win quirks */
}


/* Distance container for setting min-height */
#distance { 
	height: 50%;
	width: 1px;		
	margin-bottom: -260px;
	float: left;
}

/* Main container, page width, centered, fixed width */
#maincontainer {
	margin:0 auto;
	position: relative;
	height: 520px;
	width: 920px;
	min-width: 920px;
	clear: left;
	background-color: #ffffff;
}


/* Link colors */
a:link, a:visited {
	color: #6b6b70;
	text-decoration: underline;
}

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

img {
	border:0;
}

p {
	font-size: 0.7em;
	color: #ffffff;
}
