/**************************************/ 
/*sensomotorik-zentrum.de*/ 
/*common*/ 
/**************************************/
/******************************/ 
/*RESET TO 0*/ 
/******************************/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,select,p,blockquote,th,td {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}
tr {
	vertical-align: top;	
}
fieldset,img {
	border: 0px;
	z-index: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	width: auto;
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0px;
}

/******************************/ 
/*STYLES*/ 
/******************************/ 
/*STYLES: general*/ 
/***************/
body {
	font:12px arial, helvetica, sans-serif;
	line-height:18px;
	background-image: url('../images/body_hint.gif');
	background-repeat: repeat-x;
	background-color:#8F8E8F;
	color:#fff;
	margin:0px;
	padding:0px;
	padding-left: 25px;
	padding-right: 25px;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

/*STYLES: H*/ 
/***************/

h1 {
	font-family: arial;
	font-size: 16px;
	margin-bottom: 4px;
}

h2 {
  font-family: arial;
  font-size: 16px;
  color: #333333;
  z-index:1000;
}

h3 {
}

h4 {

}

h5 {

}

h6 {

}

/*STYLES: links general*/ 
/******************************/
a:link,a:visited,a:active {
	color: #990000;
	text-decoration:none;
}

a:focus,a:hover {
	color: #cc0000;
	text-decoration:underline;
}

/*STYLES: special*/ 
/******************************/

.invisible {
	display: none;
}

.link_extern {
	padding-left: 12px;
	background-image: url('../images/icon_website.gif');
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

.link_extern_content {
  padding-left: 12px;
  background-image: url('../images/icon_website_grey.gif') !important ;
  background-position: 0px 4px;
  background-repeat: no-repeat;
}

.link_pdf {
	padding-left: 18px;
	background-image: url('../images/icon_pdf.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.ri {
	text-align: right;
}

.link_extern_picture {
  padding: 0px;
  background: none;
}

/*STYLES: id / class*/ 
/******************************/
#frame {
	position: relative;
	margin: auto;
	margin-top: 25px;
	width: 900px;
	height: auto;
	border: 1px solid #a3a2a3;
	text-align: left;
}

#frame .slogan {
	position: absolute;
	top: 47px;
	left: 24px;
}

#frame .logo {
	position: absolute;
	left: 648px;
	top: 17px;
}

#frame .logo {
	position: absolute;
	left: 648px;
	top: 17px;
	z-index: 9999;
}

#frame .logo img {
	width: 201px;
	height: 82px;
}

#frame .navmain {
	position: absolute;
	top: 108px;
	left: 24px;
	height: 31px;
	width: 852px;
	background: #cc0000;
	z-index: 9999;
}

#frame .navmain ul li {
	float: left;
	line-height: 31px;
	
}
#frame .navmain ul li a {
	display: block;
	overflow:hidden;
	text-indent:-999em;
	margin-right: 11px;
	background-position: top;
	background-repeat: no-repeat;
}

#frame .navmain ul li a:hover {
	background-position: bottom;
}

#frame .navmain ul li.on a {
	background-position: bottom;
}

#frame .navmain ul .askme {
  display: block;
  width: 40px; 
  height: 31px; 
}

#frame .navmain ul .askme a {
  text-indent: 0em !important;
  margin-right: 0px;  
}

/***Content ***/

#frame #content, #frame #content_start {
	position: relative;
	padding-top: 139px;
	z-index: 13;
}

/***Subnavigation***/

#content .subnav {
	position: relative;
	left: 24px;
	padding: 10px 15px 0px 13px;
	width: 823px;
	background: #f0f0f0;
	font-size: 11px;
	color: #333434;
}

#content .subnav .block {
	position: relative;
	z-index: 25;
	float: left;
	display: block;
	margin-right: 48px;
	color: #333434;
	padding-bottom: 6px;
}


#content .subnav li {
	padding-left: 12px;
	background-image: url('../images/subnav_list.gif');
	background-position: 0px 5px;
	background-repeat: no-repeat;
	width: 125px;
}

#content .subnav li a {
	color: #333434;
}


#content .subnav li.on {
	padding-left: 12px;
	background-image: url('../images/subnav_list_on.gif');
	background-position: 0px 5px;
	background-repeat: no-repeat;
	font-weight: bold;
	width: 125px;
}

#content .subnav .parent li.on a {
	padding-right: 0px;
	background-image: url('../images/subsubnav_pfeilspitze.gif');
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	width: 140px !important;
}

#content .subnav .parent2 li.on a {
  padding-right: 0px;
  background-image: url('../images/subsubnav_pfeilspitze.gif');
  background-position: right;
  background-repeat: no-repeat;
  display: block;
  width: 162px !important;
}

#content .big li {
  width: 200px;
}

#content .big2 li {
  width: 180px !important;
}

#content .small li {
  width: 100px !important;
}

#content .small2 li {
  width: 60px !important;
}

#content .block_small {
  position: relative;
  z-index: 25;
  float: left;
  display: block;
  margin-right: 0px;
  color: #333434;
  padding-bottom: 6px;
}
  
/***Subnavigation***/

#content .subsubnav  {
	position: relative;
	z-index: 24;
	float: left;
	display: inline-block;
	margin-left: -68px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: -8px;
	background-image: url('../images/subsubnav_back.gif');
	width: 211px;
}

#content .subsubnav li {
	margin-left: 12px;
	padding-right: 12px;
	background-image: url('../images/subsubnav_list.gif');
	background-position: 0px 3px;
	*background-position: 0px 2px;
	background-repeat: no-repeat;
	line-height: 12px;
	width: 211px;	
}

#content .subsubnav li.top {
	margin-left: 0px;
	*margin-top: -8px;
	line-height: 0px;
	width: 211px;
	height: 7px;
	background-image: url('../images/subsubnav_top.gif');
	background-repeat: no-repeat;
	display: block;
	*display: block;
	background-position: 0px 0px;
}

#content .subsubnav li.bottom {
	margin-left: 0px;
	margin-top: 3px;
	*margin-top: 0px;
	width: 211px;
	height: 7px;
	background-image: url('../images/subsubnav_bottom.gif');
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 0px;
}

#content .subsubnav li.on {
	background-position: 0px 2px;
	line-height: 12px;
}

#content .subsubnav li.on a {
	background: none;
	white-space: nowrap;
}

#content .subsubnav2  {
  position: relative;
  z-index: 24;
  float: left;
  display: inline-block;
  margin-left: -35px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-top: -5px;
  background-image: url('../images/subsubnav_back2.gif');
  width: 100px;

}

#content .subsubnav2 li {
  margin-left: 12px;
  padding-right: 12px;
  background-image: url('../images/subsubnav_list.gif');
  background-position: 0px 3px;
  *background-position: 0px 2px;
  background-repeat: no-repeat;
  line-height: 12px;
  width: 100px; 
}

#content .subsubnav2 li.top {
  margin-left: 0px;
  *margin-top: -8px;
  line-height: 0px;
  width: 100px;
  height: 7px;
  background-image: url('../images/subsubnav_top2.gif');
  background-repeat: no-repeat;
  display: block;
  *display: block;
  background-position: 0px 0px;
}

#content .subsubnav2 li.bottom {
  margin-left: 0px;
  margin-top: 3px;
  *margin-top: 0px;
  width: 100px;
  height: 7px;
  background-image: url('../images/subsubnav_bottom2.gif');
  background-repeat: no-repeat;
  display: block;
  background-position: 0px 0px;
}

#content .subsubnav2 li.on {
  background-position: 0px 2px;
  line-height: 12px;
}

#content .subsubnav2 li.on a {
  background: none;
  white-space: nowrap;
}


/****Content Text ***/

#content .content_2col_txt, #content_start .content_2col, #content .content_2col_txt_auto, #content_start .content_2col_txt_auto {
	position: relative;
	width: 500px;
	height: 307px;
	background-image: url('../images/hint_content_txt.gif');
	background-repeat: no-repeat;
	float:left;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 53px;
	color: #333;
	font-size: 11px;
}

#content .content_2col_txt {
	margin-top: 26px;
	margin-bottom: 16px;
	background-image: url('../images/hint_content_txt_start.png');
}


* html #content .content_2col_txt {
	margin-top: 16px;
	margin-bottom: 16px;
	background-image: url('../images/hint_content_txt_start.gif');

}

#content .content_2col_txt_auto, #content_start .content_2col_txt_auto {
	height: auto;
	background-image: url('../images/hint_content_txt_auto.png');
	padding-top: 11px;
	background-repeat: repeat-y;
}

* html #content .content_2col_txt_auto {
	height: auto;
	background-image: url('../images/hint_content_txt_auto.gif');
	padding-top:11px;
	background-repeat: repeat-y;
}

* html #content_start .content_2col_txt_auto {
	height: auto;
	background-image: url('../images/hint_content_txt_auto.gif');
	padding-top:11px;
	background-repeat: repeat-y;
}


#content .content_2col_txt_top, #content_start .content_2col_txt_top {
	height: 43px;
	background-image: url('../images/hint_content_txt_top.png');
	position: relative;
	background-repeat:no-repeat;
}

* html #content .content_2col_txt_top {
	height: 43px;
	background-image: url('../images/hint_content_txt_top.gif');
	position: relative;
	background-repeat:no-repeat;
}

* html #content_start .content_2col_txt_top {
	height: 43px;
	background-image: url('../images/hint_content_txt_top.gif');
	position: relative;
	background-repeat:no-repeat;
}

#content .content_2col_txt_bottom, #content_start .content_2col_txt_bottom  {
	height: 45px;
	background-image: url('../images/hint_content_txt_bottom.png');
	position: relative;
	background-repeat:no-repeat;
	clear: both;
}

* html #content .content_2col_txt_bottom {
	height: 70px;
	background-image: url('../images/hint_content_txt_bottom.gif');
	position: relative;
	background-repeat:no-repeat;
	clear: both;
}

* html #content_start .content_2col_txt_bottom {
	height: 70px;
	background-image: url('../images/hint_content_txt_bottom.gif');
	position: relative;
	background-repeat:no-repeat;
	clear: both;
}

#content .content_2col_txt_wrap, #content_start .content_2col_txt_wrap {
	float: left;
	width: 597px;
	margin-top: 16px;
	position: relative;
}

#content .content_2col_txt_top_flash, #content_start .content_2col_txt_top_flash {
	height: 20px;
	background-image: url('../images/hint_content_txt_top_flash.png');
	position: relative;
	background-repeat:no-repeat;
}

* html #content .content_2col_txt_top_flash {
	height: 20px;
	background-image: url('../images/hint_content_txt_top_flash.gif');
	position: relative;
	background-repeat:no-repeat;
}

* html #content_start .content_2col_txt_top_flash {
	height: 20px;
	background-image: url('../images/hint_content_txt_top_flash.gif');
	position: relative;
	background-repeat:no-repeat;
}

#content .flash_text {
	margin-top: 19px;
}

* html #content .flash_text {
	margin-top: -26px;
}

#content_start .start_text {
	margin-top: -30px;
	z-index: 99;
}

#content .content_flash {
  position: relative;
  width: 600px;
  height: 307px;
  float: left;
  padding-top:6px;
}


#content_start .content_2col {
	position: relative;
	z-index: 25;
	top: 25px;
	left: 0px;
	width: 599px;
	height: auto;
	padding: 0px;
	margin-bottom: 40px;
}

* html #content_start .content_2col {
	height: 285px !important;
	padding: 0px !important;
	margin: 0px !important;
	background: transparent;
}


#content_start .content_2col .txt {
	padding-top: 30px;	
	padding-bottom: 30px;
	padding-left: 45px;
	padding-right: 45px;
}

#content_start .content_2col .slogan {
	position: absolute;
	z-index: 65;
	top: 195px;
	left: 25px;
	width: 200px;
	padding: 15px;
	background-image: url('../images/transparent_95k.png');
	color: #fff;
}

#content_start .content_2col .slogan h2 {
	font-size: 16px;
	margin-bottom: 6px;
}

#content_start .content_2col .slogan p strong {
	color: #FFDD00;
}


#content_start .content_2col .mask {
	position: absolute;
	z-index: 50;
	top: 0px;
	left: 0px;
	width: 599px;
	height: 352px;
	background-image: url('../images/content_start_mask.gif');
	background-repeat: norepeat;
}

#content .content_2col_txt_auto ul.aktuelles {
	margin-top: 12px;
}

#content .content_2col_txt_auto ul.aktuelles li {
	clear: both;
	list-style: none;
	margin-left: 0px;
	padding-right: 12px;
}

#content .content_2col_txt_auto ul.aktuelles h2 {
	font-size: 14px;
	padding: 0px;	
	margin: 0px;
	display: inline-block;
	*display: inline;
}

#content .content_2col_txt_auto ul.aktuelles img {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}

#content .content_2col_txt_auto h1 {
	float:left !important;
}


#content .content_2col_txt_auto .page, #content .content_2col_txt_bottom .page {
	float:right;
}

#content .content_2col_txt_auto .page a, #content .content_2col_txt_bottom .page a {
	padding-left: 10px;
}

#content .content_2col_txt_bottom .page a {
	font-size: 11px;
}

#content .content_2col_txt_bottom .page {
	margin-right: 45px;
}

#content .content_2col_txt h2 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 6px;
}

#content .content_2col_txt_auto ul.aktuelles p {
	padding-left: 163px;
}

#content .content_2col_txt_auto {
	height:100%;
}

#content .content_2col_txt_auto table {
	width: 97%;
	*width: 95%;
}

#content .content_2col_txt_auto table th {
	background: #d7d7d7;
	font-weight: bold;
	padding: 4px;
	border: 2px solid #e0e0e0;
}

#content .content_2col_txt_auto table td {
	padding: 4px;
	border: 2px solid #e0e0e0;
}

#content .content_2col_txt_auto ul, #content .content_2col_txt ul {
	margin-top: 12px;
	margin-bottom: 12px;
}

#content .content_2col_txt_auto ul li, #content .content_2col_txt ul li {
	list-style: square;
	margin-left: 12px;
	margin-left: 16px;
}

.striped {
	background: #fbfbfb;
}

#content .content_2col_txt .seitennav, #content_start .content_2col_txt .seitennav {
	position: absolute;
	bottom: 40px;
	right: 50px;
	text-align: right;
}

.content_2col_txt .seitennav a, .content_2col_txt .seitennav strong {
	padding-left: 2px;
	padding-right: 2px;
	color: #333;
}

#frame .col_re, #frame .col_re_subnav, #frame .col_re_2col, #content_start .col_re {
	position: relative;
	padding-top: 22px;
	width: 290px;
	height: auto;
	display: inline-block;
	z-index: 999;
	margin-bottom: 20px;
}

/*FF 2 Hack*/
#frame .col_re, x:-moz-any-link {
	float:left;
}

/*FF 2 Hack*/
#frame .col_re_subnav, x:-moz-any-link {
	float:left;
}


#frame .col_re_subnav {
	padding-top: 42px;
}

*html #frame .col_re_subnav {
	width: 269px;
	padding-top: 22px;
	left: -10px
}


#frame .variable_teaser {
	width: 279px;
	height:309px;
}

*html #content .variable_teaser {
	width: 269px;
	height:298px;
	left: -20px;
	float: left;
}

#content .col_re_2col {
	padding-bottom:0px;
	padding-top:132px;
	*padding-top:42px;
	z-index: 0;
}


#frame .col_re ul, #content_start .col_re ul, #frame .col_re_subnav ul, #content_start .col_re_subnav ul {
	margin-top: 6px;
}
	
#frame .col_re ul li, #content_start .col_re ul li, #frame .col_re_subnav ul li, #content_start .col_re_subnav ul li {
	padding-left: 12px;
	background-image: url('../images/subnav_list.gif');
	background-position: 0px 5px;
	background-repeat: no-repeat;
}

.teaser_yellow, .teaser_grey {
	background: url('../images/dummy/hint_teaser_yellow.gif') no-repeat;
	height: 110px;
	width: 254px;
	color: #333;
	padding-top: 60px;
	padding-left: 45px;
	padding-right: 50px;
	position: relative;	
}


.teaser_grey {
	background: url('../images/hint_teaser_grey_folge.gif') no-repeat;
}

/*IE 6 Hack*/
*html .teaser_grey {
	width:200px;
}

/*FF 2 Hack*/
.teaser_grey, x:-moz-any-link {
	width:200px;
}

.teaser_grey_myfisch {
	background: url('../images/teaser_fisch.gif') no-repeat;
	width:291px;
	height: 122px;
}

.teaser_grey_event {
	background: url('../images/dummy/hint_teaser_grey_physio.gif') no-repeat;
	height:170px;
	width:291px;
	color: #333;
	position: relative;	
}

.col_re_folge .teaser_grey {
  margin-top: -50px;
  background: url('../images/hint_teaser_grey_folge.gif') no-repeat;

}


.teaser_yellow a, .teaser_grey  .teaser_grey_event a {
	position: relative;
	font-weight: bold;
	color: #cc0000;
	padding-left: 12px;
	background-image: url('../images/linkpfeil_weiss.gif');
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

.teaser_grey a {
	background-image: url('../images/subnav_list_on.gif');
	position: relative;
	font-weight: bold;
	color: #cc0000;
	padding-left: 10px;
	top: 10px;
	left:5px;
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

.teaser_grey_myfisch a {
	background-image: url('../images/subnav_list_on.gif');
	position: relative;
	font-weight: bold;
	color: #cc0000;
	padding-left: 10px;
	top: 90px;
	left:100px;
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

/*IE 6 Hack*/
*html .teaser_grey a {
	background-image: url('../images/subnav_list_on.gif');
	position: relative;
	font-weight: bold;
	color: #cc0000;
	padding-left: 10px;
	top: 0px;
	left:5px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

/*FF 2 Hack*/
	.teaser_grey a, x:-moz-any-link {
	top: -1px;
}


.teaser_grey_event a {
	background-image: url('../images/subnav_list_on.gif');
	position: relative;
	font-weight: bold;
	color: #cc0000;
	padding-left: 12px;
	margin-left:50px;
	top: 130px;
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

*html .teaser_grey_event a {
	background-image: url('../images/subnav_list_on.gif');
	position: relative;
	font-weight: bold;
	color: #cc0000;
	padding-left: 12px;
	margin-left:50px;
	top: 130px;
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

.teaser_training {
  margin-top: -10px !important;
  height: 281px;
  background: url('../images/dummy/szb_training.jpg') no-repeat !important;
}

.teaser_training a {
  top: 230px !important;
  left: 40px !important;
  
  
}

.col_re .teaser_text {
	width: 200px;
	padding-left: 45px;
}

.col_re .teaser_slide {
}

.col_re .teaser_slide img {
	position: relative;
	display: block;
}

.col_re .teaser_slide p {
	font-size: 11px;
	text-align: center;
}

.col_re_subnav .teaser_text {
	width: 200px;
	padding-left: 45px;
}

.col_re_subnav .teaser_slide {
}

.col_re_subnav .teaser_slide img {
	position: relative;
	display: block;
}

.col_re_subnav .teaser_slide p {
	font-size: 11px;
	text-align: center;
}


#frame .col_re_folge {
	position: relative;
	left: 598px;
	z-index:0;
	padding-bottom: 50px;
}

#frame .col_re_folge_ohne_subnav {
	position: absolute;
	top: 189px;
	left: 598px;
}

.popup a img {
	border: 2px solid #fdcc00;
}

.popup {
	width: 130;
	float: left;
	font-size: 11px;
	color: #fff;
	margin-bottom: 12px;
	margin-right: 12px;
}

.popup a {
	color: #fff;
}


#frame .links {
	width: 250px;
	font-size: 11px;
	color: #fff;
}

#frame  .links img {
	float: left;
	margin-right: 6px;	
}

#frame .links .website {
	margin-top: 5px;
	margin-right: 12px;	
}

#frame .links a {
color: #fff;
}	


/*Tab-Navigation iQuery*/

ul.idTabs {
	display: block;
	height: 19px;
	border-bottom: 1px solid #999;
}

#check ul.idTabs {
	display: block;
	height: 19px;
	border: 0px;
}

ul.idTabs li {
 float: left;
 margin-right: 2px;
 margin-bottom: -1px;
}


ul.idTabs li a {
	display: block;
	padding-left: 6px;
	padding-right: 6px;
	background: #f0f0f0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#check ul.idTabs li a.selected {
	display: block;
	padding-left: 6px;
	padding-right: 6px;
	background: #fff;
	border: 0px;
}

#check ul.idTabs li a {
	display: block;
	padding-left: 6px;
	padding-right: 6px;
	background: #f0f0f0;
	border: 0px;
}

ul.idTabs li a.selected {
	display: block;
	padding-left: 6px;
	padding-right: 6px;
	background: #fff;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 0px;
	height: 19px;
	font-weight: bold;
}

* html ul.idTabs li a.selected {
	display: inline-block;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
}

.contentTabs {
	position: realtive;
	clear: both;
	background: #fff;
	height: 225px;
	padding: 6px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;	
	margin-top:0px;
}

.contentTabs div p {
	padding-left: 6px;
	padding-top: 6px;
}

.contentTabs div ul {
	margin-left: 12px;
	margin-top: 6px;
	list-style-type: disc;
	padding-left: 12px;
}

.contentTabs img {
	float: right;
	margin-left: 12px;
}

.slideframe {
	position: absolute; 
	left: 601px; 
	top: 55px; 
	width: 275px;
	color: #fff;
}

.slideframe .pics {  
    height:  275px;  
    width:   275px;  
    padding: 0;  
    margin:  0;  
} 
 
.slideframe .pics img {  
    width:  223px; 
    height: 289px; 
    top:  0; 
    left: 0 
} 



/*styles inside*/
.content_left {
	float: left;
	width: 230px;
	padding-right: 6px;
}

*html .content_left {
	float: left;
	width: 200px;
	padding-right: 6px;
}

.content_left ul, .content_left ul li {
	list-style-type: square;
	margin-left: 12px;
}

.content_left ul {
	margin-left: 24px;
}

.content_left label {
	float: left;
	width: 35%;
	text-align: right;
	padding-right: 5px;
}

.content_left input {
	width: 60%;
	margin-bottom: 5px;
	font-size: 11px;
	font-family: Arial;
	float: left;
}

.content_left textarea {
	width: 60%;
	font-size: 11px;
	font-family: Arial;
	float: left;
}


.content_left input.submit {
	width: 40%;
	margin-left: 37%;
	margin-top: 5px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-size: 11px;
	text-transform: uppercase;
	background: #ccc;
}

.content_left iframe {
	width: 286px;
	height: 220px;
}


.le {
	float: left;
}

.clear {
	clear: both;
	line-height: 0px;
	margin:0px;
	padding: 0px;
}

.content_left ul.partner {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.content_left ul.partner li {
	list-style: none !important;
	padding: 0px;
	margin: 0px;
	margin-bottom: 6px;
	clear: both;	
}

.content_left ul.partner li img {
	float: left;
	margin-right: 8px;
}

/**PicLists**/

.content_2col_txt #piclist li, .content_2col_txt_auto #piclist li {
	list-style: none !important;
	float: left;
	display: inline-block;
	width: 50px;
	height: 38px;
	background: #fff;
	border: 1px solid #999;
	text-align: center;
	margin: 2px;
	margin-left: 0px !important;
}

.content_2col_txt #piclist2 li, .content_2col_txt_auto #piclist2 li {
	list-style: none !important;
	float: left;
	display: inline-block;
	width: 50px;
	height: 67px;
	background: #fff;
	border: 1px solid #999;
	text-align: center;
	margin: 2px;
	margin-left: 0px !important;
}

.content_2col_txt #piclist3 li, .content_2col_txt_auto #piclist3 li {
	list-style: none !important;
	float: left;
	display: inline-block;
	width: 38px;
	height: 51px;
	background: #fff;
	border: 1px solid #999;
	text-align: center;
	margin: 2px;
	margin-left: 0px !important;
}
/***Metanav***/

#sportlerstreifen {
	position: relative;
	z-index: 100;
	top:-20px;
}

/***Metanav***/

#metanav {
	position: relative;
	width: 836px;
	background: #f0f0f0;
	height: 24px;
	margin-bottom: 14px;
	left: 24px;
	font-size: 11px;
	color: #666;
	padding-left: 16px;
	padding-top: 20px;
}

#metanav a {
	color: #666;
}

#metanav a:hover {
	color: #990000;
}

#metanav a:has(img) {
	background: none !important;
}

#metanav a img {
	position: absolute;
	right: 15px;
	bottom: 10px;
}

/***Layer_Funktion***/

#layer_frame {
  position: absolute;
  width: 545px;
  height: 375px;
  float: right;
  /*margin-left:337px;
  margin-right:50px;*/
 color: #333333;
  z-index:9997;
  right: 15px;
  top: 139px;
}

#content_start #layer_frame {
  color: #333333;
  font-size: 11px;
}

.layer_head {
  background-image: url("../images/layer_head.png");
  background-repeat: no-repeat;
  height: 11px;
  background-position:  0 bottom;
}

/*CSS Hack IE6*/
* html .layer_head {
  background: url("../images/layer_head_ie6.gif") no-repeat;
    background-position:  0 bottom;
}

.layer_content {
  position: relative;
  z-index: 9998;
  padding-left: 15px;
  padding-right: 15px;
  height: 450px;
  background: url("../images/layer_content.png") repeat;
  padding-bottom: 30px;
}

/*CSS Hack IE6*/
* html .layer_content {
  background: url("../images/layer_content_ie6.gif") repeat;
  height: 300px;
}

.layer_bottom {
  background-image: url("../images/layer_bottom.png");
  background-repeat: no-repeat;
  height: 14px;
}

/*CSS Hack IE6*/
* html .layer_bottom {
  background: url("../images/layer_bottom_ie6.gif") no-repeat;
}

#layer_frame .content_2col_txt {
  background-image: none;
  padding-left:20px;
  padding-right:0px;
  padding-top:30px;
  margin-top: 0px !important;
  position:relative;
  top:0px;
  width:500px;

}
  
#layer_frame .content_left {
  width:180px;
  padding-left:0px !important;
}

#layer_frame textarea {
  height:130px;
  width:200px;
}

#layer_frame input {
  width:200px;
}

#layer_frame label {
  width:80px;
}

 
.submit2 {  
  width: 100px !important;
  margin-left: 85px;
  margin-top: 15px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  background: #CC0000;
}


.layer_balken {
  position: relative;
  z-index: 0;
  width: 512px;
  height: 26px;
  margin-left: 6px;
  margin-bottom: 0px;
}

* html .layer_balken {
  margin-bottom: -4px;
}

.kante {
  background: url("../images/layer_shadow.png") repeat;
  width: 6px;
  height: 26px;
  float:left;
}

/*CSS Hack IE6*/
* html .kante {
  background: none;
  width: 0px;
  height:0px;
}

.layer_balken h2 {
  position: relative;
  line-height: 24px;
  display: block;
  width: 512px;
  height: 26px;
  padding-left: 20px;
  background-color: #fd0;
}

.img_fragen {
  position: absolute;
  bottom: -9px;
  left: 20px;
  z-index: 9999;
  width: 104px;
  height: 118px;
}



.formular{
  width:300px !important;
  position: relative;
  z-index:100000;
}

.close {
  position: absolute;
  z-index: 9999;
  right: 35px;
  top: 0px;
}

.close a {
  display: block;
  background: url("../images/close_1.gif") repeat;
  height: 22px !important;
  width: 22px  !important;
  text:none;
}

.close a:hover {
  background: url("../images/close_2.gif") repeat;

}

#news {
  position: absolute; 
  left: 355px; 
  top: 12px; 
  width:353px;
  height: 23px;
  padding-left: 35px; 
  padding-top: 4px;
  list-style-type: none; 
  font-family: verdana; 
  font-size: 10px;
  background: url("../images/backgrd_ticker.gif");
  z-index: 9;
  }
  
#news a {
  text-decoration: none; 
  color: #F0F0F0;
  }
  
#news a span { 
  font-weight: bold; 
  color: #F2D30A;
  }  
  
#news a:hover {
  text-decoration: underline; 
  color: #CC0000;
 }

/***END***/