/* general */

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

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

#container
{
    width: 750px;
    border: 1px #626262 solid;
    background: #fff url('../images/background.gif') bottom no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 0px;    
    padding-bottom: 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;
}



#text
{
    float: left;
    width: 390px;
    padding-left: 60px;
    padding-right: 15px;
    padding-top: 30px;
    color: #e50083;
}

#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: rgb(197, 0, 34);
}

#text a:hover
{
    color: #fff;
    background: #000;
}

#sidebar
{
    margin-left: 0px;
    width: 250px;
    padding: 80px 0px 60px 20px;
    float: right;
    text-align: right;
}

#sidebar h1
{
	color: #f5911c;
    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: #f5911c;
    text-decoration: underline;
}

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

#sidebar li
{
	color: #f5911c;
	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: #f5911c;
    text-decoration: underline;
}



#aktive1 li
{
	color: #e50083;
}
#aktive1 li a
{
	color: #e50083;
    text-decoration: none;
}

#aktive1 li a:hover
{
	color: #e50083;
    text-decoration: underline;
}

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

}

#aktive2 li
{
	color: #40bcf0;
}
#aktive2 li a
{
	color: #40bcf0;
    text-decoration: none;
}

#aktive2 li a:hover
{
	color: #40bcf0;
    text-decoration: underline;
}



#aktive3 li
{
	color: #98c000;
}
#aktive3 li a
{
	color: #98c000;
    text-decoration: none;
}

#aktive3 li a:hover
{
	color: #98c000;
    text-decoration: underline;
}







/* 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;
}

#text h1
{
    padding-top: 0px;
    margin-top: 0px;

    margin-bottom: 14px;
	color: #f5911c;
    font-size: 20px;
}

#text h2
{
    margin-top: 6px;
    margin-bottom: 12px;
    font-size: 18px;
}

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

.zelena
{
	color: #98c000;
}