@charset "UTF-8";
/* CSS Document */

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Ende CSS Reset */ 

body{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#181818;
	line-height:1.5;
	text-align:left;
	font-weight: 300!important;
}
hr{
	border:0 none;
	border-bottom:dotted 1px #CCCCCC;
	margin:0 0 5px 0;
	width:100%;
	height:0;
	display:inline-block;
}
p{
	margin:0 0 25px 0;
}
/*
h1{
	color:#181818;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300!important;
	font-size:26px;
	line-height:1;
	margin:0;
}
*/
h1 {
	color:#181818;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800!important;
	font-size:26px;
	line-height:1.5;
	margin-bottom: 20px;
}

.agendaanzeige h1, .social h1, .newsanzeige h1{
	font-family: 'Open Sans', sans-serif;
	color: #9a9a9a;
	font-size: 19px;
	font-weight: 400!important;
}

h2{
	color:#181818;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800!important;
	font-size:19px;
	line-height:1.5;
	margin: -4px 0 0 0;
}
#newsbox h1{
	margin: 0 0 20px 0;
}
h3{
	color:#181818;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700!important;
	line-height: 1.5;
	margin:-4px 0 0 0;
}
h4, h5, h6{
	color:#181818;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700!important;
	line-height: 1.5;
	margin:0;
}
h1 a, h1 a:link, h1 a:hover{
	color:#181818;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300!important;
	font-size:26px;
	text-decoration:none;
}
h2 a, h2 a:link, h2 a:hover{
	color:#181818;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800!important;
	font-size:26px;
	text-decoration:none;
}
h3 a, h3 a:link, h3 a:hover{
	color:#181818;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700!important;
	text-decoration:none;
}
h4 a, h4 a:link, h4 a:hover, h5 a, h5 a:link, h5 a:hover, h6 a, h6 a:link, h6 a:hover{
	color:#181818;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700!important;
	text-decoration:none;
}
a, a:link{
	color:#008fab;
	font-weight: 600!important;
	text-decoration:none;
}
a:hover{
	color:#008fab;
	font-weight: 600!important;
	text-decoration:none;
}
ul{
	margin-left:15px;
	margin-bottom:20px;
}
ul li{
	list-style:disc;
	line-height:1.5;
}
ol{
	margin-left:21px;
	margin-bottom:20px;
}
ol li{
	list-style:decimal;
	line-height:1.5;
}
strong{
	font-weight:700!important;
}
em{
	font-style:italic;
}
/* -------- MAIN SLICE -------- */
#main_nav{
	float: left;
	margin-top: 8px;
	width: 100%;
}

.sm-nav{
	float: right !important;
}
#media_wrapper{
	position: relative;
	overflow: hidden;
	text-align:center;
    vertical-align: middle;
    width: 1180px;
    margin-left: -120px;
}
#banner_img_wrapper{
	float: left;
	width: 100%;
	height: 384px;
	overflow: hidden;
}

#banner_img_wrapper{
	float: left;
	width: 100%;
	height: 384px;
	overflow: hidden;
	position: relative;
}

#banner_img_wrapper .caroufredsel_wrapper {
    height: 100% !important;
    width: 100% !important;
}

#mediawrapperimg{
	text-align: center;
	width: 100%!important;
	height: auto!important;
}

#mediawrapperimg img{
	height: 100%;
    min-height: 384px;
    min-width: 1500px;
    position: relative;
    width: 100%;   
}
#mediawrapperimg div.slide {
	position: relative;
}	
#mediawrapperimg div.slide img {
	width: 100%;
	height: 100%;
}

#media_wrapper.subsite{
	height: auto;
	background: #fff url("/img/background/subsite_bg.png") 0 0 repeat-x;
}
/*
#media{
	width: 940px;
	margin: 0 auto;
	height: 384px;
	position: relative;
}
*/
#media_left{
	float: left;
	width: 580px;
	height: 384px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	overflow: hidden;
}
#media_right{
	float: left;
	width: 350px;
	height: 384px;
	position: absolute;
	left: 590px;
	top: 0;
	z-index: 3;
}
#media_text{
	float: left;
	width: 350px;
	margin-top: 145px;
	font-size: 32px;
	color: #181818;
}
#media_text h1{
	color: #26bad7;
	font-weight: 800!important;
	font-size: 47px;
}
#content_wrapper{
	float: left;
	width: 100%;
	background: #fff;
	padding-bottom: 100px;
}
#content_wrapper.subsite{
	background: #ebebeb;
}
#content{
	width: 960px;
	margin: 40px auto 0 auto;
	background: #fff;
}
#content_left{
	float: left;
	width: 300px;
	background: #fff;
}
#content_left.subsite{
	width: 100%;
}
#content_right{
	float: left;
	margin-left: 30px;
	width: 610px;
	background: #fff;
}
#footer_wrapper{
	float: left;
    height: 100px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#footer{
	width: 1180px;
	height: 485px;
	position: absolute;
	margin-left: -590px;
	left: 50%;
	top: 0;
	z-index: 10;
}
#footer_wrapper a, #footer_wrapper a:link, #footer_wrapper a:hover, #footer_wrapper p{
	font-size: 11px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400!important;
}
/* -------- MAIN NAV SLICE -------- */
#main_nav ul{
	float: left;
	margin-bottom: 0;
	margin-left: 0;
}
#main_nav ul li{
	list-style:none;
	float: left;
	cursor: pointer;
}
#main_nav > ul > li{
	position: relative;
}
#main_nav ul li a, #main_nav ul li a:link{
	color: #7a7a7a;
	font-size: 17px;
	font-weight: 700!important;
	display: block;
	float: left;
	padding: 0 15px 5px 0px;
}

#main_nav ul li a i, #main_nav ul li a:link i{
	font-size: 20px;
}

#main_nav ul li a:hover, #main_nav ul li.active a, #main_nav ul li.active a:link, #main_nav ul li:hover a{
	color: #1072c7;
}

#main_nav ul li ul{
	display: none;
	position: absolute;
	top: 23px;
	left: 0px;
	width: 170px;
	/*background: url("/img/icons/subnavi_hover_icon.png") 16px 0 no-repeat;*/
	padding-top: 9px;
	z-index: 99;
}
#main_nav li.subnav ul {
    display:block;
}
#main_nav ul li ul li{
	background: #7A7A7A;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	width: 100%;
	padding: 0 20px;
	z-index: 1000;
	position: relative;
}
#main_nav ul li ul li a, #main_nav ul li ul li a:link{
	color: #fff!important;
	font-size: 14px;
	font-weight: 600!important;
	padding-bottom: 3px;
}
#main_nav ul li ul li a:hover, #main_nav ul li ul li.active a, #main_nav ul li ul li.active a:link{
	color: #fff!important;
}
#main_nav ul li ul li:first-child a, #main_nav ul li ul li:first-child a:link{
	padding-top: 20px;
}
#main_nav ul li ul li:last-child a, #main_nav ul li ul li:last-child a:link{
	padding-bottom: 20px;
}

/* -------- NEWS STARTSEITE SLICE -------- */
#newsbox{
	float: left;
	background: #ebebeb;
	padding: 20px 22px;
	width: 256px;
}
#content_left.subsite #newsbox{
	width: 896px;
}
/* -------- BOXEN SLICE -------- */
#box_wrapper{
	float: left;
	width: 970px;
	margin-left: -30px;
	margin-top: 60px;
	margin-bottom: 100px;
}
.imgbox_half{
	float: left;
	width: 455px;
	margin-left: 30px;
}
.textbox_half{
	float: left;
	width: 455px;
	margin-left: 30px;
}
/* -------- SPECIAL CLASSES -------- */
.linkbutton{
	color: #fff;
	font-size: 16px;
	font-weight: 600!important;
	font-family: 'Open Sans', sans-serif;
	background: #26bad7;
	padding: 4px 11px;
}
a.linkbutton:hover{
	color: #fff;
}
.fullBg {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

#sponsoren {
	height: 42px;
	overflow: hidden;
	padding: 5px 0 5px 0;
}

#header_wrapper{
	width: 940px;
	margin: 0 auto;
	/*height: 42px;*/
}

#nav_wrapper {
	width: 940px;
	margin: 0 auto;
}

#media{
	width: 100%;
	float: left;
	height: 485px;
	overflow: hidden;
	position: relative;
}

#border {
	width: 100%;
	float: left;
	height: 1px;
	overflow: hidden;
	position: relative;
	padding-bottom: 40px;
}

.imgsim{
	width: 1180px;
	height: 485px;
	position: absolute;
	margin-left: -590px;
	left: 50%;
	top: 0;
	z-index: 10;
}
#content{
	width: 960px;
	margin: 0 auto;
}
#logo{
	width: 940px;
	margin: 0 auto;
	height: 485px;
	position: relative;
	z-index: 14;
}

#footer_content_wrapper {
	width: 940px;
	margin: 0 auto;
	height: auto;
	position: relative;
	z-index: 14;
	text-align: center;	
}

.logomarke img{
	width: 120px;
	height: 139px;
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 15;
}
.shadowBox {
	background: transparent url('/img/background/rahmen.png') repeat-x;
	height: 8px;
	width: 1180px;
	position: absolute;

	z-index: 100;
}
.shadowBoxFooter {
	background: transparent url('/img/background/rahmen_bot.png') repeat-x;
	height: 15px;
	width: 1180px;
	position: absolute;

	z-index: 100;
}
.navBorder {
	width: 1180px;
	height: 1px;
	position: absolute;
	margin-left: -590px;
	left: 50%;
	top: 0;
	background: #7a7a7a;
}

#footer_wrapper p {
	padding-top: 10px;
}

.clearclass, .clearbackend{
	clear: left;
	width: 100%;
}

.clearbackend{
	width: 100%;
}

.onethird {
	width: 300px;
	margin-right: 20px;
	float: left;
}

.twothird {
	width: 620px;
	margin-right: 20px;
	float: left;
}

.half {
	width: 460px;
	margin-right: 20px;
	float: left;
}

.full {
	width: 940px;
	float: left;
}

.onethird, .twothird, .half, .full {
	margin-bottom: 20px;
}

#content_left_spacer {
	margin-left: 20px;
}

.hide, .hideTitle {
	display: none;
}

.agenda-liste li {
	background: #7a7a7a;
	margin-bottom: 1px;
	padding: 5px;
	list-style: none outside none;
}

.agenda-liste li a {
	color: #fff;
}

.agenda-liste, .news-liste {
	margin: 0px;
}

.news-liste li {
	list-style: none outside none;
	border-top: 1px solid #7A7A7A;
}

.news-liste .open .news-item-title, .news-liste .open .news-item-preview  {
	color: #000;
}

.news-liste .open .news-item-preview a {
	color: #a1a1a1;
}

.news-liste .news-item-preview p {
	margin: 0px; 
}

.news-liste .close a {
	color: #7a7a7a;
}

.news-liste a {
	cursor: pointer;
}
ul.slides, ul.slides li{
	margin: 0;
}
.olaimenulevel3 {display: none;position: relative;}
.olaimenulevel2 ul {top:-10px !important;z-index: -1 !important;}

div.turniere_overview{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
div.turniere_overview table{
	width: 100%;
}
div.turniere_overview table th{
	font-weight: 800!important;
	padding-right: 15px;
	padding-bottom: 10px;
}
div.turniere_overview table th.td1,div.turniere_overview table th.td2, div.turniere_overview table th.td3,div.turniere_overview table th.td4{
	width: 15%;
}
div.turniere_overview table th.td5{
	width: 40%;
}
div.turniere_overview.turniere_results table td{
	padding-bottom: 10px;
}
div.turniere_overview.turniere_results table th.td1,div.turniere_overview.turniere_results table th.td2,div.turniere_overview.turniere_results table th.td3,div.turniere_overview.turniere_results table th.td4,div.turniere_overview.turniere_results table th.td5{
	width: auto;
}
div.turniere_overview.turniere_results table th.td5{
	width: 15%;
}
div.turniere_overview.turniere_results table th.td6, div.turniere_overview.turniere_results table th.td7{
	text-align: center;
}
div.turniere_overview.turniere_results table td.td6, div.turniere_overview.turniere_results table td.td7{
	text-align: center;
}
div.turniere_overview.turniere_results table td.td8 *{
	margin: 0;
}
.news-liste2 a, .news-liste2 a:link{
	cursor: pointer;
}
.news-liste2 p{
	color: #fff;
}