﻿/*reset*/
body {width:100%;color:#000;font:13px normal  Verdana, sans-serif;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:400;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
blockquote:before, blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes: "" "";}
fieldset,img,abbr,acronym{border:0;}
:focus {outline:0;}
:link,:visited,:hover {text-decoration:none;}
img {display:block;}
input,textarea {font:1em normal Verdana,Arial,Tahoma,sans-serif;}
/* /reset */


body{
	background: url(../img/bg.png) repeat-x 0 281px;
	font-size: 0.81em;
	color: #525252;
}
p {
	line-height: 1.4em;
}
h1 {
	font-size: 1.69em;
	line-height: 2em;
	color: #a0000f;
	font-weight:normal;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 10px;
}
h3 {
	color: #414141;
	font-size: 1.2em;
}
a{
	color: #a0000f;
}
/*HEADER*/

#header{
	background: url(../img/header-gradient.png);
	width: 100%;
	height: 280px;
}
#header2{
	background: url(../img/logo.png) no-repeat bottom;
	margin: 0 auto;
	width: 739px;
	height: 278px;
}
#header2 img{
	padding: 28px 0 0 0;
}
#middle, #middle2 {
	overflow: hidden;
	width: 739px;
	margin: 0 auto;
}

/*LEFT COLUMN*/

#left{
	background: none;
	width: 276px;
	float: left;
}
#left2{
}
#left ul{
	padding: 0;
	float: left;
}
#left img{
	float: left;
	margin-top: 1px;
}
#left ul li{
	background: url(../img/menu.png) no-repeat;
	float: left;
	width: 276px;
	font-size: 1.38em;
	margin-top: 1px;
}
#left ul li.first{
	background: url(../img/menu-top.png) no-repeat;
}
#left ul li ul li{
	background: url(../img/menu-sub.png) no-repeat;
	font-size: 0.85em;
}
#left ul li ul li.first{
	background: url(../img/menu-sub.png) no-repeat;
}
#left ul li.first ul li.first{
	background: url(../img/menu-sub.png) no-repeat;
}
#left ul li.first ul li{
	background: url(../img/menu-sub.png) no-repeat;
}
#left ul a{
	padding: 9px 0 7px 45px;
	float: left;
	color: #643b25;
}
#left ul li.active{
	background: url(../img/menu-active.png) no-repeat;
}
#left ul li.active ul li{
	background: url(../img/menu-sub.png) no-repeat;
}
#left ul li.active a{
	color: #a0000f;
}
#left ul li.active ul li a{
	color: #643b25;
}
#left ul li.active ul li.active a{
	color: #c81022;
	text-decoration: underline;
}

/*RIGHT COLUMN*/

#right{
	float: left;
	width: 463px;
	background: none;
	text-align: justify;
}
#right a{
	text-decoration: underline;
}
#right p{
	margin: 5px 0 5px 0;
}
#right ul{
	list-style-type: circle;
	margin: 10px 0 10px 30px;
}
#right2{
	background: url(../img/shadow-gradient.png) repeat-x top left;
	padding: 15px;
}

/*CONTACT FORM*/

form#kontakt-form{
	width: 410px;
	height: 300px;
	background: none;
	border: 0;
	padding-top:20px;
}

#kontakt-form label{
	text-align: right;
	color: #8a8a8a;
	float: left;
	padding-left: 30px;
	padding-top: 9px;
	width: 110px;
	font-size: 0.85em;
}

#kontakt-form input{
	float: right;
	height: 19px;
	padding-top: 2px;
	width: 222px;
}

#kontakt-form textarea{
	float: right;
	width: 260px;
	height: 160px;
}

#kontakt-form .txt{
	width: 255px;
	margin: 5px 0;
	border: 1px solid #dbdbdb;
	color: #8a8a8a;
	background: none;
	font-size: 1em;
}

#kontakt-form #buttons{
	padding: 5px 0 0 0;
}

#kontakt-form #submit-button, #kontakt-form #reset-button{
	width: 89px;
	height: 37px;
	cursor: pointer;
	border: none;
	float: left;
}

#kontakt-form #submit-button{
	background: url(../img/submit.png);
	margin-left: 190px;
}

#kontakt-form #reset-button{
	background: url(../img/reset.png);
	margin-left: 8px;
}

.errors{
	margin-top: 20px;	
}

.line{
  clear: both;
}


/*FOOTER*/

#footer{
	clear: both;
	width: 739px;
	margin: 0 auto;
	text-align: center;
	padding: 16px 0 20px;
	margin-top: 10px;
	background: url(../img/footer-shadow.png) repeat-x top left;
	color: #525252;
	font-size: 0.85em;
}
#footer span {
	color: #dbdbdb;
}
#footer a{
	color: #525252;	
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

