BODY {
	align:center;
	padding:0px;
	margin:0px;
	background-color : #ffffff;
	background-image: url('../images/pagebg.gif');
	background-repeat: repeat;
}


DIV, P, TD, FONT, SPAN, INPUT, SELECT, TEXTAREA {
	font-family: arial,tahoma,verdana,helvetica,sans-serif;
	font-size: 11px;
}
DIV, P, TD, INPUT, SELECT, TEXTAREA {
	color: #000000;
}

.content-data-page{
	font-weight: normal;
}

A {
	color : #009532;
	text-decoration : none;
}
A:hover {
	color : #009532;
	text-decoration : underline;
}

LI {
	list-style: none outside url('../images/bullet.gif');
}

FORM, P, UL, OL, H1, H2, H3, H4, H5, H6 {
	margin-top : 0px;
	margin-bottom : 0px;
}

INPUT, TEXTAREA, SELECT {
	background-color: #e5f6fa;
	border: 1px solid #009532;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 4px 4px 4px 4px;
	color: #000000;
}
INPUT {
	height : 24px;
}

INPUT.button {
	background-image : url('../images/button1.gif');
	background-repeat : no-repeat;
	width: 64px;
	height: 25px;
	padding : 5px;
	color : #ffffff;
	font-weight : bold;
	font-size: 11px;
	border: 0px;
}

H1.caption, .nadpis {
	color : #00A94F;
	font-weight : bold;
	font-size : 20px;

}
H2 {
	color : #00A94F;
	font-size : 18px;
	font-weight : bold;
}
H3 {
	color : #00A94F;
	font-size : 16px;
	font-weight : bold;
}
H4 {
	color : #00A94F;
	font-size : 14px;
	font-weight : bold;
}
H5, H6 {
	color : #00A94F;
	font-size : 12px;
	font-weight : bold;
}
.page_func {
	color : #000000;
	font-size : 9px;
}
.page_func:hover {
	color : #999999;
	font-size : 9px;
}

.guarantee {
	color: #009532;
	font-family: arial,tahoma,verdana,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.guar_item {
	color: #000000;
	font-family: arial,tahoma,verdana,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.frame {
	width: auto;
	background-color: #ffffff;
	border: 1px solid #009532;
	margin-top: 21px;
	margin-bottom: 13px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
}

.frame_label {
	width: 140px;
	height: 22px;
	position: absolute;
	margin-top: -31px;
	margin-left: 7px;
	background-image: url('../images/framelabel_green.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 4px;
	padding-left: 11px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}

.banner-top {
	border : 1px solid #009137;
}

.gallery-list {
	width: 240px;
	float: left;
	margin: 12px 12px 12px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #009532;
}

.gallery-preview {
	border: 1px solid #009532;
	margin-right: 13px;
	float: left;
}

.gallery-square {
	background-color: #009532;
	margin-bottom: 5px;
}

.gallery-images {
	padding: 5px 10px 0px 11px;
	margin-top: 40px;
	background-color: transparent;
	background-image: url('../images/gallerybg.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

.gallery-scroller-frame {
	width: 504px;
	height: 186px;
	background-color: transparent;
	overflow: hidden;
}

.gallery-image {
	overflow: visible;
	float: left;
	background-color: transparent;
	background-image: url('../images/squares.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 25px 0px 0px 0px;
	width: 128px;
}

.gallery-image-alt {
	position: static;
	left: 0px;
	width: 118px;
	max-height: 40px;
	border: 1px solid #000000;
	background-color: #d9efe0;
	visibility: hidden;
}

.gallery-image-alt-inner {
	margin: 3px 5px 3px 5px;
}



/* tabulka DEFAULT -------------------------------------------*/
.tabulka {
	border-top:1px solid #009532;
	border-left:1px solid #009532;
}
.tabulka TD{
	border-bottom:1px solid #009532;
	border-right:1px solid #009532;
	color: #009532;
	background-color: #ffffff;
}
.tabulka .hlavicka{
	background-color:#009532;
	color:#FFFFFF;
}
.tabulka .zvyraznene{
	background-color:#e2eee1;
	color:#009532;
}