﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0 0 350px 0;
    color: #333333;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}
p
{
    text-align: justify;
    text-indent: 20px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
    font-style: italic;
    color: #C40000;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
	font-family: "trebuchet MS", verdana, sans-serif;
	position: relative;
	padding: 6px 0 0 0;
	background: #373737;
	color: Black;
	/*border-bottom: 1px dotted #585858;*/
	height: 240px;
    background:url(/Content/Images/Skin/bg-header.png) no-repeat;
}

#content
{
	position:relative;
	_height:1px;
	min-height:1px;
}

#content_inner
{
	_height: 1px;
	min-height: 1px;
	padding: 0;
	position: relative;
}

#content_main
{
    clear: both;
}

#main
{
    padding: 30px 20px 15px 20px;
	position: relative;
	min-height:1px;
	_height:1px;
	width: 700px;
	float: left;
}

#leftmain
{
	padding: 5px 10px;
	width: 180px;
	position: relative;
	left: 0px;
	border-top: 1px dotted #797979;
	float: left;
	/*background: url(/Content/Images/Skin/bg-menu.png) no-repeat;*/
}

#rightmain
{
	padding: 20px 10px;
	float: left;
	width: 180px;
	margin-left: -100%;
	margin-top: -1px;
	position: relative;
	right: -550px;
}

#footer
{
	background: #373737;
    color: #FFF;
    padding: 5px 0 5px;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    clear: both;
}

#footer a
{
	color: #c0c0c0;
}

/* TAB MENU   
----------------------------------------------------------*/
/*ul#menu {padding:0;position:relative;margin:0 0 0 15px ;text-align:right;}
ul#menu li {display:block;list-style:none;background:#d5edc9 url(/Content/Images/Skin/bg-nav-corner-sprite.png) no-repeat 0 -150px;float:left;margin:0 2px 0 0;font-size:1.3em;}
ul#menu li a {padding:10px 20px;font-weight:bold;text-decoration:none;color:#36ae00;background: transparent url(/Content/Images/Skin/bg-nav-corner-sprite.png) no-repeat right -150px;display:block;}
ul#menu li a:hover {text-decoration:none;color:#000;}
ul#menu li a:active {text-decoration:none;color:#009933;}
ul#menu li.selected {background:#fff url(/Content/Images/Skin/bg-nav-corner-sprite.png) no-repeat 0 -150px;}
ul#menu li.selected a {color:#000;}
*/
#menucontainer
{
	margin:-41px 0 0 199px;
	padding:12px 15px 0 15px;
	background:#f6f6f6;
	min-height:28px;
	_height:28px;
	border-top:1px dotted #7a7a7a;
	border-bottom:1px dotted #7a7a7a;
	border-left:1px dotted #7a7a7a;
	font-weight: bold;
}

#menucontainerimage
{
	min-height: 70px;
	_height: 70px;
	margin-top: -1px;
}

#menucontainersubimage
{
	min-height: 70px;
	_height: 70px;
}

ul#menu
{
	margin: 0;
	padding: 0;
	_height: 1px;
	font-weight: bold;
}

ul#menu li
{
	list-style: none;
    border-bottom: 1px dotted #7a7a7a;
	/*background: url(/Content/Images/Skin/menu_right.png) no-repeat right center;*/
}

ul#menu li a
{
	display: block;
	padding: 10px 10px 10px 40px;
	/*border-right:1 px dotted #d2d2d2;*/
	background: url(/Content/Images/Skin/menu_left.png) no-repeat left center;
}

ul#menu a:link, ul#menu a:visited 
{
	color: Black;
	text-decoration: none;
}

ul#menu .selected a:link, ul#menu .selected a:visited 
{
	color: #C40000;
}

ul#menu a:hover 
{
	text-decoration: underline;
}

ul#submenu
{
	margin: 0;
	padding: 0;
	_height: 1px;
	font-weight: bold;
}

ul#submenu li
{
	list-style: none;
	border-bottom: 1px dotted #7a7a7a;
	background-position: 0 4px;
	float: left;
	padding-right: 10px;
}

#submenu a:link,
#submenu a:visited 
{
	text-decoration:none;
	display:block;
	_display:inline;
	color: Black;
}
	
#submenu a:hover 
{
	text-decoration:underline;
}

ul#submenu .selected a:link, ul#submenu .selected a:visited 
{
	color: #C40000;
}

/* TABLE
----------------------------------------------------------*/
#admin_table
{
    font-size: 75%;
}

#admin_table .filter
{
    height: 12px;
    font-size: 100%;
    color: #696969;
}

#admin_table .page
{
    height: 12px;
    font-size: 100%;
    color: #696969;
    width: 20px;
}

#page_btn
{
    font-size: 100%;
}

.selected_page
{
    color: Red;
}

.section
{
    font-weight: bold;
    margin-top: 15px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

#submenucontainerhead
{
    margin: 0;
    clear: both;
}

#submenucontainer
{
    margin: 30px 0 0 0;
    clear: both;
}

#title
{
    display: block;
    float: none;
}

#logindisplay
{
    text-align: right;
    float:right;
    padding-right: 5px;
    padding-top: 220px;
}

#display a:link
{
    color: Black;
    text-decoration: underline;
}

#display a:visited
{
    color: Black;
    text-decoration: underline;
}

#logodisplay
{
    visibility: hidden;
	font-size: 1.5em;
	width: 60%;
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
	letter-spacing: .2em;
}

#logodisplay a:link, #logodisplay a:visited 
{
	text-decoration: none;
	color: Black;
}
	
#logindisplay a:link, #logindisplay a:visited 
{
	color: Black;
}
	
input.button
{
	color: #FFF;
	background: #317f0c url(images/bg-button.png) repeat-x;
	border: 2px groove #FFF;
	font-size: .7em;
	font-weight: bold;
	padding: 0 5px 2px 5px;
	cursor: pointer;
}

input.page
{
	color:#666666;
	height: 12px;
	border: 1px solid #82b26e;
	background: url(images/bg-input.png) no-repeat;
    width: 20px;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.datetime-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.image_left
{
    margin: 5px 10px 5px 0;
    float: left;
    border: 0;
}

.image_right
{
    margin: 5px 0 5px 10px;
    float: right;
    border: 0;
}

.p_center
{
    text-align: center;
    text-indent: 0;
}

.p_noparag
{
    text-indent: 0;
}

.leftspace li
{
    margin-left: 50px;
}

.a_img
{
    border: 0px;
}

.textarea_border
{
    border: 1px solid gray;
    padding: 10px 10px 10px 10px;
}

.edit_image
{
    padding-left: 10px;
    float: left;
}

.main_advert
{
    margin-top: 40px;
    width: 180px;
    text-align: center;
}

/* Main  
----------------------------------------------------------*/
.main_article
{
    margin-left: 40px;
    width: 450px;
}

.main_article a
{
    font-size: 75%;
}

a.main_std
{
    font-size: 100%;
}

.main_news
{
    text-indent: 0;
    padding: 0;
    margin: 0;
}

.main_event
{
    text-indent: 0;
    padding: 0;
    margin: 0;
}

.main_chronicle
{
    text-indent: 0;
    padding: 0;
    margin: 0;
}

.main_web_change
{
    text-indent: 0;
    padding: 0;
    margin: 0;
}

/* Security
----------------------------------------------------------*/
#username, #password, #newPassword, #currentPassword, #email, #confirmPassword
{
    width: 200px;
}

/* Tender
----------------------------------------------------------*/
#tender_who
{
    margin: 30px 100px 50px 100px;
}

.tender_time
{
    padding: 0;
    margin: 0;
}

.tender_place
{
    text-indent: 0;
    margin-left: 20px;
}

#tender_foot
{
    font-weight: bold;
}

/* Event
----------------------------------------------------------*/
.event_rec
{
    margin: 10px auto 0 auto;
    width: 640px;
}

.event_date
{
    float: left;
    width: 200px;
    padding: 10px 0 20px 20px;
}

.event_desc
{
    float: left;
    width: 350px;
    padding-bottom: 20px;
}

.event_name
{
    font-weight: bold;
    text-indent: 0;
    margin: 0;
    padding: 0;
}

.event_description
{
    text-indent: 0;
    margin: 5px 0 0 0;
    padding: 0;
}

.event_separator
{
    clear: both;
}

/* MainImage
----------------------------------------------------------*/
.mainimage_edit_image
{
    padding: 5px 0 5px 0;
}

/* News
----------------------------------------------------------*/
.news_rec
{
    margin: 20px 50px 0 50px;
}

.news_name
{
    text-indent: 0;
    font-weight: bold;
}

.news_article
{
    margin: 10px 50px 10px 50px;
}

/* Letter
----------------------------------------------------------*/
.letter_rec
{
    margin: 20px 50px 0 50px;
}

.letter_head
{
    float: left;
    margin: 0 20px 0 0;
}

.letter_text
{
    font-weight: bold;
    text-indent: 0;
    margin: 5px 0 0 0;
}

.letter_text2
{
    text-indent: 0;
    margin: 5px 0 0 0;
}

.letter_article
{
    clear: both;
    margin: 0 40px 20px 40px;
}

.letter_reply
{
    margin: 20px 40px 20px 40px;
}

/* Chronicle
----------------------------------------------------------*/
.chronicle_rec
{
    margin: 20px 50px 0 50px;
}

.chronicle_article
{
    clear: both;
    margin: 0 40px 20px 40px;
}

.chronicle_name
{
    text-align: center;
    font-size: 1.6em;
    font-style: italic;
    color: #C40000;
}

.chronicle_author
{
    text-align: right;
    margin: 0 70px 20px 0;
}

.chronicle_date
{
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Festival
----------------------------------------------------------*/
.festival_rec
{
    margin: 10px auto 0 auto;
    width: 640px;
}

.festival_subrec
{
    clear: both;
    padding-top: 5px;
    padding-bottom: 20px;
}

.festival_date
{
    float: left;
    width: 120px;
    padding-right: 50px;
    text-align: right;
    line-height: 1.6em;
}

.festival_desc
{
    float: left;
    width: 450px;
}

.festival_name
{
    font-weight: bold;
    text-indent: 0;
    margin: 0;
    padding: 0;
}

.festival_separator
{
    clear: both;
}

/* About  
----------------------------------------------------------*/
p#about_motto
{
    text-align: center;
}

p#about_motto_text
{
    text-align: center;
    font-style: italic;
}

.about_motto_text2
{
    font-style: normal;
    font-size: xx-small;
    padding-left: 16pt;
}

/* Contact  
----------------------------------------------------------*/
p#contact_foot
{
    text-align: center;
    clear: both;
    padding-top: 60px;
}

.contact_label
{
    font-weight: bold;
    padding-bottom: 10px;
}

.contact_name
{
    padding: 0 0 0 180px;
    font-weight: bold;
    float: left;
}

.contact_mail
{
    padding: 20px 0 0 20px;
    font-weight: normal;
    line-height: 150%;
    float: left;
    width: 250px;
}

.contact_contacts
{
    padding: 20px 20px 20px 100px;
    clear: both;
}

.contact_image
{
    padding-left: 10px;
    float: left;
}

.contact_edit_image
{
    padding: 5px 0 5px 0;
}

/* WebResource  
----------------------------------------------------------*/
#Text
{
    width: 600px;
    height: 200px;
}

/* Repertory  
----------------------------------------------------------*/
.repertory_edit_image
{
    padding: 5px 0 5px 0;
}

.repertory_image
{
    float: right;
}

.repertory_rec
{
    margin: 20px 50px 20px 50px;
    clear: both;
}

.repertory_param
{
    width: 400px;
    float: left;
    margin: 20px 0 0 20px;
    line-height: 1.6em;
}

.repertory_title
{
    text-indent: 0;
    font-size: 1.5em;
    font-weight: bold;
    color: #C40000;
    width: 400px;
}

.repertory_description
{
    clear: both;
    padding-top: 20px;
}

/* Admin  
----------------------------------------------------------*/
#admin
{
    padding: 10px 0px 15px 0px;
    background-color: #fff;
    margin: 0px;
    clear: both;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

/* Articles  
----------------------------------------------------------*/
.article_author
{
    font-weight: bold;
    padding: 20px 0 0 20px;
}

.article_text
{
    padding: 20px 0 20px 0;
}

.article_menulink_block
{
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.article_content
{
    font-size: 1.2em;
    font-weight: bold;
    line-height: 150%;
    margin: 20px auto 0 auto;
    width: 300px;
}

.article_new_link
{
    font-weight: bold;
}

/* Změny na webu
----------------------------------------------------------*/
.webchange_rec
{
    width: 700px;
    margin: 0 auto 0 auto;
}

.webchange_text
{
    text-indent: 0;
    padding: 0;
    margin: 0;
}

/* Manuály
----------------------------------------------------------*/
.manual_menu
{
    width: 500px;
    margin: 20px auto 0 auto;
}

.manual_menu_rec
{
    margin: 0;
    padding: 0;
    text-indent: 0;
}

.manual_rec
{
    width: 700px;
    margin: 0 auto 0 auto;
}

.manual_name
{
    color: #C40000;
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 50px;
}

.manual_version
{
    margin: 20px 0 0 50px;
    font-weight: bold;
}

.manual_article
{
}

.manual_author
{
    margin: 5px 0 30px 50px;
    font-weight: bold;
}

/* Publikace  
----------------------------------------------------------*/
#publication
{
    padding: 10px 0px 15px 0px;
    background-color: #fff;
    margin: 0px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#public_cd_caption
{
    margin-top: 50px;
}

#public_mc_content
{
    margin-left: 50px;
}

#public_mc_left
{
    position: relative;
    left: 30px;
    width: 320px;
    float: left;
}

#public_mc_center
{
    position: relative;
    left: 20px;
    width: 250px;
    float: left;
}

#public_mc_right
{
    position: relative;
    left: 10px;
    float: left;
}

#public_book_image
{
    position: relative;
    left: 10px;
    float: left;
    padding-left: 150px;
    padding-bottom: 10px;
}

#public_book_content
{
    float: left;
}

#public_book_foot
{
    clear:both;
}

/* Fotogalerie  
----------------------------------------------------------*/
.photogallery_history
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.photogallery_link_block
{
    font-size: 1.2em;
    font-weight: bold;
    line-height: 150%;
    margin: 20px auto 0 auto;
    width: 300px;
}

.photogallery_link
{
}

.photogallery_image
{
    width: 440px;
    height: 330px;
    float: left;
    text-align: center;
}

.photogallery_end
{
    clear: both;
}

/* Fórum  
----------------------------------------------------------*/
.forum_link_block
{
    font-size: 1.2em;
    font-weight: bold;
    line-height: 150%;
    margin: 20px auto 0 auto;
    width: 300px;
}

.forum_link
{
}

.forum_menulink_block
{
}

.forum_page
{
    text-align: center;
    margin: 10px 0 10px 0;
}

.forum_rec
{
    padding-left: 10px;
    padding-right: 10px;
}

.forum_name
{
    padding: 10px 20px 0px 20px;
}

.forum_message
{
    padding-left: 20px;
    padding-right: 20px;
}

#Message
{
    width: 700px;
    border: 1px solid Black;
}

.forum_form
{
    margin: 0 auto 0 auto;
    width: 800px;
}