/**
 * 2011 - Katarzyna Szamocka <kontakt@szamocka.com>
 */
* { margin: 0; padding: 0; }
body {
	background: #fff url('gfx/bg.jpg') left repeat-y;
	font: 12px arial, sans-serif;
}
h2 {
	background: url('gfx/hr.png') left bottom no-repeat;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font: bold 24px arial, sans-serif;
	color: #23527b;
}

li, p {
	font: inherit;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #23527b;
	text-align: justify;
}

ul {
	margin-bottom: 10px;
	margin-left: 40px;
}
ul li {
	line-height: 14px;
}
#right {
    margin-left: 329px;
	min-height: 970px;
}
#menu {
    background: #23527b;
    height: 49px;
	padding-left: 200px;
}
#menu a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	height: inherit;
	line-height: 49px;
	text-decoration: none;
	width: 120px;
	text-align: center;
}
#menu a.active {
	font-weight: bold;
}
#menu a:hover,
#menu a.active {
	background: url('gfx/menu_hover.gif') center bottom no-repeat;
}
#container {
	background: url('gfx/left_bg.jpg') left top no-repeat;	
    width: 100%;
}
#footer {
	color: #fff;
	padding: 20px;
	height: 20px;
}
#content {
	background: url('gfx/content_bg.gif') 230px no-repeat;
	width: 680px;
	min-height: 760px;
	padding: 100px 50px 0px 50px;
}
#cookie ol, #cookie ul li {
line-height:20px;
}
#footer a {
	color: #fff;
	text-decoration: none;
	//text-transform: lowercase;
}
.fmenu {
	float: left;
	text-transform: lowercase;
}

#footer .copyright a { 
color: #405878;
}

.copyright {
	color: #405878;
	float: left;
	margin-left: 730px;
	width: 200px;	
}
.clear {
	clear: both;
}
#maps {
	width: 500px;
	height: 400px;
	margin: 0 auto;
	border: 1px solid #23527b;
}

#form {
	//background: #fff;
	//border: 1px solid #ddd;
	//-webkit-border-radius: 10px;
	//-moz-border-radius: 10px;
	//border-radius: 10px;	
	padding: 20px;
}
#form label {
	width: 160px;
	float: left;
	margin-right: 10px;
	text-align: right;
}

#form textarea,
#form input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding: 4px;	
	border: 1px solid #ddd;
	width: 280px;
	font: 12px aria, sans-serif;
}
#form input.submit {
	width: 80px;
	background: #405878;
	color: #fff;
	margin-left: 170px;
	cursor: pointer;
}
#form input.submit:hover {
	background: #348ABD;
	border-color: #348ABD;
}
#form .error {
	color: #f00;
	font-weight: bold;
}
#form .send_ok {
	color: #218D00;
	font-weight: bold;
}
