* { padding: 0; margin: 0}

body {
   color: #000;
   background: #d6d6d6 url("images/bg_body.gif");
   background-repeat: repeat-x;
   margin: 5px 0px 5px 0px;
   font-size : 0.8em;
  	line-height: 1.8em;
   font-family : Verdana, Arial, sans-serif;
}

#wrapper {
   margin: 0 auto;
   width: 1110px;
   background-color: #ebebeb;
   padding: 3px 0px 3px 0px;
}

#front {
   width: 1100px;
   margin: 0 auto;
   background-color: #FFF;
   border: 1px solid #c2c2c2;
   text-align: left;
}

#lang {
	text-align: left;
	line-height: 12px;
	padding: 1px;
   border-bottom: 1px solid #ebebeb;
   background-color: #fafafa;
}

#lang img {
   border: 0;
   vertical-align: middle;
}

#lang a, #lang a:visited {
   color: #638afd;
   text-decoration: underline;
}

#header {
	width: 1100px;
	height: 160px;
	background-color: white;
}

#logo {
	vertical-align: bottom; 
	float: left;
	border-width: 0px;
}

#flash {
	float: right;
	vertical-align: bottom;
}

#topmenu {
	clear: both;
	width: 100%;
	background-color: #eaeaea;
	background-image: url(images/bg-menu.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

#topmenu ul {
	text-align: center;
}

#topmenu ul li {
	list-style-type: none;
	display: inline;
}

#topmenu li a {
	line-height: 38px;
	padding: 11px 15px 11px 15px;
	color: #555;
	text-decoration: none;
}

#topmenu li a:hover {
	color: #666;
	background-color: #efefef;
}

#topmenu li a.active {
	color: #000;
	font-weight: bold;
}

#content {
	font-size: 1.0em;
	background-color: #fff;
	padding: 20px 80px 20px 80px;
	background-image: url(images/bg-content.jpg);
	background-repeat: repeat-y;
}

#content h1 {
	color: #638afd;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.8em;
	margin: 6px 0px 15px 0px;
	font-weight: normal;
	border-bottom: 1px dashed #eaeaea;
}

#content h2 {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 1.4em;
	margin: 30px 0px 15px 0px;
	border-bottom: 1px dashed #eaeaea;
	font-weight: normal;
}

#content h3 {
  	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	margin: 20px 0px 10px 30px;
	font-weight: bold; 
}

#content p {
	line-height: 1.8em;
	margin: 15px 0px 15px 20px;
}

#content ul {
	padding-left: 3em; 
}

#content li {
	line-height: 2.0em;
	list-style-image: url(images/tick.gif);
}


#content a {
	color: #638afd;
	text-decoration: underline;
}

#content a:visited {
	color: #666;
}

#content blockquote {
	clear: both;
	border: 1px solid #ccc;
	background-color: #fafafa;
	padding: 10px 10px 25px 10px;
	margin: 30px 0px 15px 30px; 
	width: 630px;
	line-height: 1.8em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.ramka {
  	clear: both;
	border: 1px solid #ccc;
	background-color: #fafafa;
	padding: 10px;
	margin: 30px 0px 15px 30px; 
	width: 500px;
	line-height: 1.8em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content blockquote p {
	padding: 0;
	margin: 0px 0px 10px 0px;
}


#content hr {
	width: 40%;
	height: 1px;
	color: #ccc;
	clear: both;
}

#content img {
	margin: 10px;
	border: 0;
}

#content .border-img {
	border: 1px solid #ccc;
}

#content .wizytowka {
	line-height: 1.6em;
	border: 1px solid #ccc;
	background-color: #fafafa; 
	padding: 0.8em;
	margin: 0 0 1.5em 2.0em;
	width: 400px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#news {
  width: 250px;
  border: 1px solid #ccc; 
  float: right;
  padding: 0 0 1.5em 0;
  background-color: #fafafa;
  margin: 0.5em 0 1.0em 1.0em;
}

#news h3 {
  line-height: 2.0em;
  font-size: 1.3em;
  border-bottom: 1px solid #ccc;
  padding-left: 0.5em;
  background-color: #638afd;
  color: #fff;
  margin: 0;
}

#news ul {
  margin-top: 1.0em;
}

#map {
	width: 550px;
	height: 400px;
	border: 1px solid #ccc;
}

.start-hidden { display: none;}

#footer {
	text-align: center;
	border-top: 1px solid #ebebeb;
	color: #999;
	padding-top: 20px;
	height: 50px;
	background-image: url(images/logopwr.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

#footer a, a:hover, a:visited {
	text-decoration: none;
	color: #999;
}

.reserved {
   color: #999;
}

.details {
   clear: both;
}
table {
	border-collapse: collapse; 
	margin: 10px;
}

th {
	background: #3e83c9;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2;
}

td {
	padding: 3px;
	border-bottom: 1px solid #95bce2;
	vertical-align: middle;
}

td * {
	padding: 3px;
}

tr.alt td {
	background: #ecf6fc;
}

tr.over td {
	background: #bcd4ec;
}
