body {
	background:#ADC042;
	padding: 0px;
margin: 0px;font-family: Georgia;
font-size: 13px;
}
/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:15px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.apple_overlay a
{
font-size: 15px;
font-family: Georgia;
color: white;
border-bottom: 1px dotted white;
}
.apple_overlay a:hover
{
font-size: 15px;
font-family: Georgia;
color: white;
border-bottom: 1px dotted white;
}
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

a
{
color: #2882c1;
font-family: Tahoma;
font-size: 13px;
text-decoration: none;
}
a:hover
{
color:#3ED02E;
font-family: Tahoma;
border-bottom: 1px dotted #3ED02E;
}
#kontajner
{
width: 970px;
margin: 0 auto;
}
#kontajner a
{
color: #2882c1;
text-decoration: none;
}
#kontajner a:hover
{
color: #fff;
text-decoration: none;
border-bottom: none;
}
#text
{
font-size: 26px;
font-family: Georgia;
color: white;

 text-shadow: 1px 1px 1px black;
}
#text a
{
font-size: 26px;
font-family: Georgia;

color: #2882c1;
text-decoration: none;

}
#text a:hover
{
color: #fff;
text-decoration: none;

}

#follow
{
margin: 0 auto;
width: 600px;
}
#footer
{
position:absolute;
   bottom:0;

background:  rgb(242,242,242) url(dialog_bg.png) repeat-x;
clear: both;
width: 100%;
float: center;
height: 93px;
font-size: 12px;

}
#footer a
{
margin: 10px;
font-family: Georgia;
font-size: 12px;
}
#lista
{
color: rgb(67,62,44);
font-family: Georgia;
font-size: 12px;
height: 23px;
background: url(lista.png) repeat-x;
width: 100%;

padding-bottom: 3px;
padding-top: 1px;

}
#lista a
{
color: rgb(67,62,44);
font-family: georgia;
}
input.prihlas
{
height: 25px;
width: 80px;
background: url(submitobr.png) ;
font-family: Georgia;
border: none;
cursor:pointer !important;
color: white;
margin-left: 5px;
}
#contentWrap
{
font-size:14px; 
}
