@media screen{
/* Style sheet turnen */

html,body {
	font-family: 'Open Sans';
	font-size:14px;
	color:#fff;
	margin:0;
	padding:0;
}

a {
	color:#fff;
	text-decoration:none;
}

h1 {
	font-family: 'oceaniabold','Open Sans';    
	font-size: 23px;
    text-shadow: 0px 0px 5px rgba(98, 0, 0, 0.53);
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 40px;
}

h2, h3 {	
    font-family: 'oceanialight','Open Sans';
    border-bottom:1px solid #fff;
    font-size: 18px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.65);
    font-weight:normal;
    text-transform: uppercase;
}

input, textarea, .submit {
	padding: 5px 8px;
	font-family: Open Sans;
	font-size:14px;
	color: black;
	border: none;	
	border-radius:5px;
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.52); 
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.52); 
	-moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.52);	
	background: #fff;
}

input{
    width:200px;    
    margin: 5px 0 5px 0;
}

textarea {
    width:500px;
    height:200px;
    margin-top: 5px;
}

.submit{
	background:url("/files/turnen/button-bg.png") repeat;
	width:100px;
	margin-top: 108px;
	float:right;
	padding:6px 10px;
	display:block;
	font-size:13px;
	font-weight:600;
	border-radius:5px;
	font-family: 'Source Sans Pro', sans-serif;
	cursor:pointer;
	border:1px solid #414141;
	border-bottom:2px solid #414141;
	box-shadow:inset 0 0 1px 1px #696969, 0 0 5px rgba(0,0,0,0.5); -moz-box-shadow:inset 0 0 1px 1px #696969, 0 0 5px rgba(0,0,0,0.5); 
	-webkit-box-shadow:inset 0 0 1px 1px #696969, 0 0 5px rgba(0,0,0,0.5);
	color:#fff;
	text-shadow:#343434 0 1px 1px;
}

.kontakt_links {
	float:left;
	margin-right:10px;
}

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

.invisible {
	width:0;
	height:0;
	left:-1000px;
	top:-1000px;
	position:absolute;
	overflow:hidden;
	display:inline
}

.wappen {
	border: 0px !important;
	float:left;
	margin:0 10px 0 6px;
}

#main .wappen img {
	border: 0;
}

#header {
	-moz-box-shadow: 0px -2px 12px #000;
	-webkit-box-shadow: 0px -2px 12px #000;
	box-shadow: 0px -2px 8px #000;
	z-index:10;
	position:relative;
}

#header .inside {
	width: 960px;
	height: 100px;
	margin:0 auto;
}

#header .inside img {
	float: left;
	margin: 10px 20px 0 0;
	border:0;
}

#header .mod_customnav, #footer .mod_customnav {
	font-size:16px;
	letter-spacing:2px;
	text-transform: uppercase;
	color: #FF7800;
	float:right;
}

#footer .mod_customnav {
	float:left;
}

.ie7 #footer .mod_customnav {
	padding-top: 16px;
}

#header .mod_customnav a, #footer .mod_customnav a {	
	color: #FF7800;
	text-decoration: none;
}

.ueberschrift {
	font-weight:bold;
}

#header .mod_customnav ul{    
	margin-top:62px;
}

.ie7 #header .mod_customnav ul{    
	width: 718px;
}

#footer .mod_customnav ul {
    padding:0px;
}

.ie7 #footer .mod_customnav ul {
    margin-left: 0;
}

#header .mod_customnav ul li, #footer .mod_customnav ul li {
    display:inline;	
    margin-right: 60px;
    font-family: 'oceaniabold','Open Sans';
    font-size: 14px;
}

.ie10 #header .mod_customnav ul li {
	font-weight: bold;
}

#header .mod_customnav ul li:last-child {
	margin-right:0px;
}

.ie7 #header .mod_customnav ul .last {
	margin-right:0px;
}

#container { 
	background-color:#FF7800;

	background:-moz-radial-gradient(center, #FF8D28, #FF5200); /* Firefox */
	background: -webkit-radial-gradient(center, #FF8D28, #FF5200); /* Safari, Chrome */
	background:-o-radial-gradient(center, #FF8D28, #FF5200); /* Opera */
	background:-ms-radial-gradient(center, #FF8D28, #FF5200); /* IE */
	background:radial-gradient(center, #FF8D28, #FF5200); /* W3C Standard */

	-moz-box-shadow:    inset  0  5px 8px -8px #696868, inset  0 -5px 8px -8px #696868;
	-webkit-box-shadow: inset  0  5px 8px -8px #696868, inset  0 -5px 8px -8px #696868;
	box-shadow:         inset  0  5px 8px -8px #696868, inset  0 -8px 8px -8px #696868;
}

#wrappermain, #footer {
	width:960px;
	margin:0 auto;
}

#main {
	padding:20px 0;
	width:640px;
	float:left;
}

#main_left {
	padding:20px 0;
	width:960px;	
}

#main img {
	border: 2px solid #fff;
}

#right .mod_customnav {    
	margin:35px 0;
}

#right .mod_customnav ul, .box.downloads ul {
	padding-left:15px;
}

.ie7 #right .mod_customnav ul {
	padding-left:0;
	margin-left: 15px;
}

#right .mod_customnav ul li, .box.downloads ul li {
	list-style-image: url("/files/turnen/pfeil.png");
	padding-top:5px;
	text-indent:0;
}

.ie7 #right .mod_customnav ul li {    
	padding-top:0;
	margin-top: 5px;
}

#right {
    margin-left:50px;
	float:right;
	width:260px;
}

#right a {
    text-decoration:none;
}

#right .event {
	padding-top:5px;
}

#right .mod_eventlist {
	margin:105px 0 50px 0;
}

.ie7 #right .mod_eventlist {
	margin:89px 0 50px 0;
}

.image_container {
	margin:13px;
}

.image_container img{
	border:3px solid #fff
}

.mod_newslist {
	margin-top:30px;
}

.mod_newslist h2 {
	margin-bottom: 4px;
}

.mod_newslist .info {
	margin: 0;
}

.mod_newslist .info time {
	font-size: 10px;
}

.mod_newslist .teaser p {
	margin-top: 4px;
}

.mod_newslist .layout_short {
	margin-bottom: 30px;
}

.mod_newsarchive {
	margin-top:30px;
}

.mod_newslist .layout_latest{
	margin-bottom:50px;
}

.mod_newsarchive .layout_full{
	margin-bottom:60px;
}


/*Tabellen*/

#trainingsplan h3{
    margin-bottom: 0px;
}

.foot_0 {
	width:159px;
}

.foot_1 {
	width:290px;
}

.foot_2 {
	width:180px;
}

@font-face {
    font-family: 'oceaniaregular';
    src: url("/files/fonts/oceania-regular-webfont.eot");
    src: url("/files/fonts/oceania-regular-webfont.eot?#iefix") format('embedded-opentype'),
         url("/files/fonts/oceania-regular-webfont.woff") format('woff'),
         url("/files/fonts/oceania-regular-webfont.ttf") format('truetype'),
         url("/files/fonts/oceania-regular-webfont.svg#oceaniaregular") format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'oceaniabold';
    src: url("/files/fonts/oceania-bold-webfont.eot");
    src: url("/files/fonts/oceania-bold-webfont.eot?#iefix") format('embedded-opentype'),
         url("/files/fonts/oceania-bold-webfont.woff") format('woff'),
         url("/files/fonts/oceania-bold-webfont.ttf") format('truetype'),
         url("/files/fonts/oceania-bold-webfont.svg#oceaniaregular") format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'oceanialight';
    src: url("/files/fonts/oceania-light-webfont.eot");
    src: url("/files/fonts/oceania-light-webfont.eot?") format('embedded-opentype'),
         url("/files/fonts/oceania-light-webfont.woff") format('woff'),
         url("/files/fonts/oceania-light-webfont.ttf") format('truetype'),
         url("/files/fonts/oceania-light-webfont.svg#oceaniaregular") format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'oceaniamedium';
    src: url("/files/fonts/oceania-medium-webfont.eot");
    src: url("/files/fonts/oceania-medium-webfont.eot?#iefix") format('embedded-opentype'),
         url("/files/fonts/oceania-medium-webfont.woff") format('woff'),
         url("/files/fonts/oceania-medium-webfont.ttf") format('truetype'),
         url("/files/fonts/oceania-medium-webfont.svg#oceaniaregular") format('svg');
    font-weight: normal;
    font-style: normal;

}

}



