.SNOW {
	background : url(Bilder/snowboarder_bgr.gif) repeat-x;
}

.BBALL {
	background : url(Bilder/bballer_bgr.gif) repeat-x;
}

.Baseball {
	background : url(Bilder/baseball_bgr.gif) repeat-x;
}

.BMX {
	background : url(Bilder/bmx_bgr.gif) repeat-x;
}

.FUSSBALL {
	background : url(Bilder/fussball_bgr.gif) repeat-x;
}

body{
	margin: 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 12pt;
	background : #C7DBFF;
	color      : #0F218B;
	scrollbar-arrow-color     : #2A3883;
	scrollbar-face-color      : #C7DBFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color    : #FFFFFF;
	scrollbar-track-color     : #FFFFFF;

}

ul, ol, li, div, h1, h2, h3, span {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 12pt;
	background : #C7DBFFf;
	color      : #0F218B;
	scrollbar-arrow-color     : #2A3883;
	scrollbar-face-color      : #C7DBFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color    : #FFFFFF;
	scrollbar-track-color     : #FFFFFF;
}

tr, td, span {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 9pt;
	color      : #0F218B;
}

.button{
	font-family : verdana,helvetica,sans-serif;	
	font-size : 11px;	
	color : #588AF9;
	font-weight: bold;
	background : #ffffff;		
	border : 1px ridge #588AF9;
	padding: 2px 2px 2px 2px;
	text-decoration : none;
	width: 80px
}
.button2{
	font-family : verdana,helvetica,sans-serif;	
	font-size : 11px;	
	color : #F50B0B;
	font-weight: bold;
	background : #ffffff;		
	border : 1px ridge #F50B0B;
	padding: 2px 2px 2px 2px;
	text-decoration : none;
	width: 80px

}

.button3{
	font-family : verdana,helvetica,sans-serif;	
	font-size : 11px;	
	color : #588AF9;
	font-weight: bold;
	background : #ffffff;		
	border : 1px ridge #588AF9;
	padding: 2px 2px 2px 2px;
	text-decoration : none;
	width: 145px
}

.button4{
	font-family : verdana,helvetica,sans-serif;	
	font-size : 11px;	
	color : #F50B0B;
	font-weight: bold;
	background : #ffffff;		
	border : 1px ridge #F50B0B;
	padding: 2px 2px 2px 2px;
	text-decoration : none;
	width: 145px

}

a:link {
	color           : #F50B0B;
	/*text-decoration : none;*/
}

a:visited {
	/*text-decoration : none;*/
	color           : #F50B0B;
}
a:hover {
	text-decoration : none;
	color           : #F50B0B;
}
a:active {
	/*text-decoration : none;*/
	color : #F50B0B;
}

.small {
	background: transparent;
	font-size: 9px;
}

.assortiment {
	margin: 0px;
}

input {
	border: 1px;
	border: solid black 1px;
	color: #0F218B;
}

textarea {
	border: 1px;
	border: solid black 1px;
	color: #0F218B;
}

.imgborder {
	border: solid red 1px;
}

.imgborder_bold {
	border: solid red 2px;
}

