.text12 {
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
      	}

.text10 {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
      	}
      	
.text10b {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
      	}

.nadpis1 {
	font-size: 28pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	}

.nadpis2 {
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	}
	
.nadpis2red {
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: red;
	}

.nadpis3 {
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	}

.nadpis3l {
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	}

.nadpis3j {
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	text-align: justify;
	}

.nadpis4 {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	}
	
.nadpis4i {
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	}


body {
      	margin: 0px;
      	padding: 0px;
      	font-family: ARIAL, sans-serif 
    	}

#hlava_ven {
      	width: 100%;
      	text-align: center
    	}  

#hlava_in {
      	background: url(images/pozadi/pozadi_hlavicka.png) no-repeat;
      	width: 1000px;
      	height: 150px;
      	margin-left: auto;
      	margin-right: auto;
      	margin-top: 0px;
      	text-align: center;
    	}

#hlava_obsah {
      	position: relative;
      	top: 0px;
      	left: 0px;
    	}

#stred_ven {
	width: 100%;
      	margin: 0px 0px 0px 0px;
      	text-align: center
    	}

#stred_in {
	width: 1000px;
      	margin-left: auto;
      	margin-right: auto;
    	}
    
#navigation {
      	background: url(images/pozadi/pozadi_navigace.png) no-repeat;
      	width: 190px;
      	height: 1000px;
      	float: left;
      	padding: 5px;
      	margin: 0px;
	}

#obsah {
      	background: url(images/pozadi/pozadi_roh.png) no-repeat;
      	width: 790px;
      	float: left;
      	padding: 5px;
      	margin: 0px;
    	}

.clear {
      	clear: both
    	}
	

