/* You can put your own style stuff here */


/******************************** Additional styles ****************************/
body {
	background: #363636;
}

h1 {
	padding-top: 10px;
}
h2 {
	color: #444444;
}

.content {
	width: 96%;
}

.header {
	background: url(img/header.jpg) no-repeat;
	height: 240px;
	width: 710px;
	text-align: right;
	vertical-align: top;
}

/***** Site *****/
.site {
	background: #B6C3C6;
	margin: 5px 0px 5px 0px;
	text-align: left;
	border: 5px solid white;
}

.body {
	padding-left: 18px;
	background: #EAEEEF;
}

.root-navigation {
	border-top: 1px solid white;
	/* border-bottom: 1px solid white; */
	background: #12171A;
	height: 23px;
	border-bottom: 1px solid white;
}

.root-navigation a {
	line-height: 24px;
	text-decoration: none;
	color: white;
	padding: 3px 18px 3px 18px;
}

.root-navigation a:hover,
.root-navigation a.current {
	text-decoration: none;
	color: #DDDDDD;
	text-decoration: normal;
}

.sub-navigation {
	background: #B6C3C6;
	border-bottom: 1px solid white;
}

.transparent-layer {
	height: 24px;
	background: #EAEEEF;
	border-bottom: 1px solid #EAEEEF;
}

.navigation.level0 {
	display: none !important;
}
.navigation.level1 {
	margin: 0px;
	line-height: 24px;
	display: inline;
	padding: 3px 18px 3px 18px;
}

.navigation a:hover,
.navigation a.current {
	text-decoration: none;
	color: #DDDDDD;
	text-decoration: normal;
}


.right {
	text-align: left;
}

.ruester {
	display: block;
	width: 374px;
	height: 80px;
	float: left;
	border: 1px solid white;
	margin: 5px 0px 0px 5px;
}
.ruester:hover {
	border: 1px solid black;
}

.sponsor {
	display: block;
	width: 120px;
	height: 80px;
	float: left;
	border: 1px solid white;
	margin: 5px 0px 0px 5px;
}
.sponsor:hover {
	border: 1px solid black;
}

.goenner {
	display: block;
	width: 177px;
	height: 15px;
	line-height: 15px;
	float: left;
	background: #DDDDDD;
	border: 1px solid white;
	text-decoration: none;
	text-align: center;
	padding: 3px;
	margin: 5px 0px 0px 5px;
}
.goenner:hover {
	border: 1px solid black;
}

.body {
	height: 350px;
}

.footer-neflexis {
	color: white;
	text-align: right;
	text-decoration: none;
	display: block;
	font-size: 85%;
	margin: 5px;
	width: 710px;
}

/*******************************************************************************/
