* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
	text-align: center;
	color: #ffffff;
}
h2 {
	font-size: 16px;
	text-decoration: bold;
	padding: 5px 0 5px 0px;
}
a {
	color: #f3e700;
	text-decoration: underline;
}
a:hover {
	color: #f3e700;
	text-decoration: none;
}
table {
	border: none;
	margin: 5px;
	padding: 5px;
}

.indented {
	padding: 5px 10px 5px 40px;
}

#map {
	color: #000000;
	background: #ffffff;
}
#map a {
	color: #0044cc;
}
#map a:hover {
	color: #0044cc;
	font-weight: bold;
}
#container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 800px;
	margin: 0 auto;
	height: 86px;
	background: url(../images/flohboxx_logo_800x86.png) no-repeat left top;
}
#header .logo {
	float: left;
	padding-top: 10px;
}
#separator {
	width: 800px;
	height: 70px;
	color: #f3e700;
	background: #000000;
	margin: 40px 0;
	text-align: center;
	margin: 20px auto;
	padding: 10px 0 0 0;
	/* [disabled]background: url(../images/menuBackground.png) repeat-x left top; */
}
#contentArea {
	width: 800px;
	margin: 0 auto;
}

.biggerFont {
	font-size: 16px;
}

.logo h1 {
	color: #FFFFFF;
	font-size: 50px;
}
.logo h1 span {
	color: #f3e700;
}
.contentAreaLeftWithBackgroundImage {
	width: 565px;
	float: left;
	padding: 5px 20px 5px 0;
	background: url(../images/floh-single-dunkel.png) no-repeat center center;
}
.contentAreaLeftWithBackgroundImageFlyboxx {
	width: 565px;
	height: 440px;
	float: left;
	padding: 5px 20px 5px 0;
	background: url(../images/flyboxx_dunkel.png) no-repeat center center;
}
.contentAreaLeftWithBackgroundImageKbb {
	width: 565px;
	height: 604px;
	float: left;
	padding: 5px 20px 5px 0;
	background: url(../images/kbb.png) no-repeat center center;
	text-align:right;
}
.contentAreaLeftWithBackgroundImageSeb {
	width: 565px;
	height: 604px;
	float: left;
	padding: 5px 20px 5px 0;
	background: url(../images/seb.png) no-repeat center center;
	text-align:right;
}
.contentAreaRight {
	width: 160px;
	margin-left: 605px;
	border-left: 2px solid #1a1a1a;
	padding: 5px 0 5px 20px;
}
.break {
	clear: both;
}
.bodyRight p {
	margin-right: 30px;
}
.contentAreaRight .subnavigation li {
	list-style: none;
	height: 20px;
	padding: 2px 0;
}
.contentAreaRight .subnavigation li a {
	background: url(../images/bullet.png) no-repeat left top;
	padding-left: 25px;
	color: #f3e700;
	text-decoration: none;
	font-size: 16px;
}
.contentAreaRight .subnavigation .highlighted li a {
	background: url(../images/bullet-focus.png) no-repeat 10px top;
	padding-left: 35px;
	color: #f3e700;
	text-decoration: none;
	font-size: 16px;
}
.contentAreaRight .subnavigation li a:hover {
	background: url(../images/bullet-focus.png) no-repeat 10px top;
	padding-left: 35px;
	color: #f3e700;
	text-decoration: none;
}
.contentAreaRight .subnavigation .highlighted li a:hover {
	background: url(../images/bullet-focus.png) no-repeat 10px top;
	padding-left: 35px;
	color: #f3e700;
	text-decoration: none;
}
.floatright {
	float: right;
	margin: 0 0 20px 20px;
}

ul#navigation {
	white-space: nowrap;
	height: 49px;
	font-size: 22px;
	padding: 0 0 0 0;
}
#navigation li {
	display: inline;
	list-style-type: none;
	border-left: 1px solid #505050;
	height: 49px;
}
#navigation #current {
	color: #f3e700;
}
#navigation a { 
	padding: 0 10px;
}
#navigation a:link, #navigation a:visited {
	color: #ffffff;
	text-decoration: none;
}
#navigation a:hover {
	color: #f3e700;
	text-decoration: none;
}
