html, body {
	font:12px/18px Helvetica,Arial,Helmet,Freesans,sans-serif;
	color:#fff;
	height:100%;
	margin:0;
	padding:0;
}

a {
	color: #d8672b;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

.clearfix:after, .inside:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header {
	height: 88px;
	background: url(../image/header-bg.png) repeat-x;
}

#header .inside {
	width: 935px;
	margin: 0 auto;
}

#header .inside h1 {
	margin: 0;
}

#main .inside {
	width: 895px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	padding: 20px;
}

#main .inside .mod_navigation {
	position: absolute;
	top: 20px;
	left: -120px;
	width: 120px;
	background: rgba(216, 103, 43, 0.8);
	overflow: visible;
}

#main .inside .mod_navigation ul {
	margin: 14px 0;
	padding: 0;
	list-style: none;
}

#main .inside .mod_navigation ul li a, #main .inside .mod_navigation ul li span {
	padding: 0 14px;
	width: 92px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
	margin-bottom: 5px;
}

#main .inside .mod_navigation ul li a:hover, #main .inside .mod_navigation ul li span.active {
	background: #1a1a1a;
}

#main .inside .mod_navigation ul li a:hover:before, #main .inside .mod_navigation ul li span.active:before {
	background: url(../image/nav-active-bg.png);
	content: " ";
	display: block;
	position: absolute;
	left: -7px;
	top: 0;
	width: 7px;
	height: 36px;
}

#news {
	min-height: 400px;
	width: 620px;
	float: left;
	background: rgba(0, 0, 0, 0.8);
}

#wettkaempfe {
	min-height: 400px;
	width: 255px;
	float: right;
	background: rgba(0, 0, 0, 0.8);
	padding: 0;
}

#wettkaempfe p {
	margin: 12px 20px;
}

/* Seiten Layout */

.mod_newslist h1, .mod_article h1, #wettkaempfe h1 {
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	margin: 10px 20px;
}

.mod_article h1 {
	margin: 0;
	font-weight: bold;
	font-size: 14px;
}

.mod_newslist .layout_short {
	position: relative;
	padding: 5px 19px 20px;
	border-bottom: 1px solid rgba(255,255,255, 0.8);
	margin: 0 1px;
}

.mod_newslist .layout_short .info {
	margin: 0;
	font-size: 11px;
	font-style: italic;
	position: absolute;
	right: 20px;
	bottom: 5px;
}

.mod_newslist .layout_short h2 {
	margin: 0;
	
}

.mod_newslist .layout_short h2 a {
	font-size: 12px;
	color: #d8672b;
	text-decoration: none;
}

.mod_newslist .layout_short .teaser {
	float: left;
}

.mod_newslist .layout_short .teaser p {
	margin: 5px 0;
}

.mod_newslist .layout_short p.more {
	float: left;
	margin: 0;
}

.mod_newslist .layout_short p.more a {
	text-decoration: none;
	color: #d8672b;
}

.pagination ul {
	list-style: none;
	float: right;
	margin: 10px 20px 0 0;
	padding: 0;
}

.pagination ul li {
	float: left;
	margin: 0 0 5px 5px;
}

.pagination ul li a {
	color: #fff;
	text-decoration: none;
}

.pagination ul li a:hover {
	text-decoration: underline;
}

.pagination ul li span {
	color: #aeadab;
}

.mod_article, .mod_newsreader {
	background: rgba(0, 0, 0, 0.8);
	padding: 20px;
}

.mod_article p:first-child {
	margin-top: 0;
}

.mod_article p:last-child {
	margin-bottom: 0;
}

#footer .inside {
	width: 935px;
	margin: 10px auto;
}

#footer .inside #footer-sponsors {
	float: left;
}

#footer .inside #footer-sponsors img {
	margin-right: 25px;
}

#footer .inside #footer-links {
	color: #363636;
	float: right;
}

#footer .inside #footer-links a {
	color: #363636;
}

/* Slider */

#slider-wrapper {
	width: 895px;
	float: left;
	margin: 20px 0 0;
	background: transparent;
	padding: 0;
}

#slider-container {
	overflow: visible;
	width: 765px;
	margin: 0 auto;
}

#movingboxes {
	width: 765px;
	min-height: 200px;
}

#movingboxes > li {
	width: 350px;
}

.mb-wrapper {
	margin: 0 auto;
	position: relative;
	left: 0;
	top: 0;
}

.mb-slider, .mb-scroll {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
}

.mb-slider .mb-panel {
	margin: 0;
	padding: 5px;
	display: block;
	cursor: pointer;
	float: left;
	list-style: none;
}

.mb-slider .mb-panel.current {
	cursor: auto;
}

/*** Inside the panel ***/
/*.mb-inside {
	padding: 10px;
}*/

.mb-inside * {
	max-width: 100%;
}

a.mb-scrollButtons {
	display: block;
	width: 44px;
	height: 44px;
	background: transparent url(../image/arrows.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	border: 0;
}
a.mb-scrollButtons.mb-left {
	background-position: left top;
	left: -62px;
}
a.mb-scrollButtons.mb-right {
	background-position: right top;
	right: -62px;
}
