/* general */

body
{
    font-size: 14px;
    color: white;
    font-family: "Lucida Grande", Helvetica, Tahoma, Arial, sans-serif;
    padding: 0px;
    margin: 0px;
    background: gray;
}

body *
{
    padding: 0px;
    margin: 0px;
}
a 
{
	color: #ffd30e;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
/* layout */

#container
{
    width: 750px;
    border: 1px #626262 solid;
    background: #e50083 url('../images/background_1.gif') 0 0  no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 0px;    
    padding: 0px;
    
}


#container1
{
    width: 750px;
    height: 800px;
    border: 1px #626262 solid;
    background: #221E1F url('../images/background_1a.gif') 0 0  no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 0px;    
    padding: 0px;
    
}

#header
{
    width: 100%;
    height: 94px;
    background: url('../images/header.jpg') top no-repeat;

}

#header h1, #header h2
{
    display: none;
}

#menubar
{
    width: 100%;
    height: 34px;
    background: url('../images/menu_background_s.jpg') repeat-x;
    text-align: right;
}

.mainmenu
{
    float: right;
	height: 30px;
    padding-left: 5px;
    padding-right: 5px;
	}
#page
{
    padding-top: 15px;
    width: 100%;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
	margin: 0px;    
}



#text
{
    float: left;
    width: 390px;
    padding-left: 60px;
    padding-right: 15px;
    padding-top: 90px;
    margin-bottom: 12px;    
    text-align: justify;
}
#text ul
{
    padding-left: 20px;
}

#text1
{
    float: left;
    width: 290px;
    padding-left: 60px;
    padding-right: 15px;
    padding-top: 90px;
    margin-bottom: 12px;    
    text-align: justify;
}
#text1 ul
{
    padding-left: 20px;
}

#pictures
{
    float: right;
    width: 207px;
    padding-right: 15px;
}

/* formatting */

#bottom
{
    text-align: center;
    padding: 0px;
    margin: 0px;
	vertical-align: top;  

}
#footer
{
	color: white;
    text-align: center;
    padding: 10px;
    margin: 0px;
    font-size:9px;
}
#footer a
{
    color: white;
    decoration: underline;
}

#footer a:hover
{
    color: #c50022;
}
#menubar
{
    font-weight: bold;
    line-height: 30px;
}

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

#menubar a:hover
{
    text-decoration: underline;
}

#text a
{
    color: #ffd30e;
}

#text1 a
{
    color: #white;
}

#text a:hover
{
    color: #fff;
    
}
#text1 a:hover
{
    color: #fff;
    
}

#sidebar
{
    margin-left: 0px;
    width: 250px;
    padding: 160px 0px 10px 20px;
    float: right;
    text-align: right;

}

#sidebar h1
{
	color: #ffd30e;
    font-size: 16px;
    padding: 15px 46px 3px 0px;
}

#sidebar h2
{
    font-size: 15px;
    color: rgb(0, 0, 0);
    padding-bottom: 9px;
    margin-bottom: 9px;
    padding-left: 9px;
    border-bottom: 1px solid black;
}

#sidebar a
{
    text-decoration: none;
}

#sidebar a:hover
{
	color: white;
    text-decoration: underline;
}


#sidebar ul
{
    font-size: 12px;
    padding-left: 0px;
}

#sidebar li
{
	color: #ffd30e;
	list-style: none;  
	padding-bottom: 4px;	
	padding-top: 4px;
	padding-right: 46px;
}

#sidebar p
{
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
}
.odrazka
{
	background: url('../images/odrazka_1.gif') right no-repeat;
}

#aktive li
{
	color: white;
}
#aktive li a
{
	color: white;
    text-decoration: none;
}

#aktive li a:hover
{
	color: #ffd30e;
    text-decoration: underline;
}

#aktive li h1
{
   margin: 0; padding: 0;

}

#sidebar5
{
    margin-left: 200px;
    width: 350px;
    padding: 85px 0px 10px 20px;
    float: right;
    text-align: left;

}

#sidebar5 h1
{
	color: #ffd30e;
    font-size: 16px;
    padding: 15px 46px 3px 0px;
}

#sidebar5 h2
{
    font-size: 15px;
    color: rgb(0, 0, 0);
    padding-bottom: 9px;
    margin-bottom: 9px;
    padding-left: 9px;
    border-bottom: 1px solid black;
}

#sidebar5 a
{
    text-decoration: none;
}

#sidebar5 a:hover
{
	color: white;
    text-decoration: underline;
}


#sidebar5 ul
{
    font-size: 12px;
    padding-left: 0px;
}

#sidebar5 li
{
	color: #ffd30e;
	list-style: none;  
	padding-bottom: 4px;	
	padding-top: 4px;
	padding-right: 46px;
}

#sidebar5 p
{
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
}




/* TEXT */

.imgright
{
    float: right;
    border: 1px solid gray;
    margin-left: 10px;
    margin-bottom: 10px;
}
.imgleft
{
    float: left;
    border: 1px solid gray;
    margin-right: 10px;
    margin-bottom: 10px;
}

#text p
{
    margin-bottom: 12px;
    text-align:justify;
}

}

#text1 p
{
    margin-bottom: 12px;
    text-align:justify;
}
#text2 p
{
    margin-bottom: 12px;
    margin-left: 50px;
    margin-right: 10px;
    text-align:justify;
}

#text h1
{
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 14px;
	color: #ffd30e;
    font-size: 20px;
}
#text1 h1
{
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 14px;
	color: #white;
    font-size: 20px;
}
#text2 h1
{
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 14px;
	color: #white;
    font-size: 20px;
}

#text h3
{
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 14px;
}

#text2 h3
{
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 14px;
}
#text1 h3
{
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 14px;
}
#text h4
{
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 14px;
	color: #ffd30e;
    font-size: 36px;
}
#text1 h4
{
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 14px;
	color: #white;
    font-size: 36px;
}
#text2 h4
{
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 14px;
	color: #white;
    font-size: 36px;
}
#text li
{
	list-style: disc;  
}
#text1 li
{
	list-style: disc;  
}
#text2 li
{
	list-style: disc;  
}
.scroll {font-weight:bold; font-size:36; text-align: center; font-family: Verdana, Courier, Courier New;}

.zelena
{
	color: #98c000;
}
.cervena
{
color: #e50083;
}
.zluta
{
	color: #ffd30e;
}

