html { min-width: 950px;}
/*	________________________Hlavní DIVy_________________________	*/
body { 	
	/*background-color: #FF6699;*/
	background-image:  url(../images/bg.jpg);/* obrázek pro podklad dokumentu - opakuje se */
	background-repeat: repeat-x;
	background-position: center top;
	min-width: 950px;
	text-align: left;
	font-size: 100%;
	margin: auto;
	padding: 0;
}

#sub {
	/*background-color: #990000;*/
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image:  url(../images/text.jpg);/* obrázek pro textové tělo dokumentu - opakuje se svisle */
	background-repeat:repeat-y;
	background-position: center top;
	
	text-align: center;
	width:950px;
	height:auto;
	min-height: auto;
	FONT-FAMILY: Verdana, Helvetica, Tahoma, sans-serif; 
	color: #000000;
}

#all {
	/*background-color: #FF6666;*/
	position: relative;
	width:950px;
	height:auto;
	_height: 558px; /* hlavička - výška pro IE6 - nenatahuje se!!! */
	min-height: 558px;
	background-image:  url(../images/head.jpg);/* obrázek v hlavičce - výška obrázku, změnit min-height */
	background-repeat: no-repeat;
	background-position: center top;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	
	text-align:justify;
	FONT-FAMILY: Verdana, Helvetica, Tahoma, sans-serif; 
	color: #0000CC;
}

#flashead {
	width:623px;
	height:291px;
	position:absolute;
	top:8px;
	left:302px;
	
	}

#obsah {
	/*background-color: #FFCC33;*/
	position: relative;
	float: right;
	text-align:center;
	height:auto;
	width:950px;
	padding: 0 0 0 0;
	margin:0;
}
#obsah a {
	color: #3366CC;
}
#obsah a:hover {
	color: #9933FF;
}


/*	____________________P A T A - začištění dle okna___________	*/
#cistic {
	/*background-color: #FF6699;*/
	clear: right;
	min-height: 108px;
	height: 108px;
	width:950px;
	background-image:  url(../images/pata.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
	color: #CCCCCC;
	font-size:12px;
	font-weight: normal;
	line-height:27px;
	text-align: left;
	padding: 0 0 0 0;
}
#cistic a {
	color: #E0E0E0;
	font-style:normal;
	font-weight:normal;
	text-decoration: overline;
	position: relative;
	right: 0px;
}
#cistic a:hover {
	color: #BBC9D5;
	font-weight: bold;
	text-decoration:none;
	position: relative;
	right: 0px;
}
#pata  {
	/*background-color: #FF9966;*/
	position: relative;
	width: 340px;
	height: 60px;
	left: 365px;
	top: 30px;
	text-align: left;
}

/*	________________________OBSAH STRÁNKY_________________________	*/
#main {
	/*background-color: #CCCC00;*/
	float: right;
	width: 500px;
	
	margin: 360px 0 0 0;
	padding: 0 85px 0 75px;
	font-size: 67%;
	color: #000000;
	text-align: justify;
}
#main a {
	color: #0A50A1;
	font-weight:bold;
}
#main a:hover {
	color: #000000;
	font-weight:bold;
}
#main p {
	color: #000000;
	line-height: 120%;
}

#main h1 {	
	font-size: 150%;
	text-align:left;
	font-weight: bold;
	letter-spacing: 1px;
	color:#0A50A1;
}
#main h2 {	
	font-size: 135%;
	text-align:left;
	font-weight: bold;
	letter-spacing: 0px;
	color:#0A50A1;
}
#main h3 {	
	font-size: 105%;
	text-align:left;
	font-weight: bold;
	letter-spacing: 0px;
	color:#000000;
}
#main h4 {	
	font-size: 95%;
	text-align:left;
	font-weight: bold;
	letter-spacing: 0px;
	color:#000000;
}
#main hr {	
	width: 100%;
	height: 1px;
	color:#BDBDBD;
	background-color:#BDBDBD;
	border: 1px;
}

/*	______________BOX boční - N E W S__________________	*/
#news {
	/*background-color: #66CCCC;*/
	float: right;
	width: 220px;
	
	margin: 330px 0 0 0;
	padding: 0 15px 0 0;
	text-align: justify;
	font-size: 67%;
	line-height: 120%;
	letter-spacing: 1px;
	FONT-FAMILY: Tahoma, Verdana, Helvetica, sans-serif;
	color: #000000;
}
#news a {
	color: #0099FF;
	font-weight:bold;
}
#news a:hover {
	color: #9933CC;
}

#news h1 {
	font-size: 130%;
	position: relative;
	_padding:    0;
	text-align: left;
	/*line-height: 15px;*/
	font-weight: bold;
	color: #0A50A1;
}

#news h2 {
	font-size: 120%;
	position: relative;
	text-align: left;
	/*line-height: 15px;*/
	color: #0A50A1;
}

#news h3 {
	font-size: 110%;
	position: relative;
	text-align: left;
	padding-right: 12px;
	color: #0A50A1;
}
#news hr {	
	width: 100%;
	height: 1px;
	color: #BDBDBD;
	background-color:#BDBDBD;
	border: 1px;

	
}
.vysocina {
	font-size: 80%;
}


/*	______________BOX Lang a hledat__________________	*/
#langbox {
	/*background-color: #CC99FF;*/
	position: absolute;
	left: 820px;
	top:  260px;
	height: 20px;
	width:  100px;
	text-align: right;
}
#langbox a img {
	border:1px solid #CCCCCC;
}
#langbox a:hover img { 
	border:1px solid #0a50a1;
}
#langbox a img:hover { 
	border:1px solid #0a50a1;
}

#searchbox {}

#mailbox {
	position: absolute;
	font-size: 60%;
	font-weight: normal;
	FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif; 
	letter-spacing:0px;
	left:  55px;
	top:  325px;
	width:220px;
	height: 40px;
	color: #000000;
	font-weight: normal;
}
.field_mail{
	border: #000000 1px solid;
	color: #555599;
	font-size: 120%;
	FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif; 
	letter-spacing:0px;
	margin:0px;
	padding:0px;
	width: 110px;
	height: 16px;
	padding-left:3px;
	padding-top: 2px;
}
.tlacitko  { 	
	background-color:#0A50A1;
	color:#FFFFFF;
	font-size: 100%;
	border: none;
	height: 18px;
	text-transform: uppercase;
	text-shadow:#FFFFFF;
	FONT-FAMILY: Tahoma, Verdana, Helvetica, sans-serif; 
	letter-spacing:1px;
	font-weight: bold;
}
#leftform {
	font-size:11px;
	text-align:left;
}
#leftform textarea {
	width: 100%;
	FONT-FAMILY: Tahoma, Verdana, Helvetica, sans-serif; 
	font-size:11px;
}
#leftform input.inputfield {
	width: 140px;
	FONT-FAMILY: Tahoma, Verdana, Helvetica, sans-serif; 
	font-size:11px;
}



#main table{
	font-size:11px; 
	line-height:normal; 
	font-weight:normal; 
	color:#333333; 
	text-align:left; 
	letter-spacing:normal;}

#anketa{
	width:220px; 
	padding:10px 0 10px 0; }

.otazka {color:#333333; font-weight:bold; font-size:11px; text-align:left;
}

.hlasovani {
	color:#ff0000;
	/*color:#0a50a1;*/
	font-weight:bold;
	font-size:11px;
	text-decoration:none;}
	
#anketa a{
	color:#0a50a1;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;}
#anketa a:hover{
	color:#2b73c6;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;}
	
#odkazy-left {
	text-align:left;
	line-height:100%;
	}
	
#odkazy-left a{
	letter-spacing:normal;
	font-size:11px;
	font-weight:normal;
	color:#003366;
	text-decoration:none;
	}
#odkazy-left a:hover{
	color:#2b73c6;
	font-weight:normal;
	text-decoration:underline;
}
#leftform table tr td {white-space:nowrap;}

.downloads{
	font-size: 10pt;
	line-height: 1.75em;
	text-align:left;
	font-weight:bold;
	color:#000000;
}


	
	
