html, body, div {
	margin: 0;
	padding: 0;
}


/********************************************
 * Main layout
 */

html {
	background: #000 url('/images/html.png') repeat-x;
	color: #ccc;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 85%;
}

body {
	background: url('/images/body.jpg') center top no-repeat;
	min-height: 600px;
}

#masthead, #menu, #content, #content-replacement, #footer {
	margin: 0 auto;
	width: 370px;
}

#masthead {
	height: 220px;
	position: relative;
}

	#masthead a {
		display: block;
		height: 124px;
		left: 75px;
		outline: none;
		position: absolute;
		text-indent: -9999px;
		top: 34px;
		width: 300px;
	}

#menu {
	height: 32px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

	#menu ul li {
		display: block;
		float: left;
		height: 32px;
		line-height: 32px;
		text-align: center;
		width: 92px;
	}

		#menu li.active a, #menu li a:hover {
			background: url('/images/menuUnderline.gif') repeat-x;
			color: #fff;
		}

	#menu a {
		color: #a4a4a4;
		display: block;
		float: left;
		font-size: 18px;
		height: 32px;
		padding: 0 3px;
		text-decoration: none;
	}

	#menu li.o-mne, #menu li.kontakt { width: 110px; }
	#menu li.galerie, #menu li.akce { width: 75px; }

	#menu li.akce a, #menu li.kontakt a {
		float: right;
	}

#container {
	overflow: hidden;
	padding-top: 25px;
	position: relative;
}

#footer {
	clear: left;
	color: #777;
	font-size: 80%;
	padding: 4em 0 1em;
}

	#footer a {
		background: url('/images/vs.png') left top no-repeat;
		color: #777;
		display: block;
		float: right;
		height: 16px;
		line-height: 16px;
		padding-left: 22px;
		text-decoration: none;
		text-indent: -9999px;
	}

		#footer a:hover {
			text-indent: 0;
		}



#loader {
	background: url('/images/ajax-loader.gif') center center no-repeat;
	height: 25px;
	position: absolute;
	top: 0;
	width: 100%;
}

/********************************************
 * Generic
 */

h2 {
	color: #fff;
	font-size: 130%;
	margin: 1em 0 0;
}

p {
	margin: .5em 0;
	text-align: justify;
}

a {
	color: #3042B0;
}

	a:hover {
		color: #7D90FF;
	}

	a img {
		border: 0;
	}

strong {
	color: #fff;
}


/********************************************
 * Home
 */

#pre-signature {
	margin-top: 2em;
	padding-left: 3em;
}

#signature {
	text-align: right;
}

	#signature img {
		vertical-align: middle;
	}


/********************************************
 * Gallery
 */

.gallery {
	clear: left;
	float: left;
}

.gallery h2 {
	margin-bottom: 1em;
}

.gallery a {
	background: url('/images/translucentBlack.png');
	border: 1px solid #111;
	display: block;
	float: left;
	margin-bottom: 5px;
	text-align: center;
	width: 118px;
}

	.gallery a:hover {
		border-color: #555;
	}

.gallery a.middle {
	margin-left: 5px;
	margin-right: 5px;
}

h2.link {
	background: url('/images/translucentBlack.png');
	border: 1px solid #111;
}

	h2.link a {
		display: block;
		padding: .5em;
		Xtext-decoration: none;
	}

	h2.link span {
		float: right;
		font-weight: normal;
	}


/********************************************
 * News
 */

.akce h3 {
	font-size: 90%;
	margin: .1em 0 .8em 0;
}

.akce p.link {
	margin-bottom: 2em;
	text-align: right;
}


/********************************************
 * Contact
 */

.kontakt dt {
	float: left;
	font-weight: bold;
}

.kontakt dd {
	margin: 0 0 2em 8em;
}

