BODY {
	margin: 0 auto 0 auto;
	padding: 0;
	background: url('i/_c/bg_body.jpg') repeat-x top #f8b134;
	font-family: Georgia, Times;
	font-size: 9pt;
	color: #000;
}

#bg_holder {
	width: 100%;
	height: auto;
	min-height: 700px;
	margin: 0 auto 0 auto;
	background: url('i/_c/bg_body_img.jpg') no-repeat center top;
}

#page {
	width: 922px;
	height: auto;
	min-height: 650px;
	margin: 0 auto 0 auto;
}
	#page #top {
		width: auto;
		height: 255px;
		padding: 70px 0 0 0;
		background: url('i/_c/bg_page_top.png') no-repeat center top;
	}
		#page #top a.logotype {
			display: block;
			width: 150px;
			height: 190px;
			margin-left: 130px;
			border: none;
		}
		#page #top ul.menu {
			width: 786px;
			height: 51px;
			padding: 0;
			margin: 14px 0 0 68px;
			list-style-type: none;
			background-color: #424242;
		}
			#page #top ul.menu li {
				float: left;
				width: auto;
				height: 51px;
				padding: 0;
			}
				#page #top ul.menu li.sep {
					width: 1px;
					background: url('i/_c/bg_menu_sep.png') no-repeat 0 14px;
				}
				#page #top ul.menu li a {
					display: block;
					height: 51px;
				}
				/* menu */
					#page #top ul.menu li a.news {
						width: 99px;
						background: url('i/_c/bg_menu_news.png') no-repeat center;
					}
						#page #top ul.menu li a.news:hover {
							background: url('i/_c/bg_menu_news_hover.png') no-repeat center;
						}
					#page #top ul.menu li a.allstars {
						width: 148px;
						background: url('i/_c/bg_menu_allstars.png') no-repeat center;
					}
						#page #top ul.menu li a.allstars:hover {
							background: url('i/_c/bg_menu_allstars_hover.png') no-repeat center;
						}
					#page #top ul.menu li a.sms {
						width: 125px;
						background: url('i/_c/bg_menu_sms.png') no-repeat center;
					}
						#page #top ul.menu li a.sms:hover {
							background: url('i/_c/bg_menu_sms_hover.png') no-repeat center;
						}
					#page #top ul.menu li a.dunks {
						width: 168px;
						background: url('i/_c/bg_menu_dunks.png') no-repeat center;
					}
						#page #top ul.menu li a.dunks:hover {
							background: url('i/_c/bg_menu_dunks_hover.png') no-repeat center;
						}
					#page #top ul.menu li a.plan {
						width: 74px;
						background: url('i/_c/bg_menu_plan.png') no-repeat center;
					}
						#page #top ul.menu li a.plan:hover {
							background: url('i/_c/bg_menu_plan_hover.png') no-repeat center;
						}
					#page #top ul.menu li a.gallery {
						width: 65px;
						background: url('i/_c/bg_menu_gallery.png') no-repeat center;
					}
						#page #top ul.menu li a.gallery:hover {
							background: url('i/_c/bg_menu_gallery_hover.png') no-repeat center;
						}
					#page #top ul.menu li a.press {
						width: 86px;
						background: url('i/_c/bg_menu_press.png') no-repeat center;
					}
						#page #top ul.menu li a.press:hover {
							background: url('i/_c/bg_menu_press_hover.png') no-repeat center;
						}
				/* end */

	#page #bot {
		width: 100%;
		height: 64px;
		background: url('i/_c/bg_page_bot.png') no-repeat center top;
	}
	#page #mid {
		width: 100%;
		height: auto;
		min-height: 300px;
		padding: 5px 0 5px 0;
		background: url('i/_c/bg_page_mid.png') repeat-y top;
	}
		#page #mid .content {
			width: 756px;
			height: auto;
			min-height: 290px;
			padding: 10px;
			margin: 0 auto 0 auto;
			background: url('i/_c/bg_content.png') repeat;
		}

/* tekst ******************/

h1 {
	font-size: 15pt;
	color: #1b527c;
	padding: 4px 0 4px 0;
}
	h1.star {
		padding-left: 30px;
		background: url('i/_c/bg_h1.png') no-repeat left top;
		border-bottom: 1px dotted gray;
	}
	h1.mainnews {
		padding: 6px 0 11px 50px;
		margin: 0;
		background: url('i/_c/bg_h1_mainnews.png') no-repeat left top;
	}
	h1 a {
		color: #1b527c;
		text-decoration: none;
	}
		h1 a:hover {
			text-decoration: underline;
		}
h2 {
	font-size: 12pt;
	color: #2b638e;
	padding: 2px 0 2px 0;
}
	h2.star {
		padding-left: 30px;
		background: url('i/_c/bg_h2.png') no-repeat left top;
	}

p {
	margin: 12px 0 0 0;
}
	p.star {
		padding-left: 22px;
		background: url('i/_c/bg_p.png') no-repeat left top;
	}
	p.mainnews {
		display: block;
		width: auto;
		height: auto;
		padding-left: 50px;
		margin: 2px 0 0 0;
		background: url('i/_c/bg_p_mainnews.png') repeat-y left top;
		font-size: 12pt;
		line-height: 14.5pt;
	}

a {
	color: #FF6600;
}

.red {
	color: red;
}

.blue {
	color: #2b638e;
}
.white {
	color: #ffffff;
}

table.list {
	border-collapse: collapse;
}
	table.list th, td {
		padding: 4px;
		border-bottom: 1px solid #ffffff;
	}
	table.list td {
		vertical-align: top;
	}
		table.list td.mid_header {
			background-color: #4892C8;
			color: white;
			text-align: center;
		}
	table.list th {
		background-color: #1b527c;
		color: #ffffff;
	}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

input.buttons {
	width: 150px;
	height: 40px;
	background: url('i/_c/bg_buttons.png') no-repeat;
	color: white;
	font-family: Georgia;
	font-size: 15pt;
	border: none;
	outline: none;

}
	input.buttons:hover {
		background: url('i/_c/bg_buttons_active.png') no-repeat;
	}
	input.buttons:focus {
		background: url('i/_c/bg_buttons_active.png') no-repeat;
	}

input.buttons2 {
	width: 180px;
	height: 40px;
	background: url('i/_c/bg_buttons2.png') no-repeat;
	color: white;
	font-family: Georgia;
	font-size: 15pt;
	border: none;
	outline: none;

}
	input.buttons2:hover {
		background: url('i/_c/bg_buttons2_active.png') no-repeat;
	}
	input.buttons2:focus {
		background: url('i/_c/bg_buttons2_active.png') no-repeat;
	}


.sponsors {
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: center;

}