@CHARSET "UTF-8";

body {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#container { /*background-color: #F9F7ED;*/
	width: 960px;
	min-height: 550px;
	margin: 0 auto;
}

#header {
	padding: 10px;
	padding-top: 4px;
	height: 195px;
	background-image: url(/img/ekorki-header-stripe.jpg);
	pagging-left: 10px;
}

#content {
	padding: 10px;
}

#footer {
	padding: 10px;
	background-color: #EEEEEE;
	clear: both;
	height: 200px;
}

#copyright {
	margin: 0 auto;
	width: 960px;
	text-align: center;
}

#topnav {
	background-color: #C3D9FF;
	text-align: right;
	font-weight: bold;
	padding-top: 10px;
}

a {
	color: black;
}

.bigbutton {
	background-color: #7AA632;
	color: white;
	font-weight: bolder;
	font-size: 20px;
	border-width: 2px;
	border-style: solid;
	border-color: black;
	padding: 20px;
	text-decoration: none;
	margin-left: 100px;
}

h1 {
	color: #8E2800;
	font-size: 30px;
	margin-bottom: 10px;
}

h2 {
	color: #8E2800;
	font-size: 30px;
	margin-bottom: 10px;
}

.last {
	margin-bottom: 40px;
}

h4 {
	font-weight: bold;
}

.bigbutton:hover {
	background-color: #D15600;
}

.name {
	font-size: 16px;
	font-weight: bold;
}

.entry {
	background-color: #CDEB8B;
	margin: 10px;
	margin-left: 0px;
	padding: 10px;
}

.wazne {
	color: red;
	font-weight: bolder;
}

div#chooseprovince,div#choosecity,div#lastten,div#topten {
	float: left;

	padding: 10px;
	margin-top: 40px;
	border-width: 2px;
	border-style: solid;
	border-color: #7AA632;
	
	height: 300px;
}

div#chooseprovince {
	width: 200px;
}

div#choosecity {
	margin-left: 10px;
	width: 340px;
	
}


div#lastten,div#topten {
	margin-left: 10px;
}

div#chooseprovince {
	margin-bottom: 10px;
}

input:focus,textarea:focus {
	border-width: 2px;
	border-style: solid;
	border-color: #7AA632;
	background-color: #FFFE9D;
}

input,select,textarea {
	border: 2px solid #888;
	padding: 4px;
	font-size: 1em;
	background-color: #F8F8F8;
}

dt {
	margin-top: 8px;
}

.details {
	float: right;
	text-align: right;
}

.hover {
	display: none;
}

.hover:hover {
	display: block;
}

#topnav ul li {
	display: inline;
	background-color: #C3D9FF;
	padding: 10px;
}

#topnav ul li a {
	text-decoration: none;
}

#bottomnav {
	margin-top: 25px;
	color: white;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	margin-left: auto;
}

#footer-col1,#footer-col2,#footer-col3 {
	margin-top: 40px;
	float: left;
	background-color: #F9F7ED;
	padding: 10px;
	border-width: 2px;
	border-style: solid;
	border-color: #7AA632;
	width: 260px;
	height: 100px;
	
}

#footer-col1 {
	margin-right: 10px;
}

* {
	outline: none;
}

label {
	font-size: 16px;
	font-weight: bold;
	color: #7AA632;
}

#footerwrapper {
	width: 580px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.underline {
	color: #161616;
	background-color: #f9fbab;
	padding: 5px;
	font-weight: bolder;
	
}

div#content p {
	margin-bottom: 10px;
}

div#content h4 {
		background-color: #CDEB8B;
		padding: 10px;
		margin-bottom: 5px;
}


dt.entry img {
text-decoration: none;
vertical-align: middle;
}
