/* ****************************************** */
/* Orangefluid GbR                            */
/* www.orangefluid.com                        */
/* ****************************************** */


/* ****************************************** */
/* Global settings for Portal Locations       */
/* ****************************************** */

/* Global settings */
* {
	margin: 0;
	padding: 0;
}

/* Layout sizes */
html, body {
	height: 100%;
	overflow-x: hidden;
}

/* Main body style with background top image */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 100.01%;
	background: #fff;
}

#content {
	position: relative;
	margin: 0 auto;
	width: 800px;
	font-size: 10px;
	}
	
h1 {
	font-size: 12px; 
	font-weight: bold;
	color: #BB0000;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	}
	
img { position: relative; float: left; margin-right: 5px; margin-bottom: 5px; }
p { margin-bottom: 10px; }
a, a:visited, a:hover { color: #BB0000; text-decoration: none; }