@charset "UTF-8";
/*-------------------------------------------
 CSS Document
 Turtle Grooves
 -------------------------------------------*/
/*-------------------------------------------
 Browser 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, sub, sup, tt, var, b, u, i, center, 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-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
html{
	height:100%;
}
body {
    line-height: 1;
    height:101%;
}

ol, ul {
    list-style: none;
}

blockquote, q {
	font-size:1.1em;
	font-style:italic;
	margin: 5px 0 15px 0;
  padding-left: 15px;
  border-left: 3px solid #008BAE;
}
blockquote em{
	display:block;
	margin-top:10px;
	font-style:normal;
	font-size:0.9em;
	color:#008BAE;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*------------------------------------------- Globale Angaben */
body, h1, h2, h3, h4, h5, h6 p, span, input, select, option, a, textarea, ul, ol {
    font-weight: normal;
    font-family: 'Play', sans-serif;
		font-style: normal;
		font-weight: normal;
		text-transform: normal;
		letter-spacing: normal;
		line-height: 1.4em;
}
body, span, input, select, option, a, textarea, ul, ol {
			color: #313131;
		}
h1, h2, h3, h4, h5, h6{
	color:#000;
}
body{
	background-color:#000;
	background-image:url(../images/bg_body.gif);

}
h2{
	font-family: 'Frijole', cursive;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:25px;
}
h3{
	font-weight:bold;
	font-size:1.2em;
	margin:0;
}
p{
	margin-bottom:15px;
}
a:link,a:visited{
	font-family: 'Play', sans-serif;
	color:#008BAE;
	text-decoration:underline;
}
a:hover{
	color:#000;
}

.clearer{
	clear:both;
	overflow:hidden;
}
::-moz-selection {
	background: #00678F;
	color: #3BBEE5;
	text-shadow: none;
}
::selection {
	background: #00678F;
	color: #3BBEE5;
	text-shadow: none;
}
/*------------------------------------------- Header Balken blau mit Logo und Foto */
#header-wrapper{
	position:relative;
	width:100%;
	height:139px;
	padding-top:50px;
	margin-top:10px;
}
#header-balken{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:189px;
	background-image:url(../images/header_balken.png);
	background-repeat:repeat-x;
	z-index:1;
}
#header-content{
	position:relative;
	width:1060px;
	height:108px;
	margin:0 auto;
	z-index:2;
}
#logo{
	float:left;
	margin-left:50px;
}
#maske{
	position:absolute;
	right:0;
	top:0;
	width:750px;
	height:108px;
	background-image:url(../images/maske.png);
	background-repeat:no-repeat;
	z-index:10;
}
#slideshow{
	position:absolute;
	right:0;
	top:0;
	width:750px;
	height:108px;
	overflow:hidden;
	z-index:9;
}
#header-white{
	position:relative;
	width:1060px;
	height:31px;
	margin:0 auto;
	z-index:0;
}
#white{
	float:right;
	width:1000px;
	height:31px;
	background-color:#fff;
}
/*------------------------------------------- Content */
#content-wrapper{
	width:1060px;
	min-height:600px;
	margin:0 auto;
	background-image:url(../images/regler.png);
	background-repeat:no-repeat;
	background-position:0 40px;
}
#content{
	float:right;
	width:820px;
	min-height:475px;
	background-color:#fff;
	background-image:url(../images/bass.png);
	background-repeat:no-repeat;
	background-position:0 bottom;
	padding:20px 20px 20px 160px;
	font-size:0.9em;
}
.youtube-iframe{
	margin-bottom:20px;
}
#content ul{
	margin-left:15px;
	list-style:disc;
	margin-bottom:15px;
}
.content-block{
	float:left;
	width:450px;
	min-height:300px;
	margin-right:40px;
}
.content-block.last{
	width:300px;
	margin-right:0;
}
.content-block-breit{
	float:left;
	width:400px;
	min-height:300px;
	margin-right:50px;
}
.content-block-breit.last{
	float:left;
	width:300px;
	min-height:300px;
	margin-right:0;
}
.content-block-breit ol{
	margin-left:15px;
	list-style:decimal;
}
#content-footer{
	float:left;
	width:850px;
	margin:30px 0 0 50px;
}
#kontakt{
	width:1000px;
	height:18px;	
	color:#fff;
	text-align:right;
	background-color:#008BAE;
	margin-left:59px;
	padding:3px 0 0 2px;
}
#kontakt a{
	font-family:arial,sans-serif;
	color:#fff;
	font-size:12px;
}
#kontakt span{
	font-size:12px;
	color:#fff;
	font-family:arial,sans-serif;
	padding-right:10px;
}
#footer{
	width:1000px;
	height:120px;
	background-image:url(../images/bg_footer.png);
	background-repeat:no-repeat;
	margin-left:59px;
}
.einrueck{
	margin-left:40px;
}
.bottom-line{
	border-bottom:1px dashed #008BAE;
}
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		#header-balken{
			width:1060px;
		}
	}