/******* OGÓLNE ******/

*{
	margin:0;
	padding:0;
	font-family: Tahoma;
}
html, body{
	background-color: transparent;
	font-size: 11px;
	color: #fff;
	min-height: 100%;
}
a,a:visited,a:hover,a:active{
	color: #3e3e3e;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:active{
	text-decoration: blink;	
}
strong{
	font-weight: bold;
}
.cleared, .dotbookObject-cleared, .dotbookCleared{
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
.semantic{
	border: none;
}

/******* /OGÓLNE ******/


/*********** Style REST IN ***************/

#topBg{
	background: #589fc6 url(../images/topBg.jpg) center top no-repeat;
	padding-bottom: 15px;
}
#bottomBg{
	background: #589fc6 url(../images/bottomBg.jpg) center bottom no-repeat;
}
div.content{
	margin: 0 auto;
	width: 980px;
	position: relative;
}
#bottomBg .content{
	min-height: 669px;
	position: relative;	
}
#topBg .content{
	padding-top: 120px;
}
#logo{
	padding-left: 308px;
	padding-top: 17px;
	width: 425px;
	height: 31px;
	background: transparent url(../images/logo.png) top left no-repeat;
	position: absolute;
	top: 28px;
	left: 0;
}
#logo:hover{
	text-decoration: none;
}
#logo span{
	color: #417fa1;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	display: block;
}
#logo span.shadow{
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	color: #fff;
}
#mainMenu{
	list-style: none;
	height: 40px;
	padding-left:5px;
	background: transparent url(../images/mainMenu.png) top left no-repeat;
}
#mainMenu li{
	float: left;
	height: 100%;
}
#mainMenu li a, #mainMenu li a:visited, #mainMenu li a:hover, #mainMenu li a:active{
	padding: 13px 30px 0;
	height: 27px;
	display: block;
	color: #181818;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(../images/mainMenuSep.png) left top no-repeat;
}
#mainMenu li a#first{
	position: relative;
	padding-left: 25px;
	background-image: none;
}
#mainMenu li a:hover,#mainMenu li a#first:hover, #mainMenu li.selected a{
	color: #fffefe;
	background: transparent url(../images/mainMenuSel.png) right top repeat-x;
}
#mainMenu li a#first:hover span, #mainMenu li.selected a#first span{
	background: transparent url(../images/mainMenuCorner.png) left top no-repeat;
	position: absolute;
	top: 0;
	left: -5px;
	width: 5px;
	height: 39px; 
}
#restIn{
	margin-bottom: 15px;
}
#restIn h2{
	font-weight: normal;
	font-size: 17px;
	color: #333;
	padding-top: 13px;
}
#restInContent{
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
#dotbookOcenaMiejsca{
	height: 285px;
	position: relative;
	background-color: #fafafa;
}
#dotbookOcenaMiejscaBottom{
	height: 5px;
	background: transparent url(../images/ocenaMiejscaBottom.png) top left no-repeat;
}
#foot{
	border-top: 1px solid #72a04d;
	padding-top: 17px;
	padding-bottom: 30px;
	width: 980px;
	margin: 10px auto 0;
}
#foot ul{
	list-style: none;
	height: 20px;
	width: 925px;
}
#foot ul li{
	float: left;
	border-right: 1px solid #666;
	padding: 0 17px;
}
#foot ul li:first-child{
	padding-left: 0;
}
#foot ul li a, #foot ul li a:visited, #foot ul li a:hover, #foot ul li a:active{
	display: block;
	color: #fff;
}
#foot a#goTop{
	width: 51px;
	height: 13px;
	float: right;
	background: transparent url(../images/goTop.gif) 0 1px no-repeat;
}

/*********** /Style REST IN ***************/


/**** CZYM JEST DOTBOOK ******/

#subpage .dotbookResults{
	padding: 10px 30px;
	color: #000;
	font-size: 14px;
}
#subpage p{
	margin-top: 20px;
}
#subpage strong{
	display: block;	
}
#subpage ul, #subpage ol{
	margin: 5px 0 0 30px;
}
#subpage img{
	display: block;
	margin: 15px auto;
	border: 1px solid #dad9d9;
	padding: 4px;
}
/********** /CZYM JEST DOTBOOK **********/