/* CSS file of RAON CORE TYPE_3 */

.divhead
{
width: 800px;
height: 150px;
background-color: black;
background-image: url('../../grafics/feldadacice/headmain.jpg');
border: none;
margin: auto;
padding-top: 0px;
text-align: right;
}

.divmenu1 
{
width: 800px;
height: 30px;
background-color: black;
/*background-image: url('../../grafics/feldadacice/menu1back.jpg');*/
border-top: 2px solid red;
border-bottom: 2px solid red;
margin: auto;
margin-top: 0px;
padding-top: 0px;
text-align: center;
vertical-align: bottom;
}

.divmiddle
{
width: 778px;
min-height: 600px;
margin: auto;
margin-top: 0px;
margin-bottom: 0px;
padding: 10px;
border: 1px solid black;
background-color: black;
color: white;
}

.divmiddle td
{
border: 0px solid red;
padding: 0px;
margin: 0px;
}

.divmenu2
{
width: 148px;
height: 600px;
background-color: black;
background-image: url('');
border-right: 2px solid red;
margin: 0px 0px 0px 0px;
padding-top: 10px;
text-align: center;
}

.divcontent
{
width: 650px;
height: 600px;
background-color: black;
background-image: url('../../grafics/feldadacice/menu1back.jpg');
border: none;
margin: auto;
margin: 0px 0px 0px 0px;
padding-top: 10px;
text-align: center;
}

.divfoot
{
width: 800px;
height: 20px;
background-color: black;
/*background-image: url('../../grafics/feldadacice/menu1back.jpg');*/
border-top: 2px solid red;
border: 1px solid red;
margin: auto;
margin-top: 0px;
padding-top: 0px;
text-align: center;
}

#fbMenuCont {
	position: relative;
}

#fbMenu {
	position: absolute;
	top: 40px;
	left: 150px;
	z-index: 999;
	width: 300px;
	height: 270px;
	background: #ffffff;
	display: none;
}

#fbMenu iframe {
	height: 260px;
	width: 300px;
}

#fbMenuBtn {
	width: 100%;
	display: block;
}

#fbMenuBtn:hover #fbMenu {
	display: block;
}


