* {
	margin: 0;
	padding: 0;
}

html, body, div, span, h1, h2, h3, h4, p, a, address, img, strong, ul, li, fieldset, form, label, legend, table {
	border: 0;
}

h2 {
	font-size:180%;
}

h3 {
	margin: 15px 0 15px 0;
	text-align:center;
	font-size: 160%;
	font-weight:normal;
}

a {
	color: #D7BC87;
	text-decoration:none;
}

a:hover {
	color: #FCE69A;
}

span {
	background: #7A7E1A;
	color: #FCE69A;
}

body {
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
	color: #D7BC87;
	font-size: 12px;
	line-height: 1.5;
}

::selection {
	background: #c6a054;
}

::-moz-selection {
	background: #c6a054;
}

#all {
	background: url('../img/header.jpg') center top no-repeat;
	padding-top:30px;
}

#all_content {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position:relative;
	height:422px;
}

#header h2 {
	color: #FCE69A;
	margin: 20px 0 25px 0;
}

#logo {
  position: relative;
  width: 197px;
  height: 59px;
  overflow: hidden;
}

#logo a {
	font-size:60%;
}

#logo span {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('../img/logo.png') 0 0 no-repeat;
	cursor: pointer;
}

#menu {
	position:absolute;
	top:20px;
	right:0px;
	background: url('../img/menu.png') #260E09;
	width:192px;
	height:41px;
	font-weight:bold;
}

#menu li {
	margin: 0 0 0 20px;
	display: inline;
	font-size: 14px;
}

#menu li a {
	line-height:41px;
	margin-left:6px;
}

#about {
	width:385px;
}

#content {
}

#content li {
	margin: 0 15px 10px 30px;
	list-style:square;
}

#content h2 {
	color:#5B3A31;
}

.box_gray, .box_green{
	float:left;
	width:220px;
	height:420px;
	color: #333333;
	margin-left:25px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.box_gray {
	background: #EBEBEA;
}

.box_gray.left {
	margin-left:0;
}

.box_gray h3 {
	color: #5B3A31;
	background: url('../img/line_gray.png') bottom no-repeat;
	padding-bottom:10px;
}

.box_green {
	background: #8D921D;
}

.box_green h3 {
	color: #FCE69A;
	background: url('../img/line_green.png') bottom no-repeat;
	padding-bottom:10px;
}

.cleaner {
	clear: both;
}

#footer {
	background: url('../img/footer.jpg') #180804 center top no-repeat;
	height:451px;
}

#footer_content {
	width:960px;
	margin:0 auto;
}

#form {
	text-align: left;
	float:left;
	width: 480px;
}

#form h2 {
	margin-top:60px;
	margin-bottom:15px;
}

#form textarea {
	width: 451px;
	height: 145px;
	border: 2px solid #D7BC87;
	margin-top:5px;
	margin-bottom:5px;
	padding:10px 5px;
	overflow: hidden;
}

.form_input {
	width: 216px;
	border: 2px solid #D7BC87;
	padding:10px 5px;
}

form label {
	font-size: 15px;
	font-weight: bold;
}

.form_submit {
	background:#7A7E1A;
	width: 113px;
	height: 35px;
	border: none;
	color: #FCE69A;
	font-weight:bold;
	font-size: 14px;
	margin-left:352px;
}

#first_input {
	float:left;
	padding-right: 5px;
}

.form_error {
	background:#7A7E1A;
}

#kontakt {
	text-align:left;
	margin-top:115px;
	float:right;
	font-size:150%;
}

.ad {
	margin-top:23px;
	color: #674D41;
}

.ad, .ad a {
	color: #674D41;
}

.ad a:hover {
	color: #82695E;
}

