@import url('MCEstyle.css');
* {
    margin: 0px;
    padding: 0px;
}

body {
	font-family: Arial, Verdana;
        font-weight: normal;
        font-size: 12px;
        color: #878787;
        background-color: #ffffff;
}

.layout {
    width: 1500px;
    position: absolute;
    left: 50%;
    margin-left: -750px;
}

#header {
    height: 85px;
    width: inherit;
    background-color: #eeeeee;
    position: relative;
}

#header .people-1 {
    width: 97px;
    height: 84px;
    position: absolute;
    bottom: 0px;
    left: 135px;
    background: url('/img/people1-top.png') no-repeat;
}

#header .people-2 {
    width: 117px;
    height: 84px;
    position: absolute;
    bottom: 0px;
    left: 1250px;
    background: url('/img/people2-top.png') no-repeat;
}


#navigator {
    /*height: 14px;*/
    font-size: 11px;
    margin: 0px auto;
    background: #eeeeee;
}

#presentation {
    width: inherit;
    height: 265px;
    background: #ffffff;
    /*position: relative;*/
    background: url('/img/presentation-bg.png') no-repeat;
}

#presentation .flash {
    padding: 21px 0 0 13px;
}

#presentation .left {
    width: 445px;
}

#presentation h1 {
    color: #4e8db4;
    font-size: 22px;
    font-weight: normal;
}

#content {
    width: inherit;
    background: url('/img/content_bg.png') repeat-x;


}

#footer {
    height: 325px;
    width: inherit;
    background-color: #757575;
}

#footer table td {
    padding: 0px;

}

#footer p {
    margin: 0 0 0 5px;
}

.wrapper {
    width: 980px;
    margin: 0px auto;
    position: relative;
}

.cleaner {
    height: 1px;
    clear: both;
}

.separator {
    height: 2px;
    width: inherit;
    background: url('/img/separator.png') repeat-x;
}

#logo {
    width: 417px;
    height: 64px;
    background: url('/img/logo.png') no-repeat;
    position: absolute;
    left: 0px;
    top: 10px;
}

#logo-praha {
    width: 64px;
    height: 63px;
    background: url('/img/praha_logo.png') no-repeat;
    position: absolute;
    left: 475px;
    top: 10px;
}

#search {
    width: 380px;
    /*height: 26px;*/
    position: absolute;
    right: 0px;
    top: 30px;
    background: url('/img/loupe.png') no-repeat 0px 3px;
}

.search-text {
    background: url('/img/search_bg.png') no-repeat;
    width: 267px;
    height: 20px;
    border: 0px;
    padding: 3px;
}

.search-button {
    background: url('/img/search_but.png') no-repeat;
    width: 70px;
    height: 26px;
    border: 0px;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
}

#search-main {
    width: 380px;
    background: url('/img/loupe.png') no-repeat 0px 3px;
    margin-top: 10px;
}

#search-main .text {
    background: url('/img/search_bg.png') no-repeat;
    width: 267px;
    height: 20px;
    border: 0px;
    margin: 0px;
    padding: 3px;
}

#search-main .button {
    background: url('/img/search_but.png') no-repeat;
    width: 70px;
    height: 26px;
    border: 0px;
    color: #ffffff;
}

.left {
    float: left;
    width: 580px;
    z-index: 1;
    padding-bottom: 10px;
}

.right {
    float: right;
    width: 385px;
}

.right p, .right h2 , .right h3, .right h4{
    margin: 0;
}


.menu-wrapper {
    position: relative;
}

#menu {
    height: 50px;
    background: url('/img/menu_bg.png') repeat-x;
    width: inherit;
}


#menu ul {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
}

#top-menu {
    width: 980px;
    margin: 0px auto;
    position: relative;
}

#top-menu li {
	display: block;
	float: left;
	height: 48px;
	/*padding: 6px 7px 0px 5px;*/
	background: url('/img/menu-separator.png') no-repeat right 7px;
	position: relative;
	width: auto;     
}

#top-menu li.last {
	background: none;
}

#top-menu li a {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 15px 7px 0px 7px;
	height: 48px;
	float: left;
}

#top-menu li a.selected,
#top-menu li a:hover {
	color: #ffffff;
        background: url('/img/menu-hover.png') repeat-x;
	border: 0px solid #ffffff; /* required for IE o.O */
}

#top-menu li ul {
	display: none;
	position: absolute;
	top: 48px;
	left: 0px;
	z-index: 5;
        height: 500px;
        width: 100%;
	background: url('/img/transparent.gif') repeat top left;
}

#top-menu li div.picker:hover,
#top-menu li div.picker-selected
{
    background: url('/img/menu-selector.png') no-repeat bottom;
    height: 48px;
}

#top-menu li:hover ul {
	display: block;
        /*height: 300px;*/
        /*z-index: 3000;*/
}

#top-menu li ul li {
	background: none;
	padding: 0px;
	margin: 0px;
	height: auto;
	float: left;
	clear: both;
       /* padding-top: 1px;*/
        /*
        z-index: 3000;*/
}

#top-menu li ul li a {
	display: block;
	font-size: 12px;
	color: #ffffff;
	width: 129px;
	height: auto;
	padding: 8px 8px 8px 8px;
	margin-top: 1px;
	background-color: #547499;
	font-weight: normal;
	text-transform: none;
	opacity: 0.9;/*css3*/
	filter: alpha(opacity=90);/*IE*/
	border: 1px solid #0458a7;
}

#top-menu li ul li a.selected,
#top-menu li ul li a:hover {
	border: 1px solid #0458a7;
        background: none;
        background-color: #5e95b9;
}

#footer p {
    color: #e8e8e8;
}

.footer-top{
    height: 20px;
    width: 70px;
    float: right;
    color: #cfcfcf !important;
    text-decoration: none !important;
    font-size: 13px !important;
    margin: 20px 0 20px 0;
    background: url('/img/up.png') no-repeat right;
}

#footer .left h2 {
    font-weight: normal;
    color: #e8e8e8;
    font-size: 20px;
    margin: 25px 0 0 10px;
}

#footer .right h2 {
    font-weight: normal;
    color: #e8e8e8;
    font-size: 20px;
    margin: 25px 0 0 0;
}

#footer .left form {
    /*margin: 10px 0 0 10px;*/
}

#footer .left label {
    color: #e8e8e8;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

.copyright {
    margin: 20px 0 20px 0 !important;
    font-size: 13px;
    color: #cfcfcf;
    font-weight: normal;
}

.copyright a {
    color: #50ade3;
    font-size: 13px;
    font-weight: normal;
}

.input-text {
    width: 153px;
    height: 18px;
    background: url('/img/input-text.png');
    border: 0px;
    padding: 3px;
}

.input-captcha {
    width: 159px;
    height: 24px;
    background: url('/img/input-text.png');
    border: 0px;
}

.input-textarea {
    width: 381px;
    height: 85px;
    background: url('/img/input-textarea.png');
    border: 0px;
    resize: none;
    padding: 3px;
}

.input-checkbox {
    width: 17px;
    height: 17px;
    border: 0px;
    background: url('/img/input-check.png') no-repeat 100%;
}

.button-blue {
    width: 120px;
    height: 27px;
    border: 0px;
    color: #ffffff;
    font-weight: normal;
    font-size: 12px;
    background: url('/img/button-blue.png');
}

#footer .left .alert {
    font-size: 20px;
}

.float-right {
    float: right;
}

.actions-head {
    width: 385px;
    height: 41px;
    background: url('/img/actions-bg.png') no-repeat;
    margin-top: 10px;
}

.actions-head h2{
    font-size: 22px;
    color: #575757;
    font-weight: normal;
    padding: 10px;
}

#actions {
    background: url('/img/actions-bg2.png') no-repeat top right #ffffff;
    width: 385px;
    height: auto;
    position: relative;
}

.left #actions {
    width: 575px;
    height: auto;
    position: relative;
    background: none;
}

#actions .date {
    width: 51px;
    height: 59px;
    background: url('/img/actions-date.png');
    float: left;
    margin: 10px 0 10px 10px;
}

.left #actions .date {
    margin: 10px 0 10px 0px;
}


#actions .date .year {
    font-size: 11px;
    color: #666666;
    font-weight: bold;
    width: 51px;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

#actions .date .month {
    color: #ffffff;
    font-size: 11px;
    width: 51px;
    text-align: center;
    padding: 0px;
    margin: 0px;

}

#actions .date .day {
    font-size: 24px;
    color: #666666;
    font-weight: bold;
    width: 51px;
    text-align: center;
    padding: 0px;
    margin: 0px 0 0 0 ;

}

#actions .content {
    width: 305px;
    float: right;
    margin: 9px 10px 5px 0;
}

.left #actions p {
    margin: 0px;
}

.left #actions h3 {
    margin: 0px;
}

.left #actions .content {
    width: 495px;
    float: right;
    margin: 9px 10px 5px 0;

}

#actions .content h3 {
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
    color: #6b8411;
    margin: 0px;
}

#actions a.all {
    float: right;
    font-style: italic;
    font-size: 14px;
    padding: 5px 10px 10px 5px;
}

#news {
    width: 385px;
    height: auto;
    position: relative;
}

.left #news {
    width: 580px;
    height: auto;
    position: relative;
}

#news h2 {
    font-size: 22px;
    color: #575757;
    font-weight: normal;
    padding: 10px;
}

#news .img {
    width: 97px;
    height: 107px;
    background: url('/img/news-img.png');
    float: left;
    margin: 10px 0 0 10px;
}

.left #news .img {
    width: 97px;
    height: 107px;
    background: url('/img/news-img.png');
    float: left;
    margin: 10px 0 0 0px;
}

#news .img img {
    width: 85px;
    height: 85px;
    margin: 6px 0 0 6px;
}

#news .content {
    width: 258px;
    float: right;
    margin: 9px 10px 5px 0;
}

.left #news p {
    margin: 0px;
}

.left #news h3 {
    margin: 0px;
}


.left #news .content {
    width: 455px;
    float: right;
    margin: 9px 10px 5px 0;
}


#news .content .date {
    
}

#news .content h3 {
    text-decoration: underline;
    font-style: italic;
    color: #5093ba;
    font-size: 12px;
}

#news a.all {
    float: right;
    font-style: italic;
    font-size: 14px;
    padding: 5px 10px 10px 5px;
}


#paginator {
    float: left;
    margin-top: 5px;
 }

#paginator a {
    text-decoration: none;
}


#paginator .active {
    width: 19px;
    height: 19px;
    padding-top: 2px;
    background: url(/img/p_active.png) no-repeat;
    text-align: center;
    color: #000;
    float: left;
    margin-left: 2px;
}

#paginator .in_active {
    width: 19px;
    height: 19px;
    padding-top: 2px;
    background: url(/img/p_inactive.png) no-repeat;
    text-align: center;
    color: #000;
    float: left;
    margin-left: 2px;
}

#paginator .left_active {
    width: 19px;
    height: 19px;
    padding-top: 2px;
    background: url(/img/p_active.png) no-repeat;
    text-align: center;
    color: #000;
    float: left;
    margin-right: 2px;
}


#paginator .right_active {
    width: 19px;
    height: 19px;
    padding-top: 2px;
    background: url(/img/p_active.png) no-repeat;
    text-align: center;
    color: #000;
    float: left;
    margin-left: 4px;
}

#paginator p {
    float:left;
    margin: 0px 0px 0px 20px;
    padding: 2px 0px 0px 0px;
}

.gallery-text {
    margin-top: 15px;
    font-size: 14px;
}
.gallery {
    width: 100%;
}

.gallery img {
    margin: 4px;
    padding: 3px;
    border: 2px #dedede solid;
}



/*



#sddm
{	margin: 0px auto;
	padding: 0;
	z-index: 1000;
        width: 980px;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;
        z-index: 1000;
}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}
*/


