/* =CSS 
copyright by Ionut Chirica - www.ichirica.ro
===========================================*/


/* =CSS RESET  - copyright Eric Meyer - www.ericmeyer.com
===========================================*/
/* v1.0 | 20080212 */

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, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}


/* =DEFAULTS
===========================================*/
.break {
	clear:both;
	height: 0px;
	overflow: hidden;
}
i, .none {
	display: none;
}
.text_center {
	text-align:center;
}
.text_right {
	text-align: right;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
img.float_left {
	margin: 0px 40px 40px 0px;
	display: inline;
}
img.float_right {
	margin: 0px 0px 40px 40px;
	display: inline;
}

a {
	cursor: pointer;
	color: #2051da;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

html {
	background: url(../images/bg_site.jpg);
	min-height: 100%;
}
body {
	background: url(../images/bg_top.jpg) repeat-x;
	color: #444;
	font: 16px/20px Georgia, Times, 'Times New Roman', serif;
	text-rendering: optimizeLegibility;
}

#header {
	background: url(../images/bg_header.png) no-repeat top center;
}
.home #header {
	height: 310px;
}
.top {
	background: url(../images/wood_top.png) repeat-x;
	padding-top: 70px;
}
.container {
	width: 980px;
	margin: 0 auto;
}
#header h1 a {
	display: block;
	width: 590px;
	height: 106px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
}

#menu {
	width: 988px;
	background:url(../images/bg_menu.png) no-repeat;
	margin: 0 auto;
	text-align:center;
	padding-top: 22px;
	height: 40px;
}
.home #menu {
	height: 87px;
	padding-top: 16px;
}
#menu ul li {
	display: inline;
}

#menu ul li a {
	font: bold 16px Cambria, "Times New Roman", Times, serif;
	background: url(../images/menu_hover.png) no-repeat center 40px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	padding: 0px 15px 12px 15px;
	text-shadow: 2px 2px 2px #444;
	-webkit-transition:all 400ms ease;
	-moz-transition:all 0.2s ease-in-out 0s;
	-o-transition:all 400ms ease;
	transition:all 400ms ease;	

}
#menu ul li a:hover, #menu ul li a.on {
	background: url(../images/menu_hover.png) no-repeat bottom center;
	text-decoration: none;
	color: #ffee63;
	text-shadow: 1px 1px 5px #000;
	top: -4px;
}
	


	


#slider_wrapper {
	position: absolute !important;
	top: 235px;
}

#slider_front {
	-moz-box-shadow: 0px 0px 30px #000;
	-webkit-box-shadow: 0px 0px 30px #000;
	box-shadow: 0px 0px 30px #000;
	position: absolute !important;
}
.slider_images {
	background: #fff;
}
.motiv1 {
	height: 28px;
	width: 100%;
	position: absolute;
	top: 40px;
	left: 0px;
	background: url(../images/motiv.png) repeat-x top left;
}
.motiv2 {
	height: 28px;
	width: 100%;
	position: absolute;
	top: 325px;
	left: 0px;
	background: url(../images/motiv.png) repeat-x top left;
}
#inner_motiv {
	height: 28px;
	width: 100%;
	position: absolute;
	top: 322px;
	left: 0px;
	background: url(../images/motiv.png) repeat-x top left;
}
.corners {
	width: 900px;
	height: 445px;
	background: url(../images/corners.png) no-repeat center center;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	margin-top: -22px;
	z-index: 10;
}



#content p, #content ul {
	margin-bottom: 18px;
}
#content {
	font-family: 'PTSerifRegular',  "Times New Roman", Times, serif;
	background: #fff url(../images/bg_content.gif) repeat-y;
	padding: 40px 60px 20px 60px;
	position: relative;
	min-height: 300px;
}

#content h2 {
	font-family:'PTSerifBoldItalic',  "Times New Roman", Times, serif;
	font-size: 30px;
	color: #84461a;
	margin-bottom: 25px;
	padding-left: 20px;
	margin-left: -20px;
	padding-bottom: 20px;
	background: url(../images/bg_title.png) no-repeat bottom left;
}
#content h3 {
	font-family:'PTSerifItalic',  "Times New Roman", Times, serif;
	font-size: 24px;
	color: #940202;
	margin-bottom: 15px;
	line-height: 27px;
}
#content h4 {
	font-family:'PTSerifBold',  "Times New Roman", Times, serif;
	font-size: 18px;
	color: #84461a;
	margin-bottom: 10px;
	padding-top: 10px;
}

.home #content {
	padding-top: 380px;
}
#content #top {
	background: url(../images/bg_top.png) no-repeat;
	margin-top: -40px;
	float: left;
	height: 65px;
	width: 980px;
	margin-left: -60px;
	margin-right: -60px;
	display: inline;
}
hr {
	background:  url(../images/hr.png) no-repeat center center;
	height: 15px;
	width: 100%;
	border: none;
	clear: both;
	padding: 20px 0px;
}
small {
	font-size: 12px;
}
blockquote {
	margin-bottom: 30px;
	padding-left: 50px;
	background: url(../images/quotes.png) top left no-repeat;
}
blockquote small {
	font-weight: bold;
	font-family: Candara, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 12px;
	color: #333;
}
.caption {
	margin: 0px 0px 40px 40px;
	display: inline;
}

#map_canvas {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #FFFFFF;
    box-shadow: 0 0 4px #888888;
    height: 350px;
	width: 550px;
	float: right;
	margin-bottom: 30px;
}
ul.gallery {
	margin-left: -40px;
}
ul.gallery li {
	float: left;
	display: inline;
	margin-left: 40px;
	margin-bottom: 40px;
	
}
ul.gallery a {
	display: block;
	width: 185px;
	height: 140px;
	position: relative;
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
          transition: all 0.3s ease-out;  
	
}
ul.gallery a span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 185px;
	height: 140px;
	background: url(../images/gallery_frame.png) no-repeat;
}
ul.gallery a:hover{
}
ul.gallery a:hover span {
	background-position: bottom left;
}

.tabs li {
	float: left;
	margin-left: 1px;
	display: inline;
	margin-right: 40px;
}
.tabs a {
	font-family:'PTSerifBoldItalic',  "Times New Roman", Times, serif;
	font-size: 30px;
	display: block;
	color: #84461a;
	margin-bottom: 25px;
	padding-left: 20px;
	margin-left: -20px;
	padding-bottom: 20px;
	text-decoration: none;
}
.tabs a:hover {
	text-decoration: none;
	background: url(../images/bg_title.png) no-repeat bottom left;
	color: #333;
}
.tabs li.active a, .tabs li.active a:hover {
	background: url(../images/bg_title.png) no-repeat bottom left;
	color: #333;
}


label {
	font-weight: bold;
}

input, textarea{
	width: 450px;
    -moz-transition: all 0.2s ease-out;  /* FF4+ */
       -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
  -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
          transition: all 0.2s ease-out;  
	border: 1px solid #bdbdbd;
	padding: 5px;
	margin-bottom: 5px;
	font: 11px Verdana, Geneva, sans-serif;
     -moz-border-radius: 3px; /* FF1+ */
  -webkit-border-radius: 3px; /* Saf3-4, iOS 1+, Android 1.5+ */
          border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
     -moz-box-shadow: inset 0px 0px 20px #ddd; 
  -webkit-box-shadow: inset 0px 0px 10px #ddd; 
          box-shadow: inset 3px 3px 5px #ddd;
}
textarea{
	height:100px;
	width:450px;
}
input:focus, select:focus, textarea:focus {
     -moz-box-shadow: 0px 0px 4px #dbb713; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 4px #dbb713; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 4px #dbb713; /* Opera 10.5, IE9, Chrome 10+ */
		  border-color: #aaa;
}

input.submit{
	border: 1px solid #e2e2e2;
	cursor: pointer;
	width: 100px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
     -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
          border-radius: 5px;
		  padding: 5px 10px 5px 10px;
		  color: #fff;
		  font-family: Verdana, Geneva, sans-serif;
     -moz-box-shadow: inset 1px 1px 5px #000; 
  -webkit-box-shadow: inset 1px 1px 5x #000; 
          box-shadow: inset 1px 1px 5px #000;		  
	background: #940202; /* old browsers */
}


.mandatory {
	background: #ff8a8a;
}
#successmessage {
	color: #5fcf81;
	margin-bottom: 20px;
	font-size: 18px;
}



#footer {
	background: url(../images/bg_footer1.jpg) repeat-x;
	padding-top: 133px;
	width: 100%;
	clear: both;
	position: relative;
}
#footer2 {
	background: url(../images/bg_footer2.jpg) repeat-x top left;
	height: 98px;
	width: 100%;
	float: left;
}
#footer2 .container {
	position: relative;
	width: 980px;
	margin-top: -133px;
	height: 133px;
}
.oala {
	width: 130px;
	height: 109px;
	background: url(../images/oala.png) no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: -109px;
	margin-right: -30px;
}
.by {
	width: 130px;
	padding: 2px;
	font: 10px Verdana, Geneva, sans-serif;
	background: #3e3f3c;
	color: #fff;
	position: absolute;
	text-align: center;
	bottom: -1px;
	left: 50%;
	margin-left: -50px;
     -moz-border-radius: 5px 5px 0 0; /* FF1+ */
  -webkit-border-radius: 5px 5px 0 0; /* Saf3-4, iOS 1+, Android 1.5+ */
          border-radius: 5px 5px 0 0; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */

}
.by a {
	color: #ccc;
}
.stergar {
	width: 175px;
	height: 131px;
	background: url(../images/stergar.png) no-repeat;
	position: absolute;
	top: -3px;
	left: 20px;
}