/*

Marcinčák minisite template
http://www.viktorhanacek.cz

*/

/********************* BASIC SETTINGS *****************************/

body { background: url(data/bg.jpg) top no-repeat #000; }

body, tr, td, body, ul, li, input, textarea,
h1, h2, h3, h4, h5, h6,
p, img, form, table, a, a:focus, span {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	outline: 0;
	transition-duration: 0.2s;
}
div, td, body, li, input, textarea {
	color: #333;
	font-family: Georgia, serif;
	font-size: 13pt;
	line-height: 1.6;
	cursor: default;
	text-align: left;
}
p, h1, h2, h3, h4 { margin-bottom: 25px; }
ul { margin-bottom: 20px; }
li { margin-left: 25px; }
div.cleaner {
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
a { color: #85091A; }
a:hover { text-decoration: none; }
a:active { opacity: 0.8; filter:alpha(opacity=80); }
h1, h2, h3 {
	letter-spacing: -1pt;
	line-height: 1.2;
}
h1 { font-size: 45pt; letter-spacing: -2pt; color: #85091A; margin-bottom: 30px; font-weight: normal; font-style: italic; }
h2 { font-size: 22pt; }

/************************** CONTENT *******************************/

div.content {
	position: relative;
	margin: auto;
	width: 700px;
	padding: 340px 100px 60px 100px;
	margin-top: 50px;
	background: url(data/header.jpg) #fff top no-repeat;
	box-shadow: 0 0 10px #999;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

blockquote {
	color: #85091A;
	margin: 0;
	font-size: 17pt;
	line-height: 1.4;
}

/************************** FOOTER *********************************/

div.footer {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0 100px 0;
}

/* footer menu */

ul.menu {
	list-style: none;
	margin: 0;
}
ul.menu li {
	float: left;
	position: relative;
	margin: 0 20px 0 0;
}
ul.menu a {
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 10pt;
}
ul.menu li a:hover, ul.menu li:hover a {
	text-decoration: underline;
}

.galerie{
height: 280px;
}
.galerie a{
width: 230px;
margin-right: 3px;
height: 250px;
overflow: hidden;
float: left;
display: block;
}
.galerie a img{
width: 390px;
margin-left: -35%;
}