html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, head, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	color : #FFF;
	font-family : Verdana,sans-serif;
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-size: 10pt;
	line-height: 1.3em;
	background: #a94b27;
	padding: 0 0 20px 0;
}
a:link, a:visited {
	color : #FFF;
	text-decoration: underline;
}
a:hover {
	color : #AFFFF2;
	text-decoration: none;
}
hr {
	height: 1px;
	background: #333;
	color: #333;
	border: 0;
	margin: 0 0 1em 0;
}
ul li {
	background: transparent url(img/bullet.gif) no-repeat left center;
	padding: 0 0 0 20px;
	line-height: 1.7em;
}
.clearAll {
	clear: both;
	line-height: 0;
}
h3 {
	margin: 10px 0;
}

#headerWrapper {
	margin: 0 auto;
	width: 1000px;
	height: 311px;
	position: relative;
	background: #cb6c32 url(img/headerBack.jpg) no-repeat left top;
}
h1 {
	width: 880px;
	padding: 20px 40px 0 40px;
	margin: 0 auto;
	text-align: justify;
	overflow: hidden;
	font-size: 1em;
	font-variant: normal;
}
#mainObalBody {
	margin: 0 auto;
	width: 960px;
	padding: 0 20px;
	background: transparent url(img/margin.gif) repeat-y center bottom;
}
#contentWrapper {
	background: transparent url(img/contentBack.jpg) no-repeat left bottom;
	padding: 0 40px 40px 40px;
}
.headerLabel {
	font-size: 1.3em;
	margin: 30px 0 15px 0;
}
#kontaktList {
	float: left;
	width: 400px;
}
#flashGallery {
	margin: 30px 0 0 0;
	padding: 5px;
	background: #07527F;
	border: 1px solid #fff;
}
#googleMap {
	float: right;
	width: 468px;
	height: 190px;
	background: #07527F;
	padding: 5px;
	border: 1px solid #fff;
	position: relative;
	top: -30px;
}
#contactForm {
	display: none;
}
#footer {
	width: 880px;
	height: 88px;
	line-height: 75px;
	padding: 0 60px;
	margin: 0 auto;
	background: transparent url(img/footerBack.jpg) no-repeat center top;
	position: relative;
}
#footer a {
	position: absolute;
	top: 20px;
	left: 50%;
}

/* -------- FORM --------- */
#contactForm
{
	margin: 20px 0;
}
#contactForm input, #contactForm textarea
{
	border: 1px solid #999;
	padding: 1px;
	margin: 0 1em 0 0;
	color: #565656;
	background: #FFF url(img/inputBack.jpg) no-repeat right top;
}
#contactForm div {
  padding-top: 10px;
}

.defaultBox {
	padding: 2em;
	margin: 30px 0 20px 0;
	border: 3px solid #B71500;
	background: #FEFC2B;
	color: #B71500;
	font-weight: bold;
	text-align: left;
}
