/*------------------------------------------------------------------
 # [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;
}

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;
}

a
{
	outline:none;
}

/*------------------------------------------------------------------
 # [PODSTAWOWE]
 # -----------------------------------------------------------------*/
 
body 
{
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	background-color:#383633;
	color: #fff;
}

#container 
{
	width: 970px;
	margin: auto;
	padding-bottom:60px;
}

#container  #header
{
	width: 970px;
	height:172px;
	background:url(../img/top-background.jpg) top left no-repeat;
}

#container  #header #logo
{
	padding:30px 0px 0px 75px;
}

#container  #content
{
	width: 970px;
	height:371px;
	background:url(../img/content-background.jpg) top left no-repeat;
}

#container  #menu
{
	width: 970px;
	height:66px;
	background:url(../img/menu-background.jpg) top left no-repeat;
}


#container  #text
{
	width: 970px;
	height:200px;
	min-height:200px;
	height: auto !important;
	margin-bottom:40px;
}

#container  #text .page
{
	padding:15px 50px;
	line-height:140%;
}

#container  #text .page .page_text
{
	float:left;
	width:610px;
	padding-right:30px;
}

#container  #text .page .page_text2
{
	float:left;
	width:550px;
	padding-right:10px;
}

#container  #text .page a
{
	color:#d9cfb4;
	text-decoration:underline;
	font-size:12px;
}

#container  #text .page h1
{
	color:#d9cfb4;
	font-size:12px;
	font-weight:bold;
	margin-bottom: 5px;
}

#container  #text .page .page_kontakt
{
	float:left;
	width:200px;
}

#galeria
{
	overflow	: auto;
	width		: 710px;
	height		: 240px;
	float		: left;
	margin-left	: 90px;
	margin-top	: 90px;
}


#foto td
{
	padding-right:10px;
}

#google
{
	padding-lefT:90px;
	padding-top:70px;
}

#mapa
{
	width		: 710px;
	height		: 260px;
	padding:10px;
	background-color:#5c564e;
}


#formLeft {
	width: 310px;
	margin-top:10px;
	}
	#formLeft input {
		width: 250px;
		margin: 0 0 0px 0;
		border: none;
		margin: 5px 0 0 0px;
		padding:3px 5px;
		font-size: 11px;
	}
	#formLeft .input-bg {
		height: 30px;
		position: relative;
	}
	#formLeft .active {

	}
	#formLeft textarea {
		width: 250px;
		height: 100px;
		display: block;
		border: none;
		margin: 5 0 0 0px;
		padding: 5px;
		overflow: auto;
		font-size: 11px;
		font-family:tahoma;
	}


	label {
	display: block;
	font-weight: bold;
}
label.error {
	position: absolute;
	top: -16px;
	right: 49px;
	padding: 3px;
	color: #da3939;
	text-align: right;
	font-weight: normal;
}
#formLeft input.submit-button {
	width:100px;
	padding:3px;
	background-color:#c0b79f;
	color:#383633;
	font-size:12px;

}

.empty
{
	font-size:17px;
	color: #d9cfb4;
	text-align:center;
}

#foto
{
	padding-top:64px;
}

