@CHARSET "UTF-8";


body { margin: 0; padding: 0; text-align: center; color: #000; background-color: #fff; }
body, td, th { font-size: 12px; font-family: Arial, sans-serif; }


/** top */
#top { width: 760px; margin: 0 auto; text-align: left; background-color: #9ac;
	border-bottom: 3px solid #66a; }
#top .logo { line-height: 50px; font-size: 16px; font-weight: bold; color: #222;
	padding: 0 15px; }
#top span { font-size: 11px; font-style: italic; font-weight: normal; }


/** middle */
#middle { width: 760px; margin: 0 auto; text-align: left; }

.menu { float: left; width: 160px; padding-top: 5px; }
.menu ul { list-style-type: none; margin: 0; padding: 0; border-top: 5px solid #e5e5e5; }
.menu li { padding: 0 10px; margin: 0; background-color: #d5d5d9; border-bottom: 1px solid #e5e5e5; }
.menu a { display: block; line-height: 30px; color: #555; font-style: italic; text-decoration: underline; }
.menu a:hover { color: #a22; }

.menu ul.second { margin-top: 10px; border-top: 5px solid #ff0; }
.menu ul.second li { background-color: #f3f378; border-bottom: 1px solid #ff0; }

.content { float: right; width: 580px; font-size: 11px; padding: 5px 0; line-height: 130%; }

ul.cities { margin: 10px 0; padding: 0; list-style-type: none; }
ul.cities li { float: left; padding: 10px 0 5px 0; margin: 0 20px 0 0; width: 165px; color: #777;
	border-bottom: 1px dashed #777; line-height: 140%; }
ul.cities a { font-size: 12px; color: #a22; margin-right: 5px; text-decoration: underline; }
ul.cities a:hover { color: #777; }
ul.cities span { font-style: italic; }

ul.pictures { margin: 10px 0 0 0; padding: 0; list-style-type: none; }
ul.pictures li { float: left; padding: 10px 0 5px 0; margin: 0 20px 0 0; width: 165px; }

ul.pictures2 { margin: 10px 0 0 0; padding: 0; list-style-type: none; }
ul.pictures2 li { float: left; padding: 10px 0 5px 0; margin: 0 10px 0 0; }
	
/** bottom */
#bottom { width: 760px; margin: 10px auto 3px auto; background-color: #f5f5f5; line-height: 25px;
	color: #777; font-size: 11px; border-top: 2px solid #eee; border-bottom: 2px solid #eee; }
#bottom a { color: #777; }


/** standard */
a { color: #000; text-decoration: none; }
a:hover { color: #000; }

img { border: 0; vertical-align: bottom; }
img.b { vertical-align: bottom; }
img.m { vertical-align: middle; }

table { }
td, th { vertical-align: top; }
.c, .center { text-align: center; }
.l { text-align: left; }
.r { text-align: right; }
.j { text-align: justify; }
.t { vertical-align: top; }
.m { vertical-align: middle; }
.b { vertical-align: bottom; }

.clr { clear: both; }
.cL { clear: left; }
.cR { clear: right; }

.pageNum { padding-top: 20px; }

div.failed ul { margin: 20px 0 0 0; }
div.failed li { color: #d10; }

/** forms */
form { display: inline; }
form fieldset { display: block; border: 0; }
form legend { display: inline; margin: 0; padding: 15px 0; }
form ul { list-style: none; margin: 10px 0; padding: 0; }
form ul li { padding: 3px 0; margin: 0; clear: left; }
form ul li.hide { display: none; }
form ul li.submit { margin-left: 90px; }
form ul label { float: left; width: 80px; padding-right: 10px; text-align: right; }

input, textarea { font-family: sans-serif; font-size: 10px; }
input.noBorder { border: 0; }
select { font-size: 11px; }
button { border-style: none; background-color: transparent; font-size: 11px; }


/** http://www.hyh.pl */