@charset "utf-8";
/* 
	background: url(pic/bg.jpg);
	background-color: #404040;
	background-position:
					 left top - lewy-górny róg
					 left bottom - lewy-dolny róg
 					 right top - prawy-górny róg
					 right bottom - prawy-dolny róg
	background-attachment: fixed   nieruchone tło
	background-repeat: 
					  repeat - powtarzanie tła w obu kierunkach (domyślnie)
					  repeat-x - powtarzanie tła tylko w kierunku poziomym
   					  repeat-y - powtarzanie tła tylko w kierunku pionowym
  					  no-repeat - brak powtarzania tła (zostanie wyświetlone jako pojedynczy obrazek)
	background-size: 100%, 100%
	
	font-family: 'Lato', sans-serif;
	font-size: 44px;
	text-align: justify;
	text-align: center;
	font-weight: 900;
	letter-spacing: 3px;
	
	width: 1000px;
	height: 600px;
	padding: 10px; <-  powiekszenie przestrzeni dookola zawartosci

	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	
	float:left; - ukladanie poziome divow
	clear: both; - reset pierwszego diva po pionach

		.option
{
	float: left;
	min-width: 50px;
	height: 25px;
	font-size: 18px;
	padding: 10px;
	border-right: 2px dotted #444444;
	opacity: 0.8;
}

.option:hover
{
	background-color: #000000;
	cursor: pointer;
}

.button:hover
{
	width: 150px;
	height: 60px;
	text-align: center;
	text-shadow: 2px 2px #ccc;
	color: #705e54;
	margin-top: 0px;
	padding-top: 40px;
	float: left;
}


    

    font-family: 'Great Vibes', cursive;

    font-family: 'Marck Script', cursive;

    font-family: 'Open Sans', sans-serif;

    font-family: 'Josefin Sans', sans-serif;

    font-family: 'Titillium Web', sans-serif;

	font-family: 'Quicksand', sans-serif;





*/

body
{
	margin: 0px;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	background: url(pic/background1.jpg);
	background-repeat: no-repeat;
	background-size: 100%, 100%;
	background-attachment: fixed;
}

#wrapper
{
	width: 100%;
	height: 100%;
}

#top
{
	width: 100%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border-bottom: 1px solid #705e54;
}

#middle
{
	width: 100%;
}

#bottom
{
	width: 100%;
}

#header
{
	width: 910px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

#content
{
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 45px;
	padding-bottom: 40px;
	padding-left: 110px;
	padding-right: 110px;
	border-left: 2px solid #4e413a;
	border-right: 2px solid #4e413a;
	border-bottom: 2px solid #4e413a;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight:400;
	text-align:justify;
	color: #3D2D24;
	background-color: #fff;
}

.textheader
{
	font-family: 'Great Vibes', cursive;
	font-size: 48px;
	line-height: 55px;
	font-weight: 500;
	text-shadow: #CCC;
	color: #705e54;
	font-weight:bold;
}

#footer
{
	width: 100%;
	height: 77px;
	background-color: #4e413a;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	padding-top: 2px;
	margin-left: auto;
	margin-right: auto;
}

#logo
{
	width: 250px;
	height: 87px;
	padding-top: 10px;
	float: left;
	margin-left: auto;
	margin-right: auto;
}

.button
{
	width: 165px;
	height: 53px;
	margin-top: 0px;
	color: #705e54;
	text-align: center;
	font-weight: 700;
	padding-top: 45px;
	float: left;
}

.button:hover
{
	text-align: center;
	color: #a49a94;
	margin-top: 0px;
	padding-top: 45px;
	float: left;
	border-bottom: 2px solid #705e54;
}

#space
{
	width: 1100px;
	height: 75 px;
	padding-top: 5px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
}

.moddown
{
	width: 173px;
	height: 30 px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	padding-top:0px;
	text-align:center;
	color: #FFF;
	float: left;
}

.moddown2
{
	width: 1100px;
	height: 30 px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	padding-top: 5px;
	float: left;
	text-align:center;
}

.moddown3
{
	width: 30px;
	height: 30 px;
	float: left;
	border: 1px solid #4e413a;
}

.ender
{
	width: 0px;
	height: 0px;
	clear: both; 
}