/** BASIC */

body {
	margin: 0;
	padding: 0;
	background: url(images/background.gif);
	font: 13px/20px verdana;
	color: #505050;
}

h1 {
	display: none;
}

h2 {
	margin: 0;
	font-size: 0;
	text-indent: -9999px;
}

p {
	margin-top: 0;
	margin-bottom: 20px;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	border: 1px solid #505050;
	font: 13px/15px verdana;
	color: #000000;
}

.submit {
	height: 18px;
	background: #6699ff;
	border: 1px solid #505050;
	color: #ffffff;
}

a {
	color: #505050;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/** LAYOUT */

#wrapper {
	width: 729px;
	margin: 0 auto;
}

#main {
	background: url(images/main.gif);
}

#header {
	height: 149px;
	margin-bottom: 2px;
	padding-top: 31px;
	background: url(images/header.gif);
	text-align: center;
}

#logo {
	height: 125px;
	background: url(images/logo.gif);
}

#content1 {
	width: 620px;
	margin: 0 auto;
	margin-bottom: 1px;
	padding: 25px;
	background: #f7faff;
	border: 1px solid #e0e0e0;
	text-align: center;
}

#content2 {
	width: 620px;
	margin: 0 auto;
	margin-bottom: 1px;
	padding: 25px;
	background: #f7faff;
	border: 1px solid #e0e0e0;
}

#footer {
	height: 42px;
	padding-top: 23px;
	background: url(images/footer.gif) center bottom no-repeat;
	font: 11px/15px verdana;
	color: #a0a0a0;
	text-align: center;
}

#copyright {
	height: 50px;
	padding-top: 33px;
	text-align: center;
}

/** TEXTS */

#uvod {
	font: italic bold 20px/18px arial;
	color: #008ee0;
}

#popis {
	font: bold 15px/18px arial;
}

#kontakt {
	font: bold 15px/18px arial;
	color: #004a80;
}

#podani {
	font: bold 13px/15px arial;
	color: #008ee0;
}

.spacer {
	color: #505050;
}

/** LINKS */

#kontakt a {
	color: #004a80;
}

#footer a {
	color: #a0a0a0;
}

/** KONTAKT */

.red {
	color: #ff0000;
}

.green {
	color: #008000;
}

@media print {
	h1 {
		display: block;
		font: italic bold 75px/50px times new roman;
		color: #008ee0;
	}

	h1 span {
		font-size: 40px;
		color: #000000;
	}

	#wrapper {
		width: auto;
	}

	#logo {
		height: 75px;
	}

	#header {
		display: none;
	}

	#content1 {
		border: none;
	}

	#content2 {
		border: none;
	}

	#footer {
		height: auto;
	}

	#copyright {
		display: none;
	}
}
