#content_div {
/* 	border: 3px solid #c4c8cc;*/
    position: absolute;
    top: 60px;
    left: 225px;
    background-color: white;
	width:540px;
	height: 600px;
	margin-left: 40px;
	margin-right: 40px;
	opacity: 0.0;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    overflow-x: hidden;
    overflow-y: hidden;
}

div>div #slider {
	position: absolute;
	top: 20px;
	left: 820px;
    width:200px; /* Change this to your images width */
    height:600px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
	
}

#cent_div2 {
/*	width: 1900px;
*/
	width:1024px;
	height: 650px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../pics/web_bckgd_without_rose.jpg");
	background-repeat: repeat-x;
	opacity: 0.0;
    overflow-x: hidden;
    overflow-y: hidden;

}

.scroll-pane
{
    position: absolute;
    top: 90px;
	width: 95%;
    height: 470px;
    overflow: auto;
    margin: 15px;
}

#upper-pane {
    position: absolute;
    width: 300px;
    top: 20px;
    margin: 5px;
    padding: 5px;
    text-align: right;
    color: #4F0101; 
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    overflow-x: hidden;
    overflow-y: hidden;

}

p {
font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, serif;
font-size:15px;
color: grey;
text-align: justify;
margin: 5px;
}

p.vers {
font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, serif;
font-size:15px;
font-style: italic;
color: grey;
text-align: center;
margin: 5px;
}

p.datum {
font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, serif;
font-size:10px;
font-style: italic;
color: grey;
text-align: left;
margin: 5px;
}



.szinpadi {
font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, serif;
font-size:15px;
color: grey;
text-align: justify;
margin: -5px;
list-style: none;
}

.szinpadi_li {
position: relative;
font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, serif;
font-size:15px;
color: grey;
text-align: justify;
padding-bottom: 6px;

}

.szinpadi_li div {
	background-color: #ECECEC;
	width: 300px;
	position: absolute;
	top: -25px;
	left: 150px;
	display: block;
	text-align: center;
	padding: 15px 12px 10px;
	z-index: 10;
	display: none;
   -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    overflow-x: hidden;
    overflow-y: hidden;
    color: #4F0101;
    opacity: 0.8;
}



