@import url("reset.css");

html{
	height: 100%;
	background: #d8d3be url('../images/mainShadow.gif') center repeat-y;
}

body{
	font: 10pt Tahoma, Verdana, Sans;
	margin: 0 auto;
	width: 770px;
	color: #563405;
}

a{
	color: #cf1d1d;
}

a:hover{
	text-decoration: none;
}

#main{
	width: 574px;
	float: right;
	background: url('../images/top.jpg') top no-repeat;
	padding: 10px 10px;
	margin-right: 6px !important;
	margin-right: 2px;
}

h1{
	color: #cf1d1d;
	font: 18pt Georgia, Sans-serif;
	text-align: right;
	margin: 10px 0 130px;
}

h1 a{
	text-decoration: none;
	color: #cf1d1d;
}

h1 a:hover{
	text-decoration: underline;
}

h2{
	color: #cf1d1d;
	font: 1.6em Georgia, Sans-serif;
	margin-bottom: 10px;
}

h3{
	font-size: 1.3em;
	margin: 10px 0 6px;
}

h4{
	font-weight: bold;
	margin: 10px 0 5px;
}

p{
	line-height: 150%;
	margin: 0 0 10px;
	text-align: justify;
	text-indent: 10px;
	overflow: auto;
	height: 100%;
}

strong{
	font-weight: bold;
}

#main img{
	float: left;
	padding: 4px;
	background: #fff url('../images/loading.gif') center center no-repeat;
	border: 1px solid #ddd;
	margin: 10px;
}

#main .gallery{
	text-align: center;
}

#main .gallery img{
	display: inline;
	float: none;
	margin: 2px;
	padding: 4px;
	background-color: #dfddcb;
	border: 1px solid #dfddcb;
}

#main .gallery img:hover{
	background-color: #d8d3be;
	border-color: #a29d8a;
}

.newsInfo{
	color: #606060;
	font-size: .8em;
	margin-top: 5px;
}

.roundedCorners{
	border: 1px solid #c6c1ac;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #d8d3be;
	padding: 10px;
	width: auto;
}

#map img{
	background: none;
}

#main ul, ol{
	margin: 10px 0 10px 30px;
}

#main dt{
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #a29d8a;
	margin: 20px 0 3px;
}

#main dd{
	margin-left: 15px;
}

#main legend{
	color: #cf1d1d;
	font: 1.3em Georgia, Sans-serif;
	margin: 10px 0 20px;
}

#main label{
	float: left;
	width: 80px;
	font-weight: bold;
	margin-right: 5px;
	font-size: .8em;
}

#main table{
	margin: 10px 0;
	width: 100%;
	border: 1px solid #cdc9b6
}

#main td{
	padding: 4px 10px;
	border: 1px solid #cdc9b6;
}

#main thead{
	background-color: #d8d3be;
	text-align: center;
	color: #cf1d1d;
	border-bottom: 1px solid #cdc9b6;
	height: 22px;
	line-height: 22px;
}

#main thead td{
	font-weight: bold;
	text-align: center;
	padding: 0 5px 0 0;
}

#main strong{
	font-weight: bold;
}

#main blockquote{
	background: url('../images/quote.gif') top left no-repeat;
	font-style: italic;
	margin: 15px;
	padding: 5px 10px;
	width: 40%;
}

#main cite{
	display: block;
}

#main .center{
	text-align: center;
}

#main .bold{
	font-weight: bold;
}

#main .block{
	display: block;
}

#nav{
	float: left;
	width: 160px;
}

#nav dt{
	font-weight: bold;
	margin-top: 20px;
}

#nav dd a{
	display: block;
	border-bottom: 1px dotted #a29d8a;
	line-height: 25px;
	height: 25px;
	text-decoration: none;
	color: #605d54;
	position: relative;
	padding-left: 10px;
}

#nav dd a span{
	position: absolute;
	right: -20px;
	top: 10px;
	width: 120px;
	z-index: 999;
	display: none;
}

#nav dd a:hover{
	background-color: #cdc9b6;
}

#footer, #reklamy{
	padding-top: 20px;
	text-align: center;
	font-size: .8em;
	color: #a29d8a;
}

#footer a, #reklamy a{
	text-decoration: none;
	font-weight: bold;
	color: #a29d8a;
}

#cse-search-box{
	margin: 10px 0;
	overflow: auto;
	width: 100%;
}

#cse-search-box div{
	float: right;
}

#cse-search-box input{
	border: 1px solid #cdc9b6;
	background-color: #d8d3be;
}