body {
	margin: 0;
	padding: 0 0 0 0;
	background-color: black;
}

/* struktura */
#header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 200px;
	background-image: url("img/head.jpg");
	text-align: center;
	cursor: pointer;
}

#content {
	width: 750px;
	background-image: url(img/back.jpg);
	background-repeat: repeat;
	background-color: white;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	color: #0073FF;
}

#sidebar {
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
}

#main {
	float:right;
	width: 550px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #996633;
	text-align: right;
	clear: both;
}
/* struktura - KONEC */

/* hlavni text v pravem sloupci */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 160%;
	color: black;
	margin: 22px 65px 20px 0;
}

h1, h2 {
	background-color: #FF6633;
	color: white;
	font-size: 100%;
	font-weight: bold;
	padding: 3px 0 5px 5px;
	text-align: left;
	background-image: url("img/nadpis_back_orange.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0;
}

h1 {
	margin-top: 0px;	
}

h2 {
	margin-top: 20px;	
}

ul {
	margin-left: 20px;
	padding: 0;	
}

.text p {
	margin-left: 5px;
}
/* hlavni text v pravem sloupci - KONEC*/

/* adresa v levem sloupci */
.adresa {
	margin: 20px 0 0 37px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: white;
}

.adresa a, .adresa a:link, .adresa a:visited, .adresa a:active {
	color: white
}

.adresa a:hover {
	color: black;
}
/* adresa v levem sloupci - KONEC*/

/* hlavni menu */
.menu ul {
	padding: 0 0 0 0;
	margin: 20px 28px 0 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: white;
	list-style: none;
	background-image: url(img/back_menu.jpg);
}

.menu a {
	padding: 5px 0 5px 15px;
	text-decoration: none;
	color: white;
	display: block;
	width: 123px;
	border-bottom: 1px solid #CC3300;
	border-top: 1px solid #CC6633;
	border-right: 1px solid #CC3300;
	border-left: 1px solid #CC6633;
}

.menu a:link, .menu a:visited {
	color: white;
	background: transparent;
}

.menu a:hover, .light {
	width: 123px;
	border-bottom: 1px solid #FF6633;
	border-top: 1px solid #CC6633;
	border-right: 1px solid #CC3300;
	border-left: 1px solid #CC6633;
}

.menu a:hover {
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: white;
	display: block;
	background-color: #FF6600;
}

.light {
	/* zvyraznena polozka v menu */
	padding: 5px 0 5px 15px;
	background-color: #FFA500;
	color: black;
}
/* hlavni menu - KONEC */

/* odkazy v textu */
p a, p a:link, p a:active, .nav a, .nav a:link, .nav a:active {
	color: #CC0000;
}

p a:visited, .nav a:visited {
	color: #993366;
}

p a:hover, -nav a:hover {
	color: white;
}

.nav {
	font-size: 90%;
	text-align: right;
}
/* odkazy v textu - KONEC*/

/* titulni strana - nabidka sluzeb + faq - navigace */
.sluzby_ul, .faq {
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	list-style: none;
	background-color: #FF9933;
	line-height: 190%;
}

.faq {
	font-style: italic;
}

.sluzby_ul li, .faq li {
	padding-left: 5px;
	padding-right: 5px;
}

.sluzby_ul {
	background-image: url(img/titul.jpg);
	background-repeat: no-repeat;
	min-height: 145px;
	_height: 145px;
	padding: 5px 0 0 100px;
	font-weight: bold;
}

.sluzby_ul a, faq a, .sluzby_ul a:link, .faq a:link, .sluzby_ul a:active, faq a:active {
	color: black;
	text-decoration: none;
}

.sluzby_ul a:visited, .faq a:visited {
	color: #993300;
	text-decoration: none;
}

.sluzby_ul a:hover, .faq a:hover {
	color: #CC3333;
	text-decoration: underline;
}

.center {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	padding-top: 10px;
	clear: both;
	display: table;
}
/* titulni strana - nabidka sluzeb  + faq - navigace - KONEC*/

/* odkazy v copy */
#copy a, #copy a:link, #copy a:visited, #copy a:active {
	color: #FF9933;
}

#copy a:hover {
	color: red;
}

#copy {
	width: 750px;
	margin: 0 auto;
	padding: 5px 0 10px 0;
	text-align: center;
	color: #FF9933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.7em;
}

#dropmenudiv{
	position:absolute;
	visibility: hidden;
	z-index:100;
	background-image: url(img/back_menu.jpg);
}

.dropmenu a{
	padding: 5px 0 6px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
	color: white;
	display: block;
	width: 12em;
	border-bottom: 1px solid #CC3300;
	border-top: 1px solid #CC6633;
	border-right: 1px solid #CC3300;
	border-left: 1px solid #CC6633;
}

.dropmenu a:hover{ /*hover background color*/
	padding-top: 5px;
	padding-bottom: 6px;
	text-decoration: none;
	color: white;
	display: block;
	background-color: #FF6600;
	width: 12em;
	border-bottom: solid 1px #CC3300;
}