/*################################################

					Site's general tags

*################################################*/
html {
	margin: 0px;
	padding: 0px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #4d2e02;
    background: url('./layout/bg.jpg') repeat-x 50% top;

}

pre {
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #4d2e02;
}

body {
	margin: 0px;
	padding: 0px;`
	color: #4d2e02;
}

select {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #4d2e02;
}
input {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #4d2e02;
}

p {

	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;

}
ul {
	margin-top: 3px;
	margin-bottom: 3px;
	}
#main_container {
	margin: 0px auto;
	width: 766px;
	background: url('./layout/bg_content.png') repeat-y 33px;
	color: #4d2e02;
}

/*################################################

					Site's text content

*################################################*/


#content_container {
	background: url('./layout/content_bg_top.jpg') no-repeat center top;
}

#content {
	padding: 285px 50px 10px 20px;
	margin-left: 237px;
	text-align: justify;
	color: #4d2e02;
}

#content h1 {
	font-size: 100%;
	font-weight: bold;
}

#content h2 {
	font-size: 100%;
	font-weight: normal;
}

a:link, a:active, a:visited {
	color: #080;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


table, td {
	margin: 0px;
	padding: 0px;
}

img.standard {
	float: left;
	border: 1px gray solid;
	padding: 2px;
	margin: 0px 8px 0px 0px;
}

a img {
	border: none;
}


/*################################################

					Menu content

*################################################*/

#menu_container {
	position: absolute;
	top: 17px;
	width: 505px;
	margin-left: 236px;
	}

#menu_container a {
	display: block;
	float: left;
	text-decoration: none;
	}

#upper_line {
	margin-left: 435px;
}

#upper_line a {
	padding: 0px 10px;
	background-repeat:no-repeat;
	}

#upper_line  a:link#home, #upper_line   a:active#home, #upper_line   a:visited#home {   background-image:url('./layout/home.gif');}
#upper_line  a:hover#home {	background-image:url('./layout/home_on.gif'); }
#upper_line  a:link#contact, #upper_line   a:active#contact, #upper_line   a:visited#contact {   background-image:url('./layout/contact.gif');}
#upper_line  a:hover#contact { background-image:url('./layout/contact_on.gif');}


#lower_line a {
	margin-top: -3px;
	border-right: 1px gray solid;
	font-weight: bold;
	color: #4d2e02;
	width: 98px;
	text-align: center;
	padding: 18px 0px;
	}

#lower_line a.active, #lower_line a:hover {
	background: #4d2e02;
	color: #FFF;
	}

#lower_line a.active {
	width: 101px;
}

/*################################################

					Search left bar

*################################################*/

#searchform_container {
	position: absolute;
	top: 120px;
	margin-left: 30px;
	width: 200px;
	height: 340px;
	text-align: center;
}

/*################################################

				Other content elements and effects

*################################################*/

#footer {
	padding: 10px 0px;
	color: #FCF8EC;
	text-align: center;
	font-size: 90%;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

div.horizdot {
	height: 3px;
	background: url('./layout/dot.png') repeat-x;
	margin: 8px 0px;
	clear: both;
}

div.cb {
	clear: both;
}
div.kontaktfoto {
	width: 220px;
	height: 164px;
	float: left;
	padding: 0px 10px 5px 0px;
}

.galeria td {
	vertical-align: top;
	text-align: center;
}

div.spec_left {
	padding-right: 15px;
	float: left;
	width: 210px;
	border-right: 1px #e0e0e0 solid;
}
div.spec_right {	
	width: 210px;	
	float: right;	
}

img.dolne {
	display: center;
}
