* {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 0.97em;
}

body {
        top-margin: 0px;
        left-margin: 0px; 
        background-color: #000066 
}

/* Navileiste oben */
#navi ul {
        list-style: none;
}

#navi li {
        display: inline;
}
#navi a {
        min-width: 150px;
        font-weight: bold;
        color: red;
        padding-left: 5px;
        padding-right: 5px;
        border-right: 1px solid red;
        text-align: center;
}

#navi a:hover {
        background-color: grey;
}

/*aktiver Menupunkt*/
#sel a {
        color: lime;
}

/*div-Container FS-Logo / Navibar*/
#top {
        width: 100% ;
        background-color: #000066 
        border-bottom: 3px solid grey;
        text-align: center;
        margin: 0px;
}

/*div-Container fuer Gesamtansicht Kollektion*/
#kollektion {
        width: 720px;
        min-height: 500px;
        background-color: silver;
        background-image: url('http://www.fs-sport.de/basics/netz.jpg');
        border: 1px solid black;
        text-align: center;
        margin-left: 100px;
        padding: 10px;
        margin-top: 50px;
        overflow:auto;
}

.kollektion_th {
        width: 150px;
        min-height: 200px;
        background-color: transparent;
        border: 0px;
        margin: 5px;
        padding: 10px;
        overflow:hidden;
        float: left;
}

/*div-Container fuer Gesamtansicht Katalog*/
#praes {
        width: 672px;
        min-height: 500px;
        background-color: silver;
        background-image: url('http://www.fs-sport.de/basics/netz.jpg');
        border: 1px solid black;
        text-align: center;
        margin-left: 20px;
        padding: 10px;
        margin-top: 50px;
        overflow:auto;
}

/*div-Container fuer Ansicht einzelner Handschuh*/
#praes_detail {
        min-width: 700px;
        max-width: 750px;
        min-height: 500px;
        background-color: silver;
        background-image: url('http://www.fs-sport.de/basics/netz.jpg');
        border: 1px solid black;
        text-align: center;
        margin-left: 100px;
        padding: 10px;
        margin-top: 50px;
        overflow:auto;

}

/*div-Container fuer BEschreibung zu einzelnem Handschuh*/
#praes_detail_beschr {
        width: 250px;
        border-right: 20px;
        background-color: white;
        margin-top: 10px;
        border: 1px solid black;
        text-align: left;
        float: right;
        padding: 5px;
}

/*Titelbild Katalog*/
#titel {
        width: 267px;
        height: 387px;
        margin: 100px 0px 0px 10px;
        float: left;
}

/*ausverkauft*/
#bestell {
        text-align: center;
        font-weight: bold;
        color: red;
}

/*bestell-Link*/
#bestell a {
        text-align: center;
        font-weight: bold;
        color: blue;

}

/*div-Container um Handschuh-thumb*/
.handschuh_th {
        width: 210;
        height: 200px;
        background-color: white;
        text-align: center;
        float:left;
        margin: 4px;
        border: 1px solid black;
        padding: 2px;
}

/*div-Container um Handschuh-Bild*/
.handschuh {
        width: auto;
        background-color: white;
        float:left;
        margin: 10px;
        border: 1px solid black;
        padding: 3px;
}

/*img-Tag*/
.handschuh img{
        margin-bottom: 10px;
}

/*Textformat Beschreibung*/
.beschr {
        margin-top: 2px;
        color: #000066;
        font-weight: normal;
        font-size: 0.9em;
}

/*Text, der auffallen soll*/
.wichtig {
		margin-top: 2px;
        color: red;
        font-weight: normal;
        font-size: 0.9em;
}

/*div-Container um reinen Text*/
#blabla {
		width: 80%;
		padding: 10px;
		margin-left: 100px;
		font-size: 0.9em;
}

#blabla table {
		width: 90%;
}

#blabla td, tr {
		padding: 10px;
		vertical-align: top;
		border-bottom: 2px solid silver;
}

#blabla table.news {
        background-image: url('http://www.fs-sport.de/basics/netz.jpg');
}

#blabla table.news td,tr {
		padding: 10px;
		vertical-align: middle;
		border-bottom: 0px;
}

		
/*div-Container um Bestellformular*/
#bestellform {
		width: 50%;
		min-width: 500px;
        min-height: 100px;
		background-color: #f5f5f5;
		padding: 10px;
		margin-left: 180px;
		font-size: 0.9em;
		overflow: auto;
		float:left;
}

#bestellform ul {
        list-style: none;
}

/*Ueberschriften*/
h1.kollektion {
        color: red;
        font-size: 1.1em;
        font-weight: bold;
        text-align: left;
        margin-left: 10px;
}
h2.kollektion {
        color: #000066;
        font-size: 1.0em;
        font-weight: normal;
        text-align: left;
        margin-left: 10px;
}
a link, visited { 
        color: #ff0000; 
        text-decoration: none;}

a active { 
        color: #00ff00; 
        text-decoration : none;}

a img {
	border: 0px;
}

/*div-Container um Bilder neben Bestellformular*/
#bebilderung {
		width: 210px;
		padding: 10px;
		margin-left: 5px;
		font-size: 0.9em;
		float:left;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
