/* sportmuzeum CSS [sm.css] */
BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	background-color : #D1D1C7;
	scrollbar-base-color : #D1D1C7;
	scrollbar-3dlight-color : #D1D1C7;
	scrollbar-darkshadow-color : #D1D1C7;
	scrollbar-arrow-color : #666666;
	scrollbar-face-color : #D1D1C7;
	scrollbar-track-color : #D1D1C7;
}

A:LINK, A:ACTIVE, A:VISITED {
	text-decoration : none;
}

A:HOVER {
	text-decoration : underline;
}

P {
	text-align : justify;	
}

.text, .title, .texttop {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
}

.title {
	font-weight : bold;
	border-bottom : solid 1px #666666;
}

.texttop {
	padding-top : 5px;
}

.textlink {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #990000;
}

A.textlink:LINK, A.textlink:ACTIVE, A.textlink:VISITED {
	text-decoration : none;
}

A.textlink:HOVER {
	text-decoration : underline;
}

.headcell {
	border-bottom : solid 1px #333333;
}

.maindatacell {
	background-color : #DEDFD9;
	border-right : solid 1px #333333;
}

.mainpicturecell {
	background-color : #EBEAE7;
	border-right : solid 1px #999999;
	border-left : solid 1px #999999;
	border-bottom : solid 1px #999999;
}

.pict {
	border: solid 1px #000000;
}

.picttext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
	padding-top : 5px;
}