@charset "UTF-8";
/* 	CSS File for speedcycles.ch
	writen by Daniel Sollberger 
	danielsollberger.com	*/

/* DIV Styles */

body
{
	background: #FFF;
	text-align: left;
	margin: 0;
	padding: 0;
}

img
{
	border: 0px none;
}

table, th, td
{
	padding: 2px;
	border: #EEEEEE solid 2px;
	border-collapse:collapse;
	background: #2f6199;
	font: Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:normal;
	color: #eeeeee;
	overflow:auto;
	
}

A:link
{
	text-decoration: none;
	color: inherit;
}

A:visited
{
	text-decoration: none;
	color:#999;
}

A:aktive
{
	text-decoration: underline;
}



#book
{
	position:relative;
	float: left;
	background:url(../pics/990x630.jpg), right, no-repeat;
	width: 990px;
	height: 630px;
}

#sidebar
{
	position:relative;
	float:left;
	background:url(../pics/navi.jpg), no-repeat;
	width: 150px;
	height: 600px;
	margin-bottom: 30px;
}

#main
{
	position:absolute;
	float:left;
	width: 810px;
	height: 600px;
	left: 150px;
	top: 0px;
}

#bikelistTitle
{
	position:absolute;
	left: 150px;
	top: 150px;
	width: 621px;
	max-height: 350px;
	overflow: auto;
}

#bikelist
{
	position:absolute;
	left: 150px;
	top: 168px;
	width: 621px;
	max-height: 344px;
	overflow: auto;
}

#collectionVirtualMuseum
{
	position:absolute;
	z-index:100;
	width:243; 
	height:48; 
	left: 685px; 
	top: 65px;
}


/* Text Styles */

.sstext
{  
	font-family: Arial, Helvetica, sans-serif, Courier;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.sstextfett
{  font-family: Arial, Helvetica, sans-serif, Courier;
	font-size: 11px;
	font-weight: bolder;
	font-style: normal;
	text-transform: uppercase;
}

.sstextkursiv
{  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: 333333;
}

.sstextwhite
{
	font-family: Arial, Helvetica, sans-serif, Courier;
	color: #FFFFFF;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.sstextblack
{
	font-family: Arial, Helvetica, sans-serif, Courier;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.sstextfettwhite
{
	font-family: Arial, Helvetica, sans-serif, Courier;
	color: #FFFFFF;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
}

.sstextsmallblack
{
	font-family: Arial, Helvetica, sans-serif, Courier;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #EEEEEE;
}
