/*	-------------------------------------------------------------
Table of Contents
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
/*
	
	1. Body
	2. Facielities
	3. Links / Menu
	4. Colors
	5. Layout




*/

@import url(reset.css);


/*	-------------------------------------------------------------
1. =BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
* {
	margin:0;
	padding:0;
}

html {
	height: 100%;
	margin:0;
	padding:0;
	background: #311b16 url(../img/bg.gif) 0 0 repeat-x;

}

body {
	height:100%;
	margin: 0;
	padding: 0;
    font-family: "Arial", "Tahoma", sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	text-align: left;
	background: url(../img/background.jpg) 50% 0 no-repeat;
}


/* = 2. Facielities
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.clear {
	clear:both;
}

.left {
	float:left:
}

.right: {
	float:right;
}

.hide {
	display:none;
}


/* = Links / Menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


a {

}

a:hover {
}

a:active {
}



/* = Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#wrapper {
	padding: 0;
	width: 950px;
	margin: 0 auto;
	min-height: 590px;
	height: auto;
	min-height:80%;
   	position:relative;
}

	/* for IE*/
	/*\*/
	* html #wrapper {
		height: 600px;
	}
	/**/


#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	padding: 11px 11px 8px 10px;
	margin: 25px 185px 20px 185px;
	background:#4d352a;
	border: 1px solid #563d32;
}

#leftcolumn{
	float: left;
	width: 184px;
	margin-left: -950px;
}

#rightcolumn{
	float: left;
	width: 184px;
	margin-left: -185px;
}


/* = Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.nav {
	font-family: "Arial", "Tahoma", sans-serif;
	color: #fcf9d0;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 11px;
	text-transform: uppercase;
	list-style-type: none;
}

.nav li a {
	text-shadow: 1px 1px 1px #0a0605;
	text-decoration: none;
	color: #fcf9d0;
	display: block;
	line-height: 16px;
	padding: 7px 10px 6px 10px;
}

.nav li a:hover {
	color: #fffdf2;
}

#navigation-left li {
	background: url(../img/hr-menu-l.gif) bottom right no-repeat;
}

#navigation-right li {
	background: url(../img/hr-menu-r.gif) bottom left no-repeat;
}

#navigation-left {
	position: relative; top:70px;
	text-align: right;
}

#navigation-left li a:hover {
	background: url(../img/bg-menu-l.gif) top right no-repeat;
}

#navigation-right {

	position: relative; top:120px;
	text-align: left;
}

#navigation-right li a:hover {
	background: url(../img/bg-menu-r.gif) top left no-repeat;
}

.selected-nav-l {
	background: url(../img/bg-menu-l.gif) top right no-repeat;
}

.selected-nav-r {
	background: url(../img/bg-menu-r.gif) top left no-repeat;
}

#navigation-lang {
	list-style-type: none;
	position: relative;
	top:30px;
	left: 10px;
}

#rightcolumn_shh {
	position: relative;
	top:487px;
	float: left;
	width: 182px;
	margin-left: -182px;
}

#leftcolumn_shh {
	position: relative;
	top:487px;
	float: left;
	width: 180px;
	margin-left: -871px;
}



#navigation-lang li {
	padding: 2px 0 3px 0;
}

.lang {
	display: block;
	width:91px;
	height:24px;
	text-indent: -9999em;
}

.en {background: url(../img/en.png) 0 0 no-repeat;}
.pl {background: url(../img/pl.png) 0 0 no-repeat;}
.de {background: url(../img/de.png) 0 0 no-repeat;}



.inner {
	width: 537px;
	background:#efe6be;
	border: 1px solid #efe6be;
	padding:8px 11px 10px 8px;
	margin-bottom: 4px;
}


/* = Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



#footer {
	clear: left;
	width: 100%;
	height: 110px;
	background:#311b16 url(../img/bg-footer.gif) 0 0 repeat-x;
	color: #5c3d34;
	font-family: "Arial", "Tahoma", sans-serif;
	font-size: 11px;
	line-height: 20px;
}

#footer .wrap {
	width: 950px;
	height: 100px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#footer a {
	text-decoration: none;
	color:#8b6357;
}

#footer a:hover {
	text-decoration: underline;
	color:#a5786b;
}


#contentwrapper2 {
	float: left;
	width: 100%;
}

#contentcolumn2 {
	margin: 0px 185px 0 185px;
	text-align: center;
}

#leftcolumn2 {
	text-align: right;
	float: left;
	width: 184px;
	margin-left: -950px;
}

#rightcolumn2 {
	text-align: left;
	float: left;
	width: 184px;
	margin-left: -185px;
}

.f-list {
	list-style-type: none;
}

.f-list li {
	display: inline;
	padding-left: 10px;
	padding-right: 12px;
	border-right: 1px solid #533529;
}


/* = Logo
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#logo {
	width: 158px;
	height: 135px;
	background: url(../img/logo.png) 0 0 no-repeat;
	display: block;
	text-indent:-9999em;
	position: relative;
	top:25px;
	left: 10px;
}

/* = Rest - Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#my_gallery li {
	list-style-type: none;
}

#my_gallery {
	margin: 0;
	padding-bottom: 26px;
}



#breadcrumb {
	position: relative; top:13px;
	border-top:1px solid #5a4135;
	border-bottom: 1px solid #5a4135;
	padding: 5px 0 5px 0;
	margin-bottom: 20px;
}

#breadcrumb h4 {
	font-size: 12px;
	font-family: "Arial", "Tahoma", sans-serif;
	color:#e9c6a0;
	font-style: italic;
	text-shadow: 1px 1px 1px #2f201a;
	font-weight: bold;
	float: left;
	margin-right: 5px;
	line-height: 20px;

}

#breadcrumb a {
	line-height: 20px;
	font-size: 11px;
	color: #e9c6a0;
	text-decoration: none;
	text-shadow: 1px 1px 1px #2f201a;
	
}

#breadcrumb a:hover {
	border-bottom: 1px dotted #e9c6a0;
}

.arrow-breadcrumb {
	margin: 0 5px 0 3px;
	border: none;
}


p.content {
	text-shadow: 1px 1px 0px #faf8ec;
	line-height: 25px;
	padding: 7px 0 10px 0;
}


.inner h2 {
	font-size: 19px;
	color: #321b17;
	text-shadow: 1px 1px 0px #faf8ec;
	line-height: 35px;
	padding: 0 0 10px 0;
	font-style: italic;
}

.picture-small {
	padding: 8px;
	background: #cbc299;
	border: 0 none;
}


.item1 {
	width: 150px;
	background: #cbc299;
	border: 1px solid #918b72;
	float: left;
	padding: 8px 5px 6px 8px;
	font-size: 11px;
	text-align: justify;
}

.item-photo {
	text-align: center;
	width: 145px;
	height: 99px;
}

.item1 h3 {
	line-height: 30px;
	font-size: 13px;
	color: #63493d;
	text-shadow: 1px 1px 1px #efe6be;
}

.more {
	display: block;
	background:#efe6be;
	float: right;
	position: relative; right: -6px;
	padding: 4px 4px 4px 10px;
	margin: 10px 0 5px 0;
	font-size: 11px;
	text-decoration: none;
	color:#542d25;
	font-weight: bold;
}


#td_left_zaw1 {
width: 100%;
font-size:10px;
align:left;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
afont-weight:bold;
}

#td_left_zaw1 th{
padding:2px;
font-size:10px;
align:left;
border-left: 1px solid #cccccc;
border-top: 1px solid #cccccc;
font-weight:bold;
}

#td_left_zaw1 td{
padding:2px;
font-size:10px;
align:left;
border-left: 1px solid #cccccc;
border-top: 1px solid #cccccc;
afont-weight:bold;
}
