/*  
Theme Name: BettingRoom
Theme URI: http://www.bettingroom.eu/
Description: The BettingRoom WordPress theme.
Version: 1.0
Author: BettingRoom
Author URI: http://www.bettingroom.eu/
*/

html{
		height:100%;
	margin-bottom:1px;
}
h1 {
	font-size:16px;
	color:#006600;
	margin-top:5px;
}
h2 {
	font-size:14px;
	color:#006600;
	margin-top:5px;
}
h3 {
	font-size:11px;
	color:#006600;
	font-weight:bold;
}
a{
	color:#006600;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.minifont{
	font-size:9px;
	color:#999999;
}

body{	
	padding:0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#maincontainer{
	position:relative;
	margin:0px auto;
	width:900px;
	
}
#top_logo{
	background-image:url('images/top_logo.jpg');
	background-repeat:no-repeat;
	position:absolute;
	width:900px;
	height:100px;
}
#language-switcher{
	position:absolute;
	top:0px;
	right:250px;
}
#menuframe{
	position:absolute;
	top:100px;
}
.menuitem{
	width:100px;
	float:left;
	height:56px;
	margin-right:-1px;
	padding-top:0px;
	background-image:url('images/menu_up.jpg');
	background-repeat:no-repeat;
	color:#000;
}
.menuitem a{
	display:block;
	height:30px;
	margin-top:2px;
	padding-top:18px;
	color:#000000;
	text-decoration:none;
}
.menuitem a:hover{
	color:#339900;
}
.menuitem_selected{
	width:100px;
	float:left;
	height:56px;
	padding-top:20px;
	background-image:url('images/menu_down.jpg');
	background-repeat:no-repeat;
	color:#339900;
}

#content{
	position:absolute;
	top:170px;
}
.shadowline{
	position:absolute;
	top:355px;
}
.shadowline_bottom{
}
#content_frame1{
	position:absolute;
	top:375px;
	width:890px;
	margin-left:5px;
	margin-bottom:20px;
}
#submenu{
	float:left;
	margin-top:20px;
	margin-left:0px;
	margin-bottom:50px;
	width:210px;
	padding:0px 0px 10px 0px;
}
#submenu .page_item {
	background: url(images/blank_square10x10.gif) no-repeat 0 4px;
}
#submenu .current_page_item {
	background: url(images/active_square10x10.gif) no-repeat 0 4px;
}
#submenu ul{
	margin-left: 0;
	padding-left: 0;	
}
#submenu li{
	list-style: none;
	border-bottom:1px dotted #999999;
	margin-left: 0;
	padding-left: 0;
	margin-right:10px;
}
#submenu li img{
	border:0px;
}
#submenu li a{
	display:block;
	color:#333333;
	padding:5px 5px 5px 10px;
	text-decoration:none;
}
#submenu li a:hover{
	color:#009900;
	background-color:#F9F9F9;
}
#submenu .page_item li a:hover{
	background: url(images/blank_square10x10.gif) no-repeat 0 4px;
}
#submenu .current_page_item li a:hover{
	background: url(images/active_square10x10.gif) no-repeat 0 4px;
}
.submenu_rub{
	padding:7px 0px 0px 15px;
	color:#000;
	height:25px;
	margin-bottom:0px;
	font-size:14px;
	background-image:url('images/submenu_rub.jpg');
	background-repeat:no-repeat;
	font-weight:bold;
}
.submenuitem{
	border-bottom:1px dotted #999999;
	margin-right:10px;
}
.submenuitem img{
	border:0px;
}
.submenuitem a{
	display:block;
	color:#333333;
	padding:5px 5px 5px 10px;
	text-decoration:none;
}
.submenuitem a:hover{
	color:#009900;
	background-color:#F9F9F9;
}


#mainframe{
	float:left;
	top:00px;
	left:240px;
	width:500px;
	padding: 20px 10px 10px 20px;
	border-left:1px dotted gray;
}
#mainframe img{
	margin:5px;
	padding:3px;
	border:1px solid gray;
}
.clear{
	clear:both;
}
.bottomframe{
	width:100%;
	margin-bottom:10px;
}
