﻿html, body {
	background-color: #fff;
	margin: 0;
	padding: 0;
}

/* ---TYPO--- *******************************************/

@font-face {
    font-family: 'BreeSerifRegular';
    src: url('BreeSerif-Regular-webfont.eot');
    src: url('BreeSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('BreeSerif-Regular-webfont.woff') format('woff'),
         url('BreeSerif-Regular-webfont.ttf') format('truetype'),
         url('BreeSerif-Regular-webfont.svg#BreeSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'allerbold';
    src: url('aller-webfont.eot');
    src: url('aller-webfont.eot?#iefix') format('embedded-opentype'),
         url('aller-webfont.woff') format('woff'),
         url('aller-webfont.ttf') format('truetype'),
         url('aller-webfont.svg#allerbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'allerregular';
    src: url('aller_rg-webfont.eot');
    src: url('aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('aller_rg-webfont.woff') format('woff'),
         url('aller_rg-webfont.ttf') format('truetype'),
         url('aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'allerbold';
    src: url('aller_bd-webfont.eot');
    src: url('aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('aller_bd-webfont.woff') format('woff'),
         url('aller_bd-webfont.ttf') format('truetype'),
         url('aller_bd-webfont.svg#allerbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.fliesstext_weiss {
	font-family: 'allerregular';
	font-size: 1.0em;
	color:#fff;
	line-height: 1.25em;
}

.headline_schwarz {
	font-family: 'BreeSerifRegular';
	font-size: 1.6em;
	color:#000;
	margin-left: 50px;
	padding-top: 45px;
}

.fliesstext_schwarz {
	font-family: 'allerregular';
	font-size: 1.0em;
	color:#000;
	line-height: 1.25em;
}

.headline_blau {
	font-family: 'BreeSerifRegular';
	font-size: 1.6em;
	color:#3894b6;
	margin-left: 50px;
	padding-top: 45px;
}

.headline_weiss {
	font-family: 'BreeSerifRegular';
	font-size: 1.6em;
	color:#fff;
	margin-left: 50px;
	padding-top: 45px;
}

.headline_turniere_weiss {
	font-family: 'BreeSerifRegular';
	font-size: 1.6em;
	color:#fff;
}

.subheadline_weiss {
	font-family: 'allerregular';
	font-size: 1.3em;
	color:#fff;
	margin-left: 50px;
	padding-top: 35px;
}

.fliesstext_blau {
	font-family: 'allerregular';
	font-size: 0.95em;
	color:#3894b6;
	line-height: 1.25em;
	margin-left: 50px;
}

.headline_weiss_impressum {
	font-family: 'BreeSerifRegular';
	font-size: 1.2em;
	color:#fff;
	line-height: 1.15em;
}

.fliesstext_weiss_impressum {
	font-family: 'allerregular';
	font-size: 0.85em;
	color:#fff;
	line-height: 1.15em;
}
/* ---TYPO END--- *******************************************/





/* ---WRAPPER--- *******************************************/
.wrapper {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
}
/* ---WRAPPER END--- *******************************************/





/* ---HEADER--- *******************************************/

.header_container {
	height: 200px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
	margin-top: -58px;
}

.main_nav {
	margin-left: 521px;
	margin-top: -20px;
}

.nav_button {
	margin-left: 37px;
}

.logo {
	padding-top: 54px;
}

.liveticker {
	margin-left: 995px;
	margin-top: -54px;
}
/* ---HEADER END--- *******************************************/





/* ---CONTENT START--- *******************************************/

.slideshow_platzhalter{
	width: 1000px;
	height: 379px;
	position: relative;
}

	/* ---SLIDER--- */
	.slider { 
		position: relative; 
		overflow: auto; 
		background: #d3e7f0;
		margin-top: -379px;
		width: 1000px;
		height: 379px;
	}

	.slider li { 
		list-style: none; 
	}

	.slider ul li { 
		float: left; 
	}

	.slider .dots {
		bottom: 45px;
		left: 44px;
		position: relative;
		right: 0;
	}
		
	.slider .dots li {
		background-color: #3894B6;
		border-radius: 6px 6px 6px 6px;
		cursor: pointer;
		display: inline-block;
		height: 10px;
		margin: 17px 7px;
		text-indent: -999em;
		transition: background 0.5s ease 0s, opacity 0.5s ease 0s;
		width: 10px;
	}

	.slider .dots li.active {
		background: #fff;
		opacity: 1;
	}
				
	/* ---SLIDER END--- */


.content_start {
	width: 1000px;
	min-height: 379px;
	margin-right: auto;
	margin-left: auto;
	background-color: #3894b6;
	-moz-box-shadow: 0px 5px 15px #C0C0C0;
	-webkit-box-shadow: 0px 5px 15px #C0C0C0;
	box-shadow: 0px 5px 15px #C0C0C0;
}

.text_block {
	width: 900px;
	margin-left: 50px;
	margin-top: 42px;
	height: 325px;
}

.linke_spalte {
	width: 425px;
	float: left;
}

.rechte_spalte {
    float: right;
    width: 425px;
    margin-top: 41px;
}

/* ---CONTENT START END--- *******************************************/





/* ---CONTENT TURNIERE--- *******************************************/

.content_turniere {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #3894b6;
	-moz-box-shadow: 0px 5px 15px #C0C0C0;
	-webkit-box-shadow: 0px 5px 15px #C0C0C0;
	box-shadow: 0px 5px 15px #C0C0C0;
}

.intro_block_turniere{
	width: 1000px;
	height: 186px;
	margin-right: auto;
	margin-left: auto;
	background-color: #d2e7ef;
}
.intro_block_turniere_neu{
	width: 1000px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #d2e7ef;
}

.turnier_container {
	margin-left: 51px;
	padding-top: 50px;
}

.turnier_logos {
	margin-left: -2px;
}

.folgereihe {
	margin-top: -1px;
}

/* ---CONTENT TURNIERE END--- *******************************************/





/* ---CONTENT TURNIERDETAIL--- *******************************************/

.content_turnierdetail {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #3894b6;
	-moz-box-shadow: 0px 5px 15px #C0C0C0;
	-webkit-box-shadow: 0px 5px 15px #C0C0C0;
	box-shadow: 0px 5px 15px #C0C0C0;
}

.titel_turnierdetail {
	width: 1000px;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	background-color: #d2e7ef;
}

.zurueck_button {
	float: right;
	margin-right: 50px;
	margin-top: -27px;
}

.infoblock_turnierdetail {
	width: 1000px;
	height: 149px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	border-top-width: 2px;
	border-top-style:solid;
	border-top-color: #3894b6;
}

.textblock_turnierdetail {
	width: 550px;
	margin-top: 46px;
	
}

.linkblock_turnierdetail {
	font-family: 'allerbold';
	font-size: 0.95em;
	color:#3894b6;
	line-height: 1.20em;
	margin-left: 790px;
	margin-top: -51px;
}

.linkblock_links {
	margin-left: 56px;
	margin-top: -55px;
}

.tabelle_body {
	width: 900px;
	margin-left: 50px;
	margin-top: 15px;
	font-family: 'allerregular';
	font-size: 1.1em;
	line-height: 1.4em;
	color:#000;
	
}

.tabelle_kopf {
	font-family: 'BreeSerifRegular';
	font-size: 1.1em;
	color:#fff;
	height: 37px;
	text-align: center;
	background-color: #3894b6;
	cellpadding: 15px;
}

.tabelle_spalten_dunkel {
	border-width: 2px;
	border-color: #3894b6;
	border-style: solid;
	height: 75px;
	text-align: center;
	background-color: #d2e7ef;
	cellpadding: 15px;
}

.tabelle_spalten_hell {
	border-width: 2px;
	border-color: #3894b6;
	border-style: solid;
	height: 75px;
	text-align: center;
	background-color: #fff;
}

.tabelle_spalte_zeit {
	border-width: 2px;
	border-color: #3894b6;
	border-style: solid;
	width: 62px;
}

.tabelle_spalte_pnr {
	border-width: 2px;
	border-color: #3894b6;
	border-style: solid;
	width: 72px;
}

.tabelle_spalte_starter_ergebnis {
	border-width: 2px;
	border-color: #3894b6;
	border-style: solid;
	width: 95px;
}

.tabelle_spalte_Datum {
	border-width: 2px;
	border-color: #3894b6;
	border-style: solid;
	width: 50px;
}

.tabelle_spalte_Veranstallter {
	border-width: 2px;
	border-color: #3894b6;
	border-style: solid;
	width: 400px;
}
.tabelle__Veranstallung {
	width: 900px;
	margin-left: 8px;
	margin-top: 15px;
	font-family: 'allerregular';
	font-size: 1.1em;
	line-height: 1.4em;
	color:#000;
	
}

/* ---CONTENT TURNIERDETAIL END--- *******************************************/





/* ---CONTENT IMPRESSUM--- *******************************************/

.content_impressum {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #3894b6;
	-moz-box-shadow: 0px 5px 15px #C0C0C0;
	-webkit-box-shadow: 0px 5px 15px #C0C0C0;
	box-shadow: 0px 5px 15px #C0C0C0;
}

.intro_block_impressum {
	width: 1000px;
	height: 224px;
	margin-right: auto;
	margin-left: auto;
	background-color: #d2e7ef;
}

.table_impressum {
	margin-left: 50px;
}

.impressum_container {
	margin-left: 51px;
	padding-top: 50px;
}

.text_block_impressum {
	width: 900px;
	margin-left: 50px;
	margin-top: 42px;
}

/* ---CONTENT IMPRESSUM END--- *******************************************/





/* ---CONTENT LIVETICKER--- *******************************************/

.wrapper_liveticker {
	height: 100%;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background: #44b5df;
}

.liveticker_zurueck {
	margin-left: 995px;
	margin-top: -54px;
	position: fixed;
	z-index: 5;
}

.header_liveticker {
	height: 200px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background: #44b5df;
}

.lifeticker_logo {
	margin-left: 423px;
}

.content_liveticker {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	-moz-box-shadow: 0px 5px 15px #333;
	-webkit-box-shadow: 0px 5px 15px #333;
	box-shadow: 0px 5px 15px #333;
}

.end_lifeticker {
	height: 50px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #44b5df;
}

/* ---CONTENT LIVETICKER END--- *******************************************/




/* ---FOOTER--- *******************************************/

.footer_container {
	height: 50px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #d2e7ef;
}

.footertext {
	font-family: 'BreeSerifRegular';
	font-size: 0.9em;
	color:#3894b6;
	text-align: center;
	padding-top: 15px;
	z-index: -1;
	overflow: hidden;
}

.end {
	height: 50px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}
/* ---FOOTER END--- *******************************************/





/* ---PSEUDO--- *******************************************/
a.link_schwarz:link {
color:#000000;
text-decoration:none;
}
a.link_weiss:link {
color:#5a6165;
text-decoration:none;
}
a.link_weiss:visited {
color:#5a6165;
text-decoration:none;
}
a.link_weiss:focus {
color:#5a6165;
text-decoration:underline;
}
a.link_weiss:hover {
color:#44b5df;
text-decoration:none;
}
a.link_weiss:hover img {
color:#5a6165;
text-decoration:none;
}
a.link_weiss:active {
color:#44b5df;
text-decoration:underline;
} 
a.link_schwarz:link {
color:#000000;
text-decoration:none;
}
a.link_blau:link {
color:#3894b6;
text-decoration:underline;
}
a.link_blau:visited {
color:#3894b6;
text-decoration:underline;
}
a.link_blau:focus {
color:#3894b6;
text-decoration:underline;
}
a.link_blau:hover {
color:#000;
text-decoration:underline;
}
a.link_blau:hover img {
color:#3894b6;
text-decoration:underline;
}
a.link_blau:active {
color:#000;
text-decoration:underline;
} 


/* 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers *******************************************/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}