body
{
	background-color: #4d4d4d;
	font-family: 'Lato', sans-serif;
}

h5
{
	font-size: 25px;
}

p
{
	font-size: 10px;
}

a:link
{
	color: black;
	text-decoration: none;
	opacity: 1;
    transition-timing-function: ease-out;
    transition-duration: 250ms;
}

a:visited
{
	color: black;
	text-decoration: none;
}

a:hover
{
	color: white;
	text-decoration: underline;
	opacity: .7;
    transition-timing-function: ease-out;
    transition-duration: 250ms;
}

a:active
{
	color: black;
	text-decoration: underline;
	font-size: 30px;
}

#szczegoly
{
	float: center;
	background-color: #701010;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 40px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

#galeria
{	
	float: center;
	background-color: #701010;
	text-align: center;
	font-size: 40px;
	border-top-right-radius: 40px;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
}

#galeriaL
{
	width: 580px;
	background-color: #701010;
	float:left;
	padding: 10px;
	text-align: center;
}

#galeriaR
{
	width: 580px;
	background-color: #701010;
	float:right;
	padding: 10px;
	text-align: center;
}

#container
{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#logo
{
	color: white;
	margin-top: 20px;
	font-size: 45px;
	letter-spacing: 3px;
	font-weight: 1500;
	text-align: center;
}

#topbar
{
	background-color: #861313;
	color: white;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 25px;
	height: 170px;
}

#topbarL
{
	float:left;
	padding: 15px;
	width: 285px;
	text-align: center;
	border-right: 2px dotted #cccccc;
}

#topbarR
{
	float: left;
	padding: 20px;
	width: 760px;
	font-size: 30px;
	text-align: justify;
}

#sidebar
{
	float: right;
	width: 150px;
	min-height: 120px;
	padding:20px;
	background-color: #701010;
	text-align: center;
	font-size: 18px;
	border-left: 2px dotted #666666;
}

#content
{
	color: white;
	float: right;
	padding: 40px;
	width: 730px;
	background-color: #701010;
	min-height: 580px;
	text-align: justify;
}

#footer
{
	clear: both;
	color: white;
	text-align: center;
	padding: 20px;
	font-size: 18px;
}

.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;
}

.optionL
{
	font-size:18px;
	height:25px;
	padding: 10px;
	border-bottom: 2px dotted #444444;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.optionL:hover
{
	background-color: #f36742;
	color: white;
	cursor: pointer;
}

.bigtitle
{
	font-size: 32px;
	font-weight: 900;
	letter-spacing: 2px;
}

.dottedline
{
	height: 5px;
	margin-top: 15px;