/* CSS Document */

 
/*==================================[ basic tags ]=====================================*/

* {
	margin: 0;
	padding: 0;
}

img {
}

body {
	font-family: Verdana;
	font-size: 12px;
	background: none no-repeat scroll center;
	background-color: #454545;
}

/*==================================[ hlava ]=====================================*/

#hlava {
	background: url(../logo/logo3.jpg);
	padding: 50 20;
}

#hlava .wrap {
	padding: 0 20;
	font-style: italic;
	font-family: "Stylus BT";
	font-size: 49px;
	: font: bold;
	color: ButtonHighlight;
}

#hlava .back {
color: #ceff9d;
	font-family: "Comic Sans MS";
	font-size: 17px;
}
/*==================================[ first page ]=====================================*/

#firstpage {
	background: center;
}

#firstpage .wrap {
	padding: 335 0;
	background: center;
}

#firstpage ul {
	list-style: none;
	font-size: large;
}

#firstpage ul li {
	padding: 1px 2px;
}

#firstpage ul li a {
	color: White;
	font-family: "Comic Sans MS";
	font-size: large;
	text-decoration: none;
}

#firstpage ul li a:hover {
	color: Fuchsia;
	font-family: "Comic Sans MS";
	font-size: large;
}
 
#firstpage .active {
	color: Fuchsia;
	font-family: "Comic Sans MS";
	font-size: large;
}

#firstpage #logo img {
	border: none;
	padding: 34px 0px 10px 0px;
}

#firstpage #nav {
	padding-top: 10px;
	text-align: left;
}

#firstpage #nav a {
	padding-right: 20px;
	padding-left: 10px;
	font-size: 20px;
	
}

#firstpage #nav a:hover {
	color: red;
}

/*==================================[ o-mne ]=====================================*/

#o-mne {
	background: center;
	
}

#o-mne .back {
	color: #ceff9d;
	font-family: "Comic Sans MS";
	font-size: 17px;
	text-decoration: none;
}

#o-mne h1 {
	color: #ceff9d;
	font-family: "Comic Sans MS";
	font-size: 17px;
	text-decoration: none;
}

#o-mne h2 {
	color: #CEFF9D;
	font-family: "Stylus BT";
	font-size: 17px;
	font-style: italic;
	text-decoration: none;
}

/*==================================[ telo ]=====================================*/

#telo {
	background: center;
	
}

#telo .wrap {
	padding: 0 0;
	background: center;
}
/*==================================[ images ]=====================================*/

#images {
	background: center;
}

#images .wrap {
	padding: 0 0;
	background: center;
	border: thin solid Silver;
}

/*==================================[ content ]=====================================*/

#content {
	padding-top: 100px;
	width: 600px;
	min-height: 500px;	
	_height: 500px;	
}

#content .wrap {
	padding: 25px;
}

#content h1 {
	color: #F6020C;
	font-size: 18px;
	margin: 20px 0 10px 0;
	font-weight: bold;
}

#content h2 { 
	margin: 10px 0 5px 0;
	color: #0099FF;
	font-size: 16px;
}

#content h3, #content h4, #content h5, #content h6  {
	margin: 5px 0 3px 0;
	color: #0099FF;
}

#content h3 { font-size: 14px; }
#content h4 { font-size: 13px; }
#content h5 { font-size: 12px; }
#content h6 { font-size: 11px; }

#content p {
	margin: 7px 0 6px 0;
}

#content a {
	color: #0099FF;
	text-decoration: none;
}
#content a {
	text-decoration: underline;
}
#content ul {
	padding-left: 20px;
}
#content .back a {
	font-size: 10px;	
	padding-left: 13px;
	background: url(../images/blue_arrow.gif) 0px 2px no-repeat;
}

