/*
Design och programering av Zebra Media, Jamie Telin
www: http://www.zebramedia.se
e-post: jamie@zebramedia.se
*/
<!--

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
.smalltext {
	font-size:10px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.smalltext a{
	font-size:10px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.smalltext a:hover{
	font-size:10px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	text-transform:uppercase;
	margin:0px;
}
h2{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#999999;
	margin:0px;
}
h3{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	margin:0px;
}
h4{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	margin:0px;
	text-transform:uppercase;
}
.whitetextNormal {
	color:#FFFFFF; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
}

A:link {
	text-decoration: none;
	color:#006699;
	font-weight:bold;
}
A:visited {
	text-decoration: none;
	color:#006699;
	font-weight:bold;
}
A:active {
	text-decoration: none;
	color:#006699;
	font-weight:bold;
}
A:hover {
	text-decoration:underline;
	color:#006699;
}
body {
	background-color:#FFFFFF;
	margin:0px;
}
.bodybg {
	/*background-image:url(../image_layout/layout_bg.png);/**/
	background-repeat:repeat-x;
	width:100%;
	margin:0px;
	padding:0px;
}
.sponsorBig{
	background-image:url(../image_layout/sponsor_big_blank.png);
	width:282px;
	height:182px;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
.sponsorMedium{
	background-image:url(../image_layout/sponsor_medium_blank.png);
	width:177px;
	height:86px;
	background-repeat:no-repeat;
	margin:5px;
	padding:0px;
	float:left;
}
.sponsorSmall{
	background-image:url(../image_layout/sponsor_small_blank.png);
	width:120px;
	height:58px;
	background-repeat:no-repeat;
	margin:5px;
	padding:0px;
	float:left;
}
.top {
	background:url(../image_layout/layout_topbot.jpg) 0 0 no-repeat;
	width:800px;
	height:151px;
}
.middle {
	background:url(../image_layout/layout_mid.jpg) repeat-y;
	width:800px;
}
.bottom {
	background:url(../image_layout/layout_topbot.jpg) 0 100% no-repeat;
	width:800px;
	height:27px;
}
.sponsormiddle {
	background-image:url(../image_layout/layout_sponsor_mid.png);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	width:990px;
}
.sponsorbottom {
	background-image:url(../image_layout/layout_sponsor_bot.png);
	background-repeat:no-repeat;
	width:990px;
	height:30px;
}
.menu {
	/*background-image:url(../image_layout/menu.jpg);*/
	background-repeat:no-repeat;
	width:990px;
	height:60px;
}



.flik {
	width:120px;
	height:40px;
	background-image:url(../image_layout/flik.jpg);
	background-repeat:no-repeat;
}
.flik2 {
	width:123px;
	height:38px;
	background-image:url(../image_layout/flik2.jpg);
	background-repeat:no-repeat;
}
.flik2text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#999999;
	font-weight:bold;
}
.gray1 {
	background-image:url(../image_layout/graybg.jpg);
}
.gray2 {
	background-image:url(../image_layout/graybg.jpg);
}

.listColor1 {
	background-color:#FFCC00;
}
.listColor2 {
	background-color:#FF3300;
}
.listColor3 {
	background-color:#FF6699;
}
.listColor4 {
	background-color:#CC6699;
}
.listColor5 {
	background-color:#CCCC00;
}
.listColor6 {
	background-color:#009900;
}
.listColor7 {
	background-color:#0066CC;
}
.listColor8 {
	background-color:#6633CC;
}

.showprew{
	position:absolute;
	display:none; 
	width:300px; 
	padding:4px; 
	border:#000000 1px solid;
	background-image:url(../image_layout/graybg.jpg);
	margin-right:20px;
}


/*PLUGGS*/
.linkm A:link {
	text-decoration: none;
	color:#000066;
	font-weight:bold;
}
.linkm A:visited {
	text-decoration: none;
	color:#000066;
	font-weight:bold;
}
.linkm A:active {
	text-decoration: none;
	color:#000066;
	font-weight:bold;
}
.linkm A:hover {
	text-decoration: none; 
	color:#FFCC00;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}

/*MENU*/
.menu_out {
	display:block;
	background:url(../image_layout/menubg.jpg) 0 0 repeat-y;
	padding:4px;
	border-bottom:#666666 2px solid;
	margin:5px;
	font-weight:bold;
}
.menu_in {
	display:block;
	background-color:#FFFFFF;
	
	margin:5px;
	border:#CCCCCC 0 0 1px 0 dashed;
	font-weight:bold;
}
