
/*	________________________Hlavní DIVy_________________________	*/
body { 	
	background-color: #EFEFEF;
	background-image:  url(../images/bg1.jpg);/* obrázek pro podklad dokumentu - opakuje se */
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	font-size:10px;
	margin: 0px;
	padding: 0px;
}

#sub {
	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, Tahoma, Arial, Helvetica, sans-serif; 
	color: #000000;
}
#all {
	position: relative;
	width:950px;
	height: auto;
	min-height: 350px;
	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, Tahoma, Arial, Helvetica, sans-serif; 
	color: #0000CC;
}
#obsah {
	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 {
	clear:right;
	line-height:40px;
	width: 950px;
	background-image:  url(../images/text.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
	color: #EEEEEE;
	font-size:10px;
	text-decoration:overline;
	font-weight: normal;
	text-align: center;
	padding: 0 0 0 0;
}
#cistic a {
	color: #DDDDDD;
	text-decoration:overline;
}
#cistic a:hover {
	color: #CCCCCC;
	text-decoration:overline;
}

/*	________________________OBSAH STRÁNKY_________________________	*/
#main {
	float: right;
	width: 610px;
	
	margin: 250px 0 0 0;
	padding: 0 150px 0 0;
	font-size: 12px;
	line-height:17px;
	color: #000000;
	text-align: justify;
	padding-left: 30px;
	border-left:  #004e50 1px solid;
}
#main a {
	color: #006633;
}
#main a:hover {
	color: #D70000;
}
#main p {
	color: #002200;
}


#main h1 {	
	font-size: 19px;
	text-align:left;
	font-weight: bold;
	line-height: 25px;
	color: #004e50;
}
#main h2 {	
	font-size: 15px;
	text-align:left;
	font-weight: bold;
	line-height: 25px;
	color: #004e50;
}
#main h3 {	
	font-size: 13px;
	text-align:left;
	font-weight: bold;
	line-height: 25px;
	color: #004e50;
}
#main h4 {	
	font-size: 12px;
	text-align:left;
	font-weight: bold;
	line-height: 16px;
	color: #004e50;
}
#main hr {	
	width: 100%;
	height: 1px;
	color: #000000;
}

/*	______________BOX boční - N E W S__________________	
#news {
	float: right;
	width: 10px;
	
	margin: 250px 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	color: #0033FF;
}
#news a {
	color: #0099FF;
	font-weight:bold;
}
#news a:hover {
	color: #9933CC;
}

#news h1 {
	font-size: 13px;
	position: relative;
	padding:    0px;
	text-align: center;
	line-height: 15px;
	color: #3366CC;
}

#news h2 {
	font-size: 13px;
	position: relative;
	text-align: center;
	line-height: 15px;
	color: #3333CC;
}

#news h3 {
	font-size: 13px;
	position: relative;
	text-align: center;
	padding-right: 12px;
	color: #3300CC;
}
#news hr {	
	width: 70%;
	height: 1px;
	color: #000099;
}*/
