/* ******** Stylesheet OLBAS SPORT ******** programmierung: sos-design.de ******** */

/* Defaulteinstellungen f&uuml;r alles Elemente */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	color: #000000;
	line-height: 1.3;
}

body {
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D7D7D7;
	text-align: center;
}

/* zentrieren */

#wrapper {
	width: 755px;
	/* overflow: hidden; */
	font-size: 0.75em;
	text-align: left;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}

/* Grundeinstellungen - Schriftformatierung */

p, strong, b {
	font-size: 1em;
	margin: 0px 0px 3px 0px;
}

h1, h2, h3, h5 {
	color: #009FEA;
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

h1 {
	font-size: 1.26em;
}

#Einleitung h1 {
	margin: 0px 0px 5px 0px;
}

h3 {
	font-style: italic;
	margin: 12px 0px 5px 0px;
}

h3.subTitleH3,
#Einleitung h3 {
	position: relative;
	margin: -3px 0px 8px 0px;
	font-weight: normal;
	font-style: normal;
}

#home h2 {
	color: #FFF;
	margin: 0px 0px 0px 0px;
}

h4, b {
	color: #009FEA;
}

h4, .untertitel {
	font-size: 0.92em;
}

/* Formulare allgemein */

fieldset, legend, label, input, textarea {
	/* font-size: 0.92em; */
	border: 0;
}

input, textarea, select {
	border: 1px solid #86878C;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

fieldset {
	font-size: 0.92em;
	line-height: 1.85;
	background-color: #F0F0F3;
	padding: 10px 2px 12px 10px;
}

fieldset br {
	clear: left;
}

legend {
	font-weight: bold;
}

label {
	width: 60px;
	display: inline;
	float: left;
	margin: 0px 0px 0px 0px;
}


input, select {
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 2px 4px 4px 0px;
}

input.radio {
	width: auto;
	border: 0;
	float: none;
	margin: 0;
}

input[type="image"] {
	border: 0;
	}

input[type="hidden"],
input.hiddenInput {
	border: 0;
	width: 1px;
}
input[type="hidden"],
input.hiddenInput {
	visibility: hidden;
	display: none;
}

/* input.inputEinspaltig {
	width: 366px;
} */

.kontaktPage input {
	width: 147px;
	float: left;
}

.nachrichtFieldset label {
	width: 95px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 336px;
	margin: 2px 0px 4px 0px;
}

fieldset .rechtsbuendig a {
	padding-right: 10px;
}


/* weitere Schriftformat Klassen */ 
.bold, strong, b {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.rechtsbuendig {
	text-align: right;
}

/* Floating Formate */

.goRight {
	float: right;
}

.goLeft {
	float: left;
	display: inline;
}

.clearright {
	height: 2px;
	clear: right;
}

.clearLeft {
	clear: left;
}

.clearTeaser {
	clear: left;
	height: 1px;
	display: block;
	margin-bottom: -1px;
}

.clearboth {
	height: 2px;
	clear: both;
}




/* ************************************************************ */
/* Grundeinstellungen - Links + Navi ************************** */
/* ************************************************************ */

/* nullsetzen der Listen */

ul, li {
	list-style-type: none;
}

li,
li a {
	height: 1px;
}

html>body li a,
html>body li {
height: auto;
}

/* Textlinks - allgemein */

a {
	font-size: 1em;
	color: #009FEA;
	text-decoration: underline;
}
#home .content a {
	color: #FFF;
}

/* li a {text-decoration: none;} */
li a:hover {text-decoration: underline;}




/* Navigationen */

#MetaNavigation {
	font-size: 0.92em;
	float: right;
	position: relative;
	display: inline;
	margin: 11px 32px 0px 0px;
	font-weight: bold;
}

#MetaNavigation ul {
	white-space: nowrap;
}
#MetaNavigation li {
	display: inline;
}

#MetaNavigation a {
	color: #009FEA;
	padding: 0px 4px 0px 4px;
	border-right: 1px solid #009FEA;
}

#MetaNavigation a.last {
	border-right: 0;
}

#MainNavigation {
	position: absolute;
	top: 0;
	left: 504px;
	height: 230px;
	background: transparent url(../images/mainNavi_bg.jpg) no-repeat;
}
#MainNavigation ul {
	font-size: 0.4em;
	line-height: 0.02;
	margin: 5px 0px 0px 0px;
}
#MainNavigation li {
	margin: 0px 0px 0px 0px;
	font-size: 0.4em;
	line-height: 0.02;
}
#MainNavigation a {
	display: block;
}

/* #MainNavigation li a {
}
#MainNavigation li img {
} */



#BreadCrumbNavigation {
	position: relative;
	left: 0px;
	width: 755px;
	height: 50px;
	background: transparent url(../images/breadCrumb.jpg) repeat-x;
	color: #FFF;
	font-size: 0.92em;
}
#BreadCrumbNavigation ul {
	position: absolute;
	left: 30px;
	padding: 5px 0px 0px 0px;
	white-space: nowrap;
}
#BreadCrumbNavigation li {display: inline;}
#BreadCrumbNavigation a {
	color: #FFF;	
}

.olbasFamilie {
	position: absolute;
	top: -63px;
	left: 504px;
}



#FooterNavigation {
	padding: 24px 0px 18px 30px;
	font-size: 88%;
}
#home #FooterNavigation {
	padding: 36px 0px 18px 30px;
}


/* themenAuswahl */

.themenNavi {
	position: absolute;
	top: 174px;
	left: 345px;
}
.themenNavi a {
	margin-right: 8px;
}


#home .themenNavi {
	position: absolute;
	top: 224px;
	left: 112px;
	z-index: 200;
}

#home .teaserLaufen .themenNavi {
	left: 152px
}

#home .teaserRad .themenNavi {
	left: 172px
}



/* ************************************************************ */
/* Grundeinstellungen - TEASER ******************************** */
/* ************************************************************ */

.sportTeaser {
	position: relative;
}

.teaserBild {
	padding-left: 113px;
}

#home .teaserBild {
	padding-left: 0;
}

#home .teaserBild .goLeft {
	position: relative;
}

.sportTeaser .shopLinks {
	position: absolute;
}

#home .sportTeaser .shopLinks {
	float: left;
	position: relative;
}

.uebungenTeaser {
	padding: 0px 12px 6px 12px;
	background-color: #EAEAEE;
	display: none;
	visibility: hidden;
}
.headerBildUebung {
	position: relative;
	margin-left: -12px;
}

.uebungenTeaser h2,
.uebungenTeaser p {
	font-size: 1em;
}
.uebungenTeaserNavi {
	text-align: center;
}

.uebungenTeaser h2 b {
	position: relative;
	line-height: 1.1;
	display: block;
	background-color: transparent;
	margin: -40px 0px 12px 34px;
	height: 34px;
	overflow: hidden;
}



/* ************************************************************ */
/* Grundeinstellungen - CONTENT ******************************* */
/* ************************************************************ */

.content {
	position: relative;
	width: 755px;
}

#home .content {
	background: #A9A9AD url(../images/home_bg.gif) repeat-y;
}

#Inhalt {
	float: left;
	position: relative;
	display: inline;
	margin-left: 30px;
	width: 450px;
}

#home #Inhalt {
	float: none;
	display: block;
	width: auto;
	padding: 28px 305px 28px 28px;
	margin: 0px 0px 0px 0px;
}

.teaserSpalte {
	padding-top: 155px;
	padding-left: 505px;
	margin-right: 32px;
}

.teaserSpalte .bild {
	margin: 12px 0px 0px 6px;
}

.footer {
	clear: left;
}



/* ************************************************************ */
/* Redaktionelle Inhalte ************************************** */
/* ************************************************************ */


#Einleitung {
	padding-bottom: 24px;
}

.absatzRight,
.absatzLeft {
	margin: 0px 0px 18px 0px;
	position: relative;
}

.absatzLeft .bild {
	float: left;
	display: inline;
	display: table;
	width: 60px;
	margin: 2px 15px 8px 0px;
}

.absatzRight .bild {
	float: right;
	display: inline;
	display: table;
	width: 60px;
	margin: 2px 0px 8px 15px;
}

.untertitel {
	display: inline;
	width: 100%;
}

.absatzLeft.halbeSpalte {
	float: left;
	display: inline;
	width: 214px;
	margin: 0px 10px 18px 0px;
}

.absatzLeft.halbeSpalte.even {
	margin: 0px 0px 18px 0px;
}

.halbeSpalte .bild {
	float: none;
	margin: 2px 0px 0px 0px;
}

.homeProdFamilie {
	position: absolute;
	/* left: 405px; */
	top: 0px; 
	right: 32px;
}

/* SHOP */

.shopDetail {
	margin: 0px 0px 0px 30px;
	position: relative;
}

a.buyNowButton {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0px 0px 0px 0px;
  padding: 0px 62px 0px 80px;
  background-color: #F0EFF4;
}


a.buyNowButton img {
	float: none;
	margin: 0px 0px 0px 0px;
}

/* PopUp */

.popUp #wrapper,
.popUp #BreadCrumbNavigation,
.popUp .content {
	width: auto;
	margin: 0;
}
.popUp #Inhalt {
	width: 80%;
}
.popUp {
	background-color: #FFF;
}
.popUp #BreadCrumbNavigation ul {
	right: 30px;
	left: auto;
}


/* presse seite */
.serviceGroup h3 {
	margin: 0px 0px 18px 0px;
}
.serviceListe {
border: 1px solid #E3E3E3;
padding: 0;
margin: 0px 0px 18px 0px;
}
.serviceListe .bild {
	float: left;
	display: inline;
	margin: 6px 10px 8px 6px;
}

.serviceListe .rechtsbuendig {
	clear: left;
	background-color: #E3E3E3;
	padding: 3px 8px 2px 8px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
.serviceHeader,
.serviceListe p {
	margin: 8px 8px 8px 8px;
}

