/* znacky pro zmenu: "StraSe" */


body 
{
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
	color: #A7A7A7; /* text pisma */
	background: #000;
	overflow:scroll;
}

.clear {
	clear: both;
}
.clearleft {
	clear: left;
}


/************************** obaly **********************************/
#obalovydiv
 /* v body musi byt nastaven: style="text-align:center;" */
{
	margin:0 auto;
	border: solid 0px #b6b6b6;
	width:910px; /*NEMENIT*/
	color: #8A8E99;
}	

#obal 
{
/* kvuli obalovemu divu ne !
	position:absolute;
*/
	z-index:10;
	top:0px;
	left:30px;
	text-align: left;
	width: 900px;
	margin: auto;
	background: url(../images/body_bg_dlouhy.gif) repeat-y;
	border-top: solid 1px #505050; 
	border-right: solid 3px #505050; 
	border-bottom: solid 1px #505050; 
	

}

#bodytitul {
	position: relative;
	left:0px;
	top:0px;
	border:solid 0px red;
	height:750px; /* vyska hrbetu   "StraSe" dle menufoto  (1) */
}

#bodyfotka {
	position: relative;
	left:0px;
	top:0px;
	border:solid 0px red;
	height:1500px; /* vyska hrbetu   "StraSe" dle menufoto  (1) */
}


#body {
	position: relative;
	left:0px;
	top:0px;
	border:solid 0px red;
	height:1700px; /* vyska hrbetu   "StraSe" dle menufoto  (1) */
}


#vstupte 
{
	position:relative;
	top:30px;
	text-align: center;
	border: solid 0px white;
	margin-left: 95px;
	margin-right: 14px;
}



/************************** hlavicka **********************************/
#header-vlevo 
{
	position:relative;
	top:0px;
	text-align: center;
	color: white;
	margin-left: 95px;
	margin-right: 14px;
	height:auto;
}

#header-vpravo 
{
	padding-top: 33px;
	padding-bottom: 22px;
	height:auto;
}


#hlavninadpis 
{
	font-size:1.5em;
	font-weight: bolder; /* sila pisma */
	color: #f3e9d9;/* barva pisma */
	text-transform: uppercase;
	position:relative;
	left:100px;
	bottom:0px;
	top:15px;
	border-top: solid 0px gray;
	border-left: solid 0px gray;
	border-right: solid 0px gray;
	border-bottom: solid 0px gray;
	z-index:100;
	padding: 1px;
	width:780px;
}

#hlavninadpistitul 
{
	font-size:2.5em;
	font-weight: bolder; /* sila pisma */
	color: #f3e9d9;/* barva pisma */
	text-transform: uppercase;
	position:relative;
	left:100px;
	bottom:0px;
	top:40px;
	border-top: solid 0px gray;
	border-left: solid 0px gray;
	border-right: solid 0px gray;
	border-bottom: solid 0px gray;
	z-index:100;
	padding: 1px;
	width:780px;
}


#podnadpis 
{
	position:relative;
	left:100px;
	bottom:0px;
	top:40px;
	border-top: solid 0px gray;
	border-left: solid 0px gray;
	border-right: solid 0px gray;
	border-bottom: solid 0px gray;
	font-size:1.2em;
	font-weight: normal; /* sila pisma */
	z-index:100;
	padding: 1px;
	width:780px;
}


#vysvetleni /* StraSe */
{
	position:relative;
	top:4px;
}	

/************************** menu **********************************/
/*
a:link
a:visited
a:hover
a:active
*/

.menu
{
	position:relative;
	z-index:210;
	left:100px;
	bottom:0px;
	top:20px;
	border: solid 0px gray;
	padding: 1px;
	float: left;
	width:780px;
}


.menu a 
{
	font-size:18px;	
	font-weight: bold; 
	color: #c4c4c4;
	text-transform: uppercase;
	text-decoration:underline;
}
.menu a:link {
	color: #f3e9d9;
	color: #c4c4c4;
}
.menu a:visited {
	color: #f3e9d9;
	color: #c4c4c4;
}

.menu a:hover {
	color: #fff;
    text-decoration:none;
}
.menu a:active {
	color: #A7A7A7;
}

.popisakce 
{
	padding-top:10px;
	padding-left:5px;
	padding-right:10px;
	padding-bottom:5px;
	text-align:justify;
	
}	

/************************** Footer **********************************/
#footertitul 
{
	position: relative;
	bottom:-50px; /* "StraSe" */

	text-align:center;
	color: #A7A7A7;
	margin-left: 95px;
	margin-right: 14px;
	border: solid 0px white;
	/* background: top left url(../images/body_bot_left1.gif) no-repeat;*/
}


#footer 
{
	position: relative;
	bottom:15px; /* "StraSe" */
	

	text-align:center;
	color: #A7A7A7;
	margin-left: 95px;
	margin-right: 14px;
	border: solid 0px white;
	/* background: top left url(../images/body_bot_left1.gif) no-repeat;*/
	z-index:100000;
}
#footer-right {
	padding-top: 0px;
	padding-bottom: 0px;
	/* background: top right url(../images/body_bot_right.gif) no-repeat; */
}

#footer-right a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #A7A7A7;
	text-transform:  lowercase;
	text-decoration:underline;
}

#footer-right a:hover {
	color: #fff;
	text-decoration:none;
}