/* commented backslash hack v2 \*/ 
HTML, BODY{ height:100%;} 
/* end hack */ 

BODY {
	padding: 0;
	margin: 0 0 0;
	text-align: center;
	min-width: 980px;/* for mozilla*/
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#outer {
	background-image: url(/images/bg-body.gif);
	background-repeat: repeat-y;
/*	
	height: 100%;
	min-height: 100%;
*/
	width: 980px;
	text-align: left;
	margin: auto;
	position: relative;
}

FORM {
	padding: 0;
	margin: 0;
}

P {
	margin: 0;
}

.date-info {
	padding: 0;
	margin: 0;
	font-style: italic;
	color: #444444;
}

.date-info2 {
	padding: 0 5px 0 0;
	margin: 0;
	display: inline;
	font-style: italic;
	color: #444444;
}

/*********************************
 * page layout
 *********************************/
#header {
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 978px;
	height: 80px;
	background-color: #FFFFFF;
	background-image: none;
	text-align: center;
	border: 1px solid #666666;
	overflow: hidden;
}

#page-container {
	clear: both;
	margin: 0 148px -37px 200px;
	padding: 0 0 0 0px;
	width: 630px;
	height: 100%;
	min-height: 100%;
}

html>body #page-container {
	height: auto; /* for mozilla as IE treats height as min-height anyway */
} 

#left-cols {
	float: left;
	width: 629px;
	margin: 0;
	padding: 0;
	border: 0;
}

#main-content {
	float: right;
	padding: 10px 10px 0 0px;
	margin: 0 0 10px 0;
	width: 610px;
	vertical-align: top;
	position: relative;
}

* html #main-content {
	height:1%;
	margin-bottom: 12px;
} /* combat IE's 3 pixel jog */

#left-column {
	float: left;
	vertical-align: top;
	width: 200px;
	margin: 0px 0 10px -199px; /*must be 1px less than width otherwise won't push footer down */
	padding: 0 0 0px 0;
	position: relative;
}

/* fix gap in ie next to float and clear footer because we've moved float too far left */
* html #left-column {
	padding-bottom: 37px; 
	margin-right:-3px; 
} 


#right-column {
	width: 140px;
	margin: 0px -149px 10px 0px; /* must be 1px less than width otherwise won't push footer down */
	padding: 10px 4px 0 6px;
	float: right;
	position: relative;
}

* html #right-column {
	padding-bottom: 37px;
	margin-right: -150px;
}/* stop float drop in ie */

#footer {
	clear: both;
	border: 0;
	width: 980px;
	margin: 0;
	padding: 0px 0 5px 0;
	background-image: none;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	position:relative;
	height: 32px;
}

* html #footer {/*only ie gets this style*/
	\height:32px;/* for ie5 */
	he\ight:32px;/* for ie6 */
}

#footer DIV {
	width: 978px;
	height: 20px;
	padding: 7px 0 3px 0;
	background-image: none;
	background-color: #DDE1DE;
	border: 1px solid #666666;
	text-align: center;
}

#clearheader{
	height: 82px;
} /* needed to make room for header */

#clearfooter {
	clear:both;
	height: 32px;
} /* needed to make room for footer */

* > html #clearfooter { 
	float:left; 
	width: 980px; 
}

/*********************************
 * menu
 *********************************/

DIV.navigation {
	margin: 0;
	padding: 0;
}
	
.navigation UL {
	margin: 0;
	padding: 0;
}

.navigation LI {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

.navigation LI.menuitem {
	
}

.navigation LI.menuitem-selected-path {

}

.navigation LI.menuitem-selected {

}

.navigation LI A {
	display: block;
	padding: 2px 0px 2px 0px;
	margin: 0;
	height: 15px;
	vertical-aling: middle;
}

.navigation LI.menuitem-selected A {
	font-weight: bold;
}

.navigation LI.menuitem-selected LI A {
	font-weight: normal;
}

.navigation TH {
	background-color: #E2DBD3; 
	color: #666600;
	padding: 2px 2px 2px 10px; 
	font-weight: bold;
}

.navigation TD {
	padding: 5px 2px; 
}

.navigation A IMG {
	border-color: #000000;
}

/******************************/

#index-subpage-list UL {
	margin: 0 0 0 0;
	padding: 0;
}

#index-subpage-list UL LI {
	margin: 0 0 0 0;
	padding: 12px 0;
	list-style: none;
	color: #000000;
}

#index-subpage-list UL LI A {
	font-weight: bold;
}

/*********************************
 * ende menu
 *********************************/

/*********************************
 * content - general styles
 *********************************/

H1 {
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	padding: 24px 0px 3px 0;
	color:#a52a2a;
}

H2 {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 12px 0px 3px 0px;
}

P, .Palike {
	font-weight: normal;
	margin: 0;
	padding: 3px 0px 3px 0px;
}

.Palike P {
	margin: 0;
	padding: 0;
}

P.cena {
	font-weight: bold;
}

.clear {
	clear: both;
	height: 1px;
	padding: 0px;
	margin: 0;
	overflow: hidden;
}

.nowrap {
	white-space: nowrap;
}

IMG.gray-border {
	border: 1px solid #CFCFCF;
}

IMG.docImage {
	margin: 0;
	padding: 3px 10px 3px 0px;
}

A { 
	color:#AC39AC;
	font-family:Tahoma,taipei,Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-decoration:none;
}

A:hover { 
	text-decoration: underline;  
	color: #862D86; 
}

/*********************************
 * box
 *********************************/
.box-p3 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 1px solid #8A3937;
	width: 140px;
	table-layout: fixed;
}

.box-p3 TH {
	margin: 0px;
	padding: 3px 0px 3px 16px;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	background-color: #8A3937;
	color: #ffffff;
}

.box-p3 TD {
	margin: 0;
	padding: 0px 2px 0px 3px;
	font-weight: normal;
	font-size: 12px;
	color: #37398A;
	background-color: #ffffff;
}

.box-p4 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	width: 180px;
	table-layout: fixed;
}

.box-p4 TH {
	margin: 0px;
	padding: 3px 0px 3px 16px;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	background-color: #39378A;
	color: #ffffff;
}

.box-p4 TD {
	margin: 0;
	padding: 0px 2px 0px 3px;
	font-weight: normal;
	font-size: 12px;
	color: #37398A;
	background-color: #ffffff;
	border-left: 2px #39378A dotted;
	border-right: 2px #39378A dotted;
	border-bottom: 2px #39378A dotted;
}


.box-p2 {
	margin: 0px auto 5px auto;
	padding: 0px;
	border: 1px solid #39378A;
	width: 184px;
	table-layout: fixed;
}

.box-p2 TH {
	margin: 0px;
	padding: 3px 0px 3px 16px;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	background-color: #39378A;
	color: #ffffff;
}

.box-p2 TD {
	margin: 0;
	padding: 0px 2px 0px 3px;
	font-weight: normal;
	font-size: 12px;
	color: #37398A;
	background-color: #ffffff;
}


