body {
	/*nastavení pozadí bez stínu a barvy na bílou pro velké monitory*/
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../obr/back_grey_body.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: tahoma;
	margin-bottom: 10px;
	text-align: center;
}

img {
	border: 0px;
	margin: 0px;
	vertical-align: bottom;
}

#obal_page {
	/*nastavení pozadí obsahu - stínu a barvy na bílou pro velké monitory, obaluje jakoby obsah*/
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../obr/back_grey.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
	margin: 0px;
}	

#page {
	/*samotny obsah - šířka, centrovana pozice pomoci auto-margin, sedivy ramecek, pozadi menu s obsahem */
	overflow: hidden;	/*toto je nutne kvuly mozille, kde by pozadi koncilo pred zacatkem vnoreneho <div>*/
	color:#001778;
	width: 780px;
	margin: 0 auto 0 auto;
	background-image: url(../obr/pozadi_menu_plus_obsah.png);
	background-repeat: repeat-y;
	background-position: top;
	border-color : #999999;
	border-style : solid;
	border-width : 0px 0px 0px 0px;
}


#LEFT_SECTION {
	float: left;	/*je to nutné - kdyby to tu nebylo, tak i když RIGHT_SECTION bude float: right, tak bude zarovnaná sice správně horizontálně, ale vertikálně bude pod LEFT_SECTION*/
	width: 177px;
}


/* M E N U */
#menu {
	text-align:left;
	margin-top: 20px;
}

.menuitem {
	background-image: url(../obr/new_back_menu.png);
	background-repeat: repeat-y;	
	background-position: top;
	font-size :80%;
	font-weight : bold;
	font-style: normal;
	margin:7px 0px 7px 0px;
}

.menuitem a  {
	padding: 4px 0px 3px 30px; /*nelze presunout do menuitem, protoze to ovlivnuje klikatelnou oblast*/
	display: block;
	color: #ADCDE9;
	text-decoration: none;
}

.menuitem a:hover  {
	padding-left: 32px;
	color: #FFFFFF;
}

#activeitem {
	padding:4px 0px 3px 32px;
	color: #FFFFFF;	
}

#info {
	font-size: 70%;
	text-align: center;
	color: #ADCDE9;
	margin-top: 30px;
	margin-bottom: 90px;
	font-weight: bold;
}

/* R I G H T   S E C T I O N */
#RIGHT_SECTION{
	width: 603px;
	float: right;
	/*imgage je nadefnovan atributem style v xhtml kódu, protože to pozadí se liší pro jednotlivé stránky*/
	background-repeat: no-repeat;
	background-position: top left;
}

#para_intro {
	margin: 45px 90px 0px 150px;
	padding-bottom: 10px;
	text-align: center;
	line-height: 140%;
	font-size: 80%;
	font-weight: normal;
	color: #4E5D94;
}
.para {
		text-align: left;
}
.para .title{
	padding: 0px 0px 0px 20px;
	font-size: 80%;
	font-weight: bold;
	line-height: 160%;
	background-image: url(../obr/new_back_nadpis.png);
	background-repeat: repeat-y;
	float: none;
	clear: both;
	text-align: left;
}

.para img.left{
	margin: 0px 20px 3px 0px;
	float:right;
}


.para .text{
	width: 365px;
	margin: 8px 0px 20px 20px;
	padding: 5px 10px 10px 10px;
	text-align: justify;
	line-height: 140%;
	font-size: 80%;
	background-color: #F9FDFF;
	border: 1px #EBF5FF solid;
}

.para .text_simple{
	width: 365px;
	margin: 5px 5px 15px 25px;
	text-align: left;
	line-height: 120%;
	font-size: 80%;
}
.para form {
	margin: 0px;
	padding: 0px;
}
.para textarea {
	margin: 3px 0px 5px 8px;
	padding: 5px 5px 5px 5px;
	text-align: justify;
	line-height: 110%;
	background-color: #D9E8F1;
	border: 1px #6DB0E3 solid;
}

.para .button {
	font-family: tahoma;
	margin-left: 8px;
	background-color: #2677BC;
	color: #FFF001;
	font-weight: bold;
	border: outset 2px #2677BC;
	font-size: 80%;
} 

.back {
	background-repeat: no-repeat;	
	background-position: top left;
	margin: 0px 0px 0px 8px;
	padding:15px 0px 15px 70px;
}

.back2 {
	background-repeat: no-repeat;	
	background-position: top left;
	margin: 0px 0px 0px 8px;
	padding:15px 0px 15px 200px;
}

.back2 .text {
	margin: 0px;
	width: 355px;
	background-color: #F1FAFF;
}

.back .text {
	margin: 0px;
	width: 395px;
}

/* C R E D I T S */

#credits, #credits a {
	font-size: 80%;
	color: Gray;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

#credits a:hover{
	color:   #D4D0C8;
}
#temp {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: red;
	margin: 5px;
}
