* {
}

body {
/*	background-color: #FDF5E6;*/
	color: #000000;
	
	font-family: arial, sans-serif;
	font-size: 10pt;
	line-height: 1.6em;
	padding: 1.5em 0;
/*	background-image: url(../img/layout/bg_body.PNG);*/
	background-repeat: repeat;
	background-position: center top;
}

p, form, table {
}

fieldset {
	padding: 1.0em;
	border: 1px solid #666666;
	
}

legend {
	padding: 0.25em 0.5em;
	background-color: #ffffff;
	background-color: transparent;
	font-weight: bold;
}

label {
	display: block;
	margin: 0.5em 0;
}

input {
	display: block;
	color: #444444;
	
}

input:focus {
	color: #000000;
	background-color: #F0F8FF;
}

/* neviditelne objekty - pouze pozicovanim pro ctecky*/
.no_screen {
	position: absolute;
	top: -1000px;
}

/* neviditelne objekty*/
.no_display {
	display: none;
}

h1 {
	display: block;
	position: absolute;
	width: 169px;
	height: 162px;
	text-align: center;
	font-size: 0.2em;
	line-height: 162px;
	overflow: hidden;
	top: -40px;
	left: -20px;
}
	h1 a {
/*		overflow: hidden;
		width: 169px;
		display: block;*/
	}

	h1 span {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 162px;
		
		
		background-image: url(../img/layout/logo.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		cursor: pointer;
		overflow: hidden;
	}
	
h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 1.0em;
}

h3 {
text-align:center;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 1.0em;
	color:#663300 ;
	padding-left: 0.5em;
}

a, a:link {
	color:#663300 ;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

#p_container_null {
	margin: 0 auto;
	width: 720px;
	width: 60em;
	position: relative;
	
	border-bottom: 0.5em solid #b22222;
	
	background-image: url(../img/layout/bg_container_null3.png);
	background-position:  30% 0%;
	background-repeat: repeat-y;
}

	#p_container {
		background-color: transparent;
/*		background-image: url(../img/layout/bg_navigation_null.png);*/
		background-position:  left top;;
		background-repeat: repeat-y;
		
	}
	
#p_head_null {
	display: block;
	background-image: url(../img/layout/bg_head.jpg);
	background-position:  right top;
	background-repeat: no-repeat;
	border-top: 0.5em solid #ffc000;
	border-bottom: 0.5em solid #b22222;
}
	#p_head {
		display: block;
		height: 162px;
	}
	
#p_content_null {
	float: left;
}

	#p_content {
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 5px;
	}
	
	#p_content p {
	
	}
	
	#p_content p.no_indent {
		text-indent: 0;
	}

#p_navigation_null {
	float: left;
	width: 20%;
	background-position: left top;
	background-repeat: repeat-y;
}

	#p_navigation {
		padding: 1.5em;
		padding-top: 1.5em;
	}
	
#p_info_null {
	float: left;
	width: 25%;
	background-color: transparent;
	margin-right: 0.05em;
	display: none;
}
	#p_info p {
		padding: 1.0em;
		text-align: right;
	}
	
#p_foot_null {
	clear: both;
}

ul#p_menu {
	margin: 0;
}

ul#p_menu li {
	display: block;
	list-style-type: none;
	margin: 0;
}

ul#p_menu ul.p_submenu li {
	display: block;
	list-style-type: none;
}



ul#p_menu li a,
ul#p_menu li a:link {
	display: block;
	background-color: transparent;
	margin: 0 0.5em;
	padding: 0.2em;
	padding-left: 1em;
	text-align: left;
	background-image: url(../img/layout/bg_menu_a.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #000000;
	width: 70px;
}

ul#p_menu ul.p_submenu li a,
ul#p_menu ul.p_submenu li a:link {
	display: block;
	background-color: transparent;
	margin: 0 0.5em;
	text-align: left;
/*	background-image: url(../img/layout/bg_menu_a.png);*/
	background-image: none;
	background-position: left center;
	background-repeat: no-repeat;
	color: #000000;
}

.p_submenu_description {
	display: none;
	position: absolute;
	width: 100%;
	padding: 0.5em;
}
#menu{
	background-image: url(../img/layout/bg_menu_a.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 6px;
}
#menuText{
	margin-left: 12px;
}
#subTable{
	width: 80%;
}

