/* popup */
body {
	background-color: #FFFFFF;
	background-image: url(../img/back_popup_body_l.gif);
	background-repeat: repeat-y;
}
#center {
	position : relative;
	height : expression("100%");
	min-height : 100%;
	background-image: url(../img/back_popup_body_p.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#header {
	height: 33px;
	background-color:#ACD428;
	text-align:right;
}

#header * {
	vertical-align: middle;
}
#header a{
	font-size: 75%;
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
}
#header div {
	padding-top:7px;
	padding-right:8px;
}
html>body #header div {
	padding-top:5px;
	padding-right:8px;
}



#content {
	padding-left: 17px;
	padding-right: 17px;
}

H1 {
	font-size: 160%;
	color: #ACD428;
	font-style: normal;
	font-weight: normal;
	margin-left: 7px;
	margin-right: 9px;
	margin-top: 9px;
	padding-bottom: 10px;
}
div.zalomeni {
	margin-left: 17px;
	margin-right: 9px;
	position: relative;
	border-bottom:1px solid #E5E5E5;
	position:relative;
	margin-bottom: 8px;
}
div.zalomeni img {
	position:absolute;
	left:-14px;
	
}
#content-text {
	margin-left: 9px;
	margin-right: 8px;
}

#footer {
	width : 100%;
	text-align: center;
	/*background-color : #FFFFFF;*/
}
#footer-content {
	margin-left: 26px;
	margin-right: 25px;
	border-top: 1px solid #426B00;
	background-color : #FFFFFF;
}

/* /popup */



