﻿/* resetowanie marginesów i dopełnień*/
*{
	margin:0px;
	padding:0px;
}
/* ustawianie znaczników głównych */
body{
	margin:0px;
	padding:0px;
	font-family:arial,verdana, helvetica;
	font-weight:bold;
	font-size:1.1em;
	background:url(../images/tlo.jpg) repeat-x top left;
}
h1{
	
	margin:0px;
	padding-top:25px;
	padding-left:400px;
	top:80px;
	left:380px;
	font-size:1.5em;
	
	color:#bf9973;
}
h2{
	font-size:0.8em;
	font-weight:normal;
	background:#0b5568;
	color:#fff;
	margin:0px;
	padding:3px;
	font-weight:bold;
}
img{
	border:0px;
}
a{
	text-decoration:none;
}
/* opcje menu */
#menu a{
	float:right;
	color:white;
	font-weight:bold;
	font-size:1.2em;
	margin:0px auto;
	padding:4px 5px 3px 5px;
	margin-right:70px;
	outline:none;
	width:auto;
	background:url(../images/podswietlenie.png) repeat 0 0;
	
}
/* glowny obiekt otaczający*/
#wrapper{
	width:1000px;
	margin:0px auto;
	
}
/* góra ze zdjęciem */
#top{
	width:900px;
	height:175px;
	margin:0px auto;
	background:url(../images/top1.jpg) no-repeat top left;
	color:white;
}
/* logo */
#logo{
	position:absolute;
	width:300px;
	height:111px;
	top:60px;
	background:url(../images/logo.png) no-repeat top left;
	cursor:pointer;
}
/* menu */
#menu{
	width:900px;
	height:105px;
	margin:0px auto;
	background:url(../images/menu1.jpg) no-repeat top left;
}
/* cześć środkowa dokumentu */

#content,#contentopinie,#contentgaleria,#contentkontakt{
	width:900px;
	
	font-size:0.9em;
	margin:0px auto;
	margin-top:0px;
	
}
#content-left{
	float:left;
	width:55%;
	
}
#content-left p,#content-right p,#content-left ul,#content-right ul,#contentopinie p,#contentkontakt #dane p{
	padding:10px 10px 10px 10px;
	background:#f2efe9;
}
#content-left img{
	float:right;
	width:auto;
	background:#f2efe9;
}
#content-right{
	float:right;
	width:40%;	
}
#content-right img{
	float:left;
	width:175px;
	background:#f2efe9;
	padding:0px 5px 0px 5px;
}

#content-right ul li,#content-left ul li{
	margin-left:15px;
}
#content-right h2.next{
	margin-top:40px;
	
}
#content-left h2.next{
	margin-top:40px;
}
#contentgaleria,#contentkontakt,#contentopinie{
	display:none;
	
	
}
#contentgaleria a{
	float:left;
	margin-left:50px;
	margin-right:50px;
	padding:0px;
	background:none;
	width:200px;	
}
#contentkontakt #mapa{
	float:left;
}
#contentkontakt #dane{
	float:right;
	width:250px;
	margin-top:50px;
	background:#63a2b1;
}
/* stopka */
#footer{
	width:900px;
	height:25px;
	margin:0px auto;
	margin-top:25px;
	color:#999494;
}
#footer hr{
	margin:0;
}
#footer p{
	float:right;
	font-size:0.7em;
}
#shout{
	background:#369;
	font-size:1.1em;
	border:2px solid #ff0033;
}

/* dodatkowa klasa do czyszczenia elementów pływających*/
.cleaning{
	clear:both;
}

/* sledzik widget */

.nk_widget {
	width: 358px !important;
	height: 420px !important;
	margin-top: 30px;
} 

.nk_widget img {
	float: none !important;
	padding: 0 !important;
	width: auto !important;
	background: inherit !important;
}

.nk_widget_list {
	background: inherit !important;
	width: 340px !important;
}

.nk_widget_shout {
	margin-left: 0 !important;
}

.nk_widget_shout_content {
	background: inherit !important;
	padding: 0 !important;;
}

