body {
	background: #000000;
	font-family: Sans, sans-serif;
	font-size: 14px;
}



#main_wrapper {
	width: 788px;
	margin-left: auto;
	margin-right: auto;
}

#content_wrapper {
	width: 788px;
	height: 605px;
	
	background: url(../graphics/background.gif) no-repeat;
	position: relative;
}

#content_wrapper.kontakt {
	background: url(../graphics/background_kontakt.gif) no-repeat;
}

#navigation {
	background: url(../graphics/menu_nav.png);
	
	width: 451px;
	height: 44px;
	font-size: 11px;
	
	float: right;
}

#navigation ul {
	list-style-type: none;
	color: #ffffff;
	margin:0px;
	padding: 0px;
	
	padding-top: 10px;
	padding-left: 50px;
}

#navigation li {
	float: left;
	margin-right: 3px;
}

#navigation a:link, #navigation a:visited{
	color: #ffffff;
	text-decoration: none;
}

#navigation a:hover {
	color: #fddf35;
	text-decoration: none;
}

#logo {
	float: left;
}

#middle_content {
	position: relative;
	margin-top: 0px;
	width: 100%;
	height: 218px;
	clear: both;
}

#left_photo {
	position: absolute;
	top: 81px;
	left: 0px;
	width: 340px;
	
}

#text_content {
	margin-left: 400px;
	width: 370px;
	color: #964e06;
	text-align: center;
}

h1 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}


#text_content.kontakt {
	text-align: left;
}

#text_content.kontakt h1 {
	font-size: 16px;
}

#text_content p {
	font-size: 12px;
	line-height: 18px;
}

#text_content.kontakt p {
	font-size: 14px;
	line-height: 20px;
}

#propositions, #contact {
	color: #ffffff;
	font-family: "Lucida Sans Unicode";
/*
	position: relative;
*/
}

#propositions_header {
	margin-left: 555px;
	margin-top: 18px;
	font-size: 18px;
	line-height: 18px;
	font-family: "Lucida Sans Unicode";
}

#propositions_form {
	margin-left: 52px;
	margin-top: 16px;

}

#contact_form {
	margin-left: 52px;
	margin-top: 62px;
}

#contact_form form {
	float: left;
}

.prop_img {
	float: left;
}

#prop_img_1 {

}

#prop_img_2 {
	margin-left: 38px;
}

#prop_img_3 {
	margin-left: 37px;
}

.prop_img img {
	float: left;
}

#contact_img_1 {
	margin-top: 30px;
}

#contact_img_2 {
	margin-top: 30px;
	margin-left: 57px;
}

input.checkbox {
	position: relative;
	top: 108px;
	
}

#propositions_form fieldset {
	padding: 0px;
	margin: 0px;
	border: none;
}

#propositions_info {
	padding-top: 10px;
	clear: both;
}

.form_field {
	float: left;
	margin-right: 20px;
}

.form_field input {
	border: 1px inset;
	width: 96px;
}

#contact_form fieldset {
	margin: 0px;
	padding: 0px;
	padding-left: 58px;
	font-size: 11px;
	border: none;
	width: 190px;
}

.contact_field {
	line-height: 14px;
	margin-bottom: 5px;
}

.contact_field input {
	width: 185px;
	height: 16px;
	border: 1px inset;
}

.contact_field textarea {
	width: 185px;
	height: 43px;
}

.contact_field input.contact_button {
	width: 71px;
	height: 27px;
	border: none;
	margin-left: 55px;
	margin-top: 10px;
}


.form_field input.send_button {
	width: 71px;
	height: 27px;
	border: none;
	position: relative;
	top: -2px;
	left: 0px;
	margin-left: 10px;
}



#footer {
	clear: both;
	width: 788px;
	height: 44px;
	background: url(../graphics/odbicie.png) no-repeat;
	margin-top: 2px;
	text-align: center;
	font-size: 10px;
	color: #e48d2c;
	padding-top: 5px;
}

#footer a:link, #footer a:visited {
	color: #e48d2c;
	text-decoration: none;
}

#footer a:hover {
	color: #fddb0d;
	text-decoration: none;
}

#error {
	width: 370px;
	background: #FFF2A5;
	position: absolute;
	top: 370px;
	left: 210px;
	border: 1px outset #EF851B;
	color: #964E06;
	padding-bottom: 10px;
	font-size: 12px;
}

#error h1 {
	background: #964E06;
	color: #FFF2A5;
	padding: 3px;
	padding-left: 5px;
	font-size: 13px;
}

#error ul {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-top: 10px;
}

#thanks {
	text-align: center;
	padding-top: 160px;
	color: #ffffff;
	font-weight: bold;
	font-family: "Lucida Sans";
	font-size: 18px;
}

