@font-face {
	font-family: 'PFDinTextPro-Regular';
	src: url('PFDinTextPro-Regular.eot');
	src: url('PFDinTextPro-Regular?#iefix') format('embedded-opentype'),
	     url('PFDinTextPro-Regular.woff') format('woff'),
	     url('PFDinTextPro-Regular.ttf') format('truetype'),
	     url('PFDinTextPro-Regular.svg#PFDinTextPro-Regular') format('svg');
}

@font-face {
	font-family: 'PFDinTextPro-Bold';
	src: url('PFDinTextPro-Bold.eot');
	src: url('PFDinTextPro-Bold.eot?#iefix') format('embedded-opentype'),
	     url('PFDinTextPro-Bold.woff') format('woff'),
	     url('PFDinTextPro-Bold.ttf') format('truetype'),
	     url('PFDinTextPro-Bold.svg#PFDinTextPro-Bold') format('svg');
}

@font-face {
	font-family: 'PFDinTextPro-Thin';
	src: url('PFDinTextPro-Thin.eot');
	src: url('PFDinTextPro-Thin.eot?#iefix') format('embedded-opentype'),
	     url('PFDinTextPro-Thin.woff') format('woff'),
	     url('PFDinTextPro-Thin.ttf') format('truetype'),
	     url('PFDinTextPro-Thin.svg#PFDinTextPro-Thin') format('svg');
}

body  {
	width: 100%;
	font-family: "PFDinTextPro-Regular", "ArialUnicodeMS", Arial, Verdana, Helvetica, sans-serif;
	background: url(../img/bg_sripe.jpg) repeat-x 0 0 #fff;
	line-height: 1.3;
	color: #333;
	position: relative;
}

strong, .bold {
	font-family: "PFDinTextPro-Bold", "ArialUnicodeMS", Arial, Verdana, Helvetica, sans-serif;
	/* font-style: bold;
	font-weight: bold; */
}

div#header h1, div#header h2 {
	text-indent: -9999px;
}

div#header h1 {
	background: url(../img/ms_font.png) no-repeat 0px 6px;
	width: 145px;
	height: 40px;
}

div#header h2 {
	background: url(../img/ms_logo.png) no-repeat;
	width: 50px;
	height: 78px;
	margin-top: 10px;
}


div#header h3 {
	position: absolute;
	right: 0px;
	top: 6px;
	text-align: right;
	text-transform: uppercase;
	color: #fff;
}

div#devider {
	background: url(../img/wave.png) repeat-x;
	height: 239px;
}


h3 {
	/* font-size: 1.1em; */
}

h4 {
	color: #f26311;
}

div#header h1 a, div#header h2 a  {
	display: block;
}


/* see the logo sizes! */
div#header h1 a {
	height: 40px;
}

div#header h2 a {
	height: 78px;
}

form input#search_text {
	background: url(../img/search_sliding.png) no-repeat;
	border: 0px inset;
	margin: 2px;
	margin-right: 6px;
	padding-left: 18px;
	
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* #suggestions{ position: relative; width:320px; } */

div#cookie {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

	background-color: #ffffff;
	padding: 5px 30px;
}


div#header, div#content, div#footer_content, div#cookie {
	width: 1075px;
	margin: 0 auto;
	/* border: 1px solid red; */
}

div#content {
	position: relative;
}

div#footer_content {
	width: 678px;
	margin: 0 auto;
}

div#header {
	margin-top: 30px;
	position: relative;
}

ul#navigation {
	position: absolute;
	left: 160px;
	top: 0px;
	z-index: 999;
	color: #fff;
}

ul#navigation > li {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../img/navi_bg.png) repeat-x transparent;
	height: 38px;
}

#search_text {
	width: 30px;
}

#search {	
	width: 50px;
	padding-right: 8px;
}

ul#navigation > li.anim {
	width: 75px;
	/* width: 110px; */
}

ul#navigation li.cart {
	width: 130px;
}

ul#navigation li#search_disbaled {
	width: 30px;
}


ul#navigation li.first {
	background: url(../img/navi_bg_left.png) no-repeat;
	height: 38px;
	width: 12px;
}

ul#navigation li.last {
	background: url(../img/navi_bg_right.png) no-repeat;
	height: 38px;
	width: 12px;
}

ul#navigation li.elem.active a {
	color: #f26311;
}

ul#navigation li.elem a {
	color: #FFF;
	text-decoration: none;
}

ul.sub_nav {
	position: relative; 
	background: rgba(63,119,167,0.6);
	border-left: 1px solid #3f77a7;
	border-right: 1px solid #3f77a7;
	border-bottom: 1px solid #3f77a7;
	width: 250px;
	padding: 5px;
	margin-top: 7px;
	display: none;
	
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	
	-webkit-box-shadow: 0 0 5px #606060;
	-moz-box-shadow: 0 0 5px #606060;
	box-shadow: 0 0 5px #606060;

}

ul.sub_nav li  {
	display: block;
	width: 250px;
	margin-top: 5px;
	padding: -5px;
}


ul#navigation ul.sub_nav li a {
	color: #fff;
	position: relative; 
	text-decoration: none;
	display: block;
	width: 250px;
	
	/* font-style: bold;
	font-weight: bold; */
	/*
	text-shadow: 0px 1px 1px #fff;
	text-shadow: 0px 1px 1px #666;
	text-shadow: 1px 1px 3px #666;
	*/
}

ul#navigation ul.sub_nav li a:hover {
	/* font-style: bold;
	font-weight: bold; */
	color: #F26311;
	text-shadow: #333 0 1px 0;
}

ul#event_gallery  li {
	padding: 0;
	margin: 0;
	line-height: 0;
	padding: 0 2px 2px 0;
	float: left;
}

ul#last_events {
	margin-right: 30px;
	margin-left: 60px;
	height: 384px;
	overflow: auto;
}



.jspHorizontalBar,
.jspVerticalBar,
.jspTrack,
.jspDrag {
	width: 5px;
		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	-webkit-transition: opacity .5s linear;
}


.jspHorizontalBar,
.jspVerticalBar,
.jspTrack
{
	background: #1282c2;
	background: #99c8e4;
}

.jspDrag
{
	background:  #5ca9d5;
}

.jspTrack .jspActive,
.jspTrack .jspHover,
.jspDrag:hover
{
	background: #1282c2;
}


div#main_content {
	position: absolute;
	top: 0px;
	width: 660px;
	left: 191px;
	padding:0 15px;
}

#last_events, #best_pics, #main_content {
	min-height: 600px;
	height: 800px;
	overflow: auto;
}

div#main_content {
	font-size: 14px;
	line-height: 16px;
}

div#main_content a {
	color: #333;
	border-bottom: thin dotted #333;
	text-decoration: none;
}

div#main_content .pagination li a {
	border-bottom: none;
}

div#main_content .styled_form a {
	color: white;
}

div#main_content #event_gallery a {
	border-bottom :none;
}


/* 2nd thumbnail scroller - vertical fixed size */
#last_events {position: relative; top: 0px; left: 0; width:181px; padding:0 5px;
/*height:600px; */
/*border-top:1px solid #999; border-bottom:1px solid #999; */
}
#last_events .thumbScroller{position:relative; overflow:hidden; height:100%;}
#last_events .thumbScroller .container{position:relative; top:0;}
#last_events .thumbScroller .inner_content{clear:both;}
#last_events .thumbScroller .inner_content div{ /* padding:10px;*/ height:100%;}
#last_events .thumbScroller img{border:none;}
#last_events .thumbScroller .inner_content div a{display:block;}
/*
#last_events .thumbScroller .inner_content div a:hover{
	-moz-box-shadow:0 0 15px #333; -webkit-box-shadow:0 0 15px #333; box-shadow:0 0 15px #333;
}*/

/* 4th thumbnail scroller - vertical liquid size 80% */
#best_pics {
position: absolute; top: 0px; width:181px; left: 884px; padding:0 5px;
/* height:60%; border:1px solid #666; background:#000; -moz-box-shadow:0 0 15px #000; -webkit-box-shadow:0 0 15px #000; box-shadow:0 0 15px #000; */
}
#best_pics .thumbScroller{position:relative; overflow:hidden; height:100%;}
#best_pics .thumbScroller .container{position:relative; top:0;}
#best_pics .thumbScroller .content{clear:both;}
#best_pics .thumbScroller .content div{ /*padding:10px 5px; */ height:100%; }
#best_pics .thumbScroller img{border:none;} 
#best_pics .thumbScroller .content div a{display:block;}


	
img.back
{  
  position:relative;  
  top:0;left:0;  
}

.wrap  
{  
  width:181px;  
  height:120px;  
  position:relative;
  /* margin:auto; */ 
  /* padding: 10px; */ 
  overflow:hidden;  
  margin-top: 10px;
}  
  
.comment  
{  
  position: absolute;  
  width:181px;  
  top:120px;
  left: 0;  
  color: #fff;
  /* text-transform: uppercase; */
  text-decoration: none;
  background: #3f77a7; 
  background: #f26311;
  filter:alpha(opacity=80);  
  -moz-opacity:0.8;  
  -khtml-opacity: 0.8;  
  opacity: 0.8;  
  line-height: 90%  
}


div#content {
	font-size: 10pt;
}

html, body {height: 100%;}

div#content {
	min-height: 100%;
	overflow:auto;
	margin-top: -100px; 
	padding-bottom: 80px; /* must be same height as the footer */
}  


div#footer {
	background-color: #077cbf;
	background-color: #99c8e4;
	background-color: #5ca9d5;

	
	color: #fff;
	
	position: relative;
	margin-top: -80px; /* negative value of footer height */
	height: 80px;
	clear:both;
}

div#footer_content {
	text-transform: uppercase;
	font-size: 10pt;
}

div#footer_content a {
	text-decoration: none;
	color: #FFF;
}

div.footer_content_row {
	width: 226px;
	float: left;
}

div#copy {
	clear: left;
	font-size: 11px;
	letter-spacing:0.1em;
}

.clear_left {
	clear: left;
}

.right {
	text-align: right;
}

.overline {
	border-top: thin solid #ccc;
}

/* pagination */
p#pagination { display: inline; }
p#pagination a, p#pagination strong, p#pagination span.pag, ul#navi_athlete li a {
	display: block;
	float: left;
	margin-right: 1px;
	margin-top: 5px;
	padding: 3px 9px;
	text-decoration: none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;	
	background: rgba(63,119,167,0.8);
	color: #fff;
	border-bottom: none;
}

p#pagination a {
	/* font-weight: bold; */
}

p#pagination a, p#pagination strong {
	font-size: 0.8em;
}

p#pagination span.pag {
	font-size: 0.7em;
}

p#pagination strong {
	color: #f26311;
	font-weight: bold;
	/* text-shadow: 0px 1px 1px #fff;
	text-shadow: 0px 1px 1px #666;
	text-shadow: 1px 1px 3px #666; */
	
	color: black;
	text-shadow: 0 1px 0 #aaa; 
}

ul#breadcrumb {
    background-image:url('../img/bc_bg.png'); 
    background-repeat:repeat-x;
    height:30px;
    line-height:30px;
    color:#9b9b9b;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
}

ul#breadcrumb li {
	float: left;
    list-style-type:none;
    float:left;
    padding-left:10px;
}

ul#breadcrumb a
{
    height:30px;
    display:block;
    background-image:url('../img/bc_separator.png'); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#454545;
}

ul#breadcrumb a:hover {
	color:#35acc5;
}


ul#output_athlete {
}

ul#output_athlete span {
	width: 160px;
	display: inline-block;
	height: 100%;
}

#fancybox-title-over div {
	display: block;
	float: left;
	width: 48%;
	margin-right: 10px;
	/* border: 1px dotted #999; */
	border-bottom: 1px dotted #555;
}

div#block_bild_process {
	clear: left;
	width: 90%;
	float: none;
	border-bottom: none;
}

#fancybox-title-over a {
	color: #f26311;
}

#player {
	width: 320px;
	height: 240px;
}

.do_not_show {
	display: none;
}

#shop_form tr th {
	font-weight: bold;
	text-align: left;
	color: #666;
	text-shadow: #ccc 0 1px 0;
}

#shop_form tr td {
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	padding: 10px;
}

#shop_form tr td.no_line {
	border-bottom: none;
}

#shop_form select {
	font-size: 11px;
}

#shop_form tr.stripe td {
	background-image: url('../img/icons/stripe_bg.png');
	background-repeat: repeat;
	vertical-align: text-bottom;
}

.even, th {
	background: #e5e5e5;
}

.odd {
	background: #eee;
}

.no_border {
	border: 0;
}

#shop_form tr th {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
}

#shop_form tr th.right {
	text-align: right;
}

#shop_form th.width_100 {
	width: 80px;
}

#shop_form th.width_120 {
	width: 120px;
}

#fancybox-title {
	font-family: "PFDinTextPro-Regular", "ArialUnicodeMS", Arial, Verdana, Helvetica, sans-serif;
}

ul#charts li span.was {
	width: 250px;
	display: inline-block;
	text-align: left;
}

ul#charts li span.zahl {
	width: 150px;
	display: inline-block;
	text-align: right;
}

img#ribbon {
	top: -1x;
}

.slides_container {
	top: 1px;
}

.fancybox-skin{position: relative;}
/*  background: url('../images/fancybox/fancybox_overlay.png'); */
#fancybox-title-over { padding: 10px; font-size: 12px; }
#fancybox-title-over {
	/* background: url('../images/fancybox/fancybox_overlay.png'); */

	margin-top: -5px;
	background: #fff;
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	color: #333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
