/* ----------------------- common shared settings ----------------------------- */

body {
	font-family: Verdana, Tahoma, Helvetica, Arial sans-serif;
	font-size: 11px;
	color:#fff;
	margin:0;
	padding:0;
	background:url(../gfx/bg_wrapper.jpg) #43484e repeat-x center 0;
}

/*--------------------------------------------------------
Theme Name: 
Theme URL: 
Description: 
Version: 0.2 beta
CSS Author: http://dbudnik.com
--------------------------------------------------------*/

/*--------------------------------------------------------
Font color   : 
Link color   : 
Hover color  : 
Active color : #notset
--------------------------------------------------------*/

form, input, textarea, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, blockquote, div { 
	margin:0; 
	padding:0; 
} 

ul {
	list-style:none;
}

.hidden {
	display: none;
}

.clearfix {
	clear: both;
}

a {
	color: #2790d3;
}

a:hover {
	text-decoration: none;
	color: #15629D;
}

a img {
	border: 0;
}

span.red { color:#CC6600 }

.redplus { color:#E60004 }

.center { text-align:center }

.gray { color:#8c949e }

/* ----------------------- wrapper ----------------------------- */

div#all_wrapper {
	margin:0 auto;
	padding:0;
	width:920px;
}

div#top {
	width:920px;
	margin:0 auto;
	border-bottom:1px dotted #737a81;
	height:100px;
	position:relative;
}
/* ----------------------- logo ----------------------------- */

h1#logo {
	margin:0 auto;
	padding:10px 0 0 336px;
	float:left;
	}
	
	h1#logo a { 
		background:url(../gfx/logo_betard2.png) no-repeat 0 0 ;
		display:block;
		height:50px;
		margin:0;
		outline:none;
		text-indent:-9999px;
		width:250px;
		outline:none;
		}

/* ----------------------- mini_nav ----------------------------- */

ul#mini_nav { position:absolute; top:50px; right:5px;  }
ul#mini_nav li { float:left; margin:0 10px; }
ul#mini_nav li a { color:#c9c9c9}
ul#mini_nav li a:hover { color:#fff}
		
		
div#enter_site {  text-align:center; margin-bottom:15px; padding-top:90px; }
div#enter_site a { background:url(../gfx/enter_site2.png) no-repeat 0 0 ; text-indent:-9999px; display:block; width:919px;height:42px; outline:none;  }
div#enter_site a:hover { background-position:bottom left; }

div#content { clear:both; padding-top:220px; }

.news_box { width:400px; float:left; padding:15px 0 20px 0; margin-right:100px;  }
.news_box#last { margin-right:0; }
.news_box h1 { font-size:16px; margin:0; padding:0 0 5px 0; font-weight:bold }
.news_box h2 { font-size:11px; margin:0; padding:0 0 5px 0; font-weight:bold; color:#CC6600; }
.news_box p { color:#fff; }

.tright { text-align:right }


div#footer { clear:both; padding:50px 5px 10px 5px; }
div#footer div.footer_tekst { float:left; margin-bottom:15px }
div#footer p.center a { color:#8c949e; text-decoration:none }



