/***********************************************/
/* sportshop_main.css                          */
/*                                             */
/***********************************************/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	 /*  background-image: url(../images/banner_1.gif);
	background-repeat: repeat-y;
	background-position: right top;
         */
}
/*  italic bug (em) im ie5 und ie6 vermeiden   */
* html body * {
	overflow: visible
}
* html iframe, * html frame {
	overflow: auto
}
* html frameset {
	overflow: hidden
}
a {
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #3300CC;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 114%;
	color: #006699;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 95%;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h5 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
ul {
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: disc;
}
label, dt {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #334d55;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px
}
span.unsichtbar {
	position: absolute;
	left: -3000px;
	width: 0;
	height: 0;
	display: block;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}
/* Methoden, um floats im Elternelement anzuzeigen und nicht �berspringen zu lassen */
.clear {
	clear: both;
	overflow: hidden;
	height: 0.1px;
	font-size: 0.1px;
	line-height: 0.1px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#All {
	/* height: 95%;
*/
	width: 1010px;

	position:relative;
	margin: 0px;
	padding: 0px;
background-color: #FFFFFF;
}
#headBox {
	position: relative;
	width: 100%;
	background-color: transparent;
	background-image: url(../images/banner_1.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 0px;
	border-bottom: 0px solid #cccccc;
	height: 9.5em;
	z-index: 10;
}


/************* #topnavBox styles **************/
#topNavBox {
	position: relative;
	height: 1.8em;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #425AD7;
	background-color: transparent;
	border: 0px solid #425AD7;
}
/************* #mainBox styles **************/
#mainBox {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
/*********** #leftBox link styles ***********/
#leftBox {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 11.5em;
	height: auto;
	margin: 0px;
	padding: 5px 5px;
	background-color: transparent;
}
#leftBox ul a:link, #leftBox ul a:visited {
	display: block;
}
#leftBox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*********** #rightBox link styles ***********/
#rightBox {
	float: right;
	position: relative;
	right: 0px;
	width: 10.5em;
	margin: 0px;
	padding: 5px 5px 5px 0;
	background-color: transparent;
	border: 0px solid red;
	z-index: 40;
}
/*********** #contentBox link styles ***********/
#contentBox {
	float: left;
	position: relative;
	width: 68%;
	height: 100%;
	margin: 0px;
	padding: 10px 0px 10px 10px;
	background-color: transparent;
	border: 0px solid red;
	border-left: 0px solid #00E090;
	text-align: left;
	z-index: 30;
}
#bottomBox {
	clear: both;
	position: relative;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
	font-size: 0.85em;
	color: #3300CC;
	list-style-type: none;
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-color: #00E090;
	background-color: #FFFFFF;
	border-top: 1px outset #425AD7;
	z-index: 999;
}
#bottomBox ul li {
	list-style-type: none;
	padding: 0px 5px;
	color: #cccccc;
}
#bottomBox  a, #bottomBox  a:link, #bottomBox  a:visited {
	color: #425AD7;
}
#bottomBox  a:hover {
	color: #007F00;
}
/************* #breadCrumb styles *************/
#breadCrumb {
	position: absolute;
	top: 10.8em;
	left: 15em;
	height: auto;
	width: auto;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px 5px;
	text-align: center;
	z-index: 30;
	background-color: #00E090;
	background-color: transparent;
	border: 0px solid #425AD7;
}
/*********** #topNav styles ***********/

#times {
   position: absolute;
   right: 10px;
   top: 20px;
   font-size: 0.85em;
   color:#4D4D4D;
   height:60px;
   width:150px;
   background-color:transparent;
   text-align:center;
}



#topNav {
	position: absolute;
	left: 32%;
	top: 6.5em;
	list-style-type: none;
	border: 1px solid #425AD7;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px 5px;
	z-index: 20;
}
#topNav ul {
	list-style-type: none;
	display: inline;
}
#topNav ul li {
	text-align: center;
	width: auto;
}
#topNav  a, #topNav  a:link, #topNav  a:visited {
	text-align: center;
	color: #000000;
}
#topNav  a:hover {
	color: #007F00;
}
/***********************************************/
/* Components                                  */
/***********************************************/
#siteName {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#headLogo {
	position: relative;
	width: 33%;
	height: 90%;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	background-color: transparent;
	border: 0px solid red;
}
#curDate {
	position: absolute;
	top: 100px;
	left: 10px;
	width: auto;
	text-align: center;
	font-family: Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	color: #425AD7;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px 5px;
	word-spacing: 2px;
	z-index: 20;
}
#lastUpdate {
	float: right;
	position: relative;
	bottom:4.5em;
	overflow: hidden;
	width: auto;
	height: auto;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	font-size: 0.9em;
	color: #425AD7;
	text-align: right;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	word-spacing: 2px;
	border: 0px solid red;
}
.topImage {
	padding: 0px 0px;
	height: auto;
	margin: 0px 0px 0px 0px;
	text-align: center;
	width: auto;
}
/*********** #leftNav Links styles ***********/
#leftNav {
	position: relative;
	margin: 0px;
	padding: 10px 10px 10px 5px;
	font-size: 0.95em;
	font-weight: normal;
}
#leftNav h3 {
	text-align: center;
	padding: 10px 0px 2px 10px;
}
#leftBox #leftNav li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
#leftBox #leftNav ul li {
	display: block;
	padding: 5px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
}
#leftBox #leftNav ul li ul li {
	display: block;
	padding: 2px 0px 2px 10px;
	border-bottom: 0px dotted #000;
}
#leftNav ul li span {
	display: block;
	padding: 0px 0px 0px 13px;
	background-image: url(../images/blau_quadrat_rahmen_6px.gif);
	background-position: 3px 50%;
	background-repeat: no-repeat;
}
#leftNav a, #leftNav a:link, #leftNav a:visited {
	display: block;
	padding: 0px 0px 0px 13px;
	background-image: url(../images/blau_quadrat_rahmen_6px.gif);
	background-position: 3px 50%;
	background-repeat: no-repeat;
}
#leftNav a:focus {
	background-color: #dddddd;
	background-image: url(../images/blau_quadrat_voll_6px.gif);
	background-position: 3px 50%;
	background-repeat: no-repeat;
}
#leftNav a:hover {
	background-color: #F5F5F5;
	background-image: url(../images/blau_quadrat_voll_6px.gif);
	background-position: 3px 50%;
	background-repeat: no-repeat;
}
#leftNav a:active {
	background-color: #dddddd;
	background-image: url(../images/blau_quadrat_voll_6px.gif);
	background-position: 3px 50%;
	background-repeat: no-repeat;
}
.content_left_elem {
	width: 95%;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	border: 0px  #330099 dotted;
}
.content_right_elem {
	width:95%;
	height:auto;
	margin:10px auto;
	padding: 2px;
	border: 0px #330099 solid;
}
#produktsuche {
	width: 100%;
	text-align: center;
	padding: 5px 0px;
	border: 0px solid grey;
}
#produktsuche input {
	margin: 5px 0 0 0;
}
