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, 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, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	padding-left: 2em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */

html{
    min-height: 100%;
}
body {
    background: #84786f;
    color: #292929;
    font-family: Verdana;
    font-size: 80%;
}
strong {
    font-weight: bolder;
}

/* styles */

.rounded { border-radius: 11px; -webkit-border-radius: 11px; -moz-border-radius: 11px; -o-border-radius: 11px; -khtml-border-radius: 11px; }
.roundedtop { border-radius: 11px 11px 0 0; -webkit-border-top-left-radius:11px; -webkit-border-top-right-radius:11px; -moz-border-radius: 11px 11px 0 0; -o-border-radius: 11px 11px 0 0; -khtml-border-radius: 11px 11px 0 0; }
.roundedbottom { border-radius: 0 0 11px 11px; -webkit-border-bottom-left-radius:11px; -webkit-border-bottom-right-radius:11px; -moz-border-radius: 0 0 11px 11px; -o-border-radius: 0 0 11px 11px; -khtml-border-radius: 0 0 11px 11px; }
.roundedright { border-radius: 0 11px 11px 0; -webkit-border-top-right-radius:11px; -webkit-border-bottom-right-radius:11px; -moz-border-radius: 0 11px 11px 0; -o-border-radius: 0 11px 11px 0; -khtml-border-radius: 0 11px 11px 0; }
.roundedleft { border-radius: 11px 0 0 11px; -webkit-border-top-left-radius:11px; -webkit-border-bottom-left-radius:11px; -moz-border-radius: 11px 0 0 11px; -o-border-radius: 11px 0 0 11px; -khtml-border-radius: 11px 0 0 11px; }
.roundedtopleft { border-radius:11px 0 0; -webkit-border-top-left-radius:11px; -moz-border-radius:11px 0 0; -o-border-radius:11px 0 0; -khtml-border-radius:11px 0 0; }
.roundedtopright { border-radius: 0 11px 0 0; -webkit-border-top-right-radius:11px; -moz-border-radius:0 11px 0 0; -o-border-radius:0 11px 0 0; -khtml-border-radius: 0 11px 0 0; }
.roundedbottomleft { border-radius: 0 0 0 11px; -webkit-border-bottom-left-radius:11px; -moz-border-radius: 0 0 0 11px; -o-border-radius: 0 0 0 11px; -khtml-border-radius: 0 0 0 11px; }
.roundedbottomright { border-radius: 0 0 11px 0; -webkit-border-bottom-right-radius:11px; -moz-border-radius: 0 0 11px 0; -o-border-radius: 0 0 11px 0; -khtml-border-radius: 0 0 11px 0; }

a {
    color: #FFFFFF;
    outline: none;
}

a:hover {
    color: #CCC;
    text-decoration: underline;
}

h1 {
    background-image: url('../img/bg_h1.jpg');
    background-position: left;
    background-repeat: no-repeat;
    height: 70px;
    line-height: 70px;
    padding-left: 100px;
    margin-bottom: 20px;
    color: #a8ba3d;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.9em;
}

h2 {
    margin-bottom: 10px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
}

h3, h3 a, h3 a:hover, h3 a:visited {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

h3 a:hover {
    font-weight: bold;
    color: #292929;
    text-decoration: underline;
}

h3 a:visited {
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}

label {
    text-transform: uppercase;
    width: 100px;
    display: inline-block;
    vertical-align: top;
}

p {
    margin: 1em 0;
}

.placeholder {
    color: #AAA;
}

/* document */

html {-webkit-text-size-adjust:none}

body {
	background-image: url('../img/bg_shadow.jpg');
    	background-repeat: repeat-y;
    	background-position: center;
    	line-height: 1.5em;
}

#wrap {
	width: 1000px;
	margin: 0 auto 0 auto;
}

#main_header {
	height: 230px;
	position: relative;
    	background-image: url('../img/top.jpg');
    	background-repeat: no-repeat;
    	background-position: 2px 0;
}

#header_nav {
	border: 1px solid #FFFFFF;
	position: absolute;
	bottom: 0;
	right: 4%;
	padding: 2px 20px;
}

#header_nav ul {
	list-style:none;
    	padding: 0;
}

#header_nav ul li {
	float: left;
}

.separator {
	line-height: 25px;
	color: #df8222;
	margin: 0 8px;
}

#separator16 {
    	display: none;
}

#header_nav a {
	display: block;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
}

#header_nav a:hover, #header_nav a.active {
    	color: #e31f24;
	text-decoration: none;
}

#main {
	position: relative;
	margin-top: 40px;
    	z-index: 2;
}

#left_nav {
	position: absolute;
	left: 4%;
	top: 0;
	background-image: url('../img/bg_mainnav.jpg');
	border: 1px solid #FFFFFF;
	width: 18%;
}

#left_nav ul {
	list-style: none;
	padding: 10px 0;
    	position: relative;
}

#left_nav ul li {
	display: block;
    	position: relative;
	top: 0;
    	left: 10%;
    	width: 80%;
    	margin: 2px 0;
}


#left_nav a {
	color: #FFFFFF;
	display: block;
	width: 100%;
	text-transform: uppercase;
	padding: 10px 0;
	text-decoration: none;
	border-bottom: 1px solid #df8222;
}

#left_nav ul ul {
	list-style: none;
	padding: 0 0 0 0;
    	/* position: absolute; */
    	width: 100%;
    	border-left: 1px solid #FFF;
}

#left_nav ul ul li {
	display: block;
    	position: relative;
	top: 0;
    	left: 0;
    	width: 100%;
    	margin-top: 0;
    	margin-bottom: 0;
}

#left_nav ul ul a {
    	padding: 10px 5%;
    	width: 90%;
	border-bottom: 1px solid #FFF;
}


#left_nav a:hover, #left_nav a.active {
    	color: #e31f24;
	text-decoration: none;
}

#content {
	width: 64%;
    	min-height: 298px;
	padding: 30px 3%;
	position: relative;
	top: 0;
	left: 26%;
	border: 1px solid #FFFFFF;
	background-color: #84786f;
    	background-image: url('../img/bg_content.jpg');
    	background-position: left top;
    	background-repeat: repeat-y;
    	color: #FFF;
}


#main_footer {
	height: 100px;
    	position: relative;
}

#logo_sm {
    	position: absolute;
    	left: 60%;
}

#copyright {
  	position: absolute;
    	right: 4%;
    	color: #FFFFFF;
    	font-size: 0.8em;
    	line-height: 100px;
}

.kontaktform {
 	width: 100%;
    	margin: 0;
    	padding: 0;
}

.kontaktform td {
    	padding-bottom: 10px;
}

.kontaktform input, .kontaktform textarea {
    	margin: 0;
    	padding: 3px;
}

.sb_wideinput {
    	width: 500px;
}


.sb_textarea {
    	height: 100px;
}

.sb_input {
    	width: 180px;
}

input#kontakt_submit {
 	width: 150px;
    	text-transform: uppercase;
    	margin: 0;
    	cursor: pointer;
    	font-size: 90%;
}

input#kontakt_submit:hover {
    	color: #e31f24;
}
