@charset "utf-8";
/* ------ CSS RESET ------ */
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;
	font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ------ CSS RESET END ------ */

/* ------ CSS COMMON ELEMENTS ------ */

body {
	background:#5b7e1d url(images/all_back.png);
}

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

a:hover {
	color:#8c0000;
	text-decoration:underline;
}

h1 {
	position:absolute;
	top:55px;
	z-index:999;
	padding-left:20px;
}

h1 span { display:none; }

input { padding:2px; }

/* ------ CSS COMMON ELEMENTS END ------ */

#pagewidth {
	width:980px;
	margin:0;
	padding:0;
}

#header {
	border-bottom:3px solid #b2c295;
	background-image:url(images/top_pic.png);
	background-repeat:no-repeat;
	height:78px;
}

#header p {
	background-image:url(images/pod_lang.png); 
	background-repeat:no-repeat; 
	background-position:right;
	text-align:right;
	padding-top:60px;
	padding-right:10px;
	padding-bottom:3px;
	color:#aa814a;
}

#header p a {
	color:#fff;
}

#header p a:hover {
	color:#fff;
}

#wrapper {
	background-color:#fff;
}

#leftcol {
	background:#fff url(images/leftcol_back.png) repeat-x;
	width:250px;
	float:left;
	position:relative;
	padding:0;
	margin:10px 5px 5px 5px;
}

#leftcol p {
	margin:3px 7px;
	text-indent:15px;
}

#leftcol ul {
	list-style-type:circle;
	margin-left:20px;
}

#maincol {
	background-color: #fff;  
	float: right; 
	display:inline; 
	position: relative; 
	width:700px;
}

#nav {
	list-style:none;
	margin:10px;
}

#nav li {
	float:left;
	border-right:1px solid #5c7f1f;
	color:#5c7f1f;
}

#nav li a{
	display:block;
	color:#5c7f1f;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	padding:5px 20px;
}

#content {
	background-color:#fff;
	text-align:left;
}

#footer {
	border-top:3px solid #b2c295;
	background-image:url(images/pod_copy.png);
	background-repeat:no-repeat;
	padding-top:5px;
	padding-left:55px;
	font-size:10px;
	color:#fff;
}
#slideshow {
    position: relative;
    width: 660px;
    height: 400px;
	margin-left:20px;
	margin-top:20px;
  }
#slideshow div {
    position: absolute;
    top: 0;
    left: 0;
}

.tbl_prices {
	border-collapse:separate;
	border-spacing:1px;
}

.tbl_zabel {
	border-collapse:separate;
	border-spacing:5px;
}

.tbl_header td{
	padding:3px;
	background-color:#5D8020;
	color:#fff;
	font-weight:bold;
}

.tbl_odd td{
	padding:3px;
	background-color:#c7d9ba;
	color:#80603F;
}

.tbl_even td{
	padding:3px;
	background-color:#D9E2D3;
	color:#80603F;
}

.thumb {
	display:block;
	padding:2px;
	border:1px solid #ccc;
	margin:5px;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 } 
.clearfix{display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/  
}/* CSS Document */
