/*
Copyright 2005, JT WebDesign Studio - http://www.jtwds.cz
*/


/* Elements */

body, table, th, td, ol {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #FEE7C7;
}

a:link, a:visited, a:active {
	color: #751F38;
	text-decoration: none;
}

a:hover {
	color: #941F38;
	text-decoration: underline;
}

H1 {
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
}

H2 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

/* Classes */

.bublina {
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(images/layout_07.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.formText {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	width: 160px;
	border: 1px dashed #FF911A;
}

.formSelect {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	width: 160px;
	border: 1px dashed #FF911A;
}

.formButton {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	font-weight: bold;
	border: 1px dotted #990000;
	background-color: #FF911A;
	padding: 1px;
	width: 80px;
}

.vyhledavani {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

.smallText {
	font-size: 11px;
}

.titulek {
	font-size: 18px;
	font-weight: bold;
	color: #993300;
	padding-top: 10px;
}

.obsah {
	border: 1px dotted #990000;
	padding: 10px;
}


/* IDs */

#topMenu a {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding: 2px 6px;
}

#topMenu a:hover, a:active {
	background-color: #AC5D09;
}