﻿/* Partneri */
#partners {
  padding: 10px;
  clear: both;
}
#partners h2 {
  color: white;
  font-size: 32px;
}
#partners {
  font-size: 1.5em;
  line-height: 2em;
}

#partners panel {
  display: none;
}

/* validace - chyby */
.validation-summary-errors
{
	color: #f02025;
	background-color: inherit;
	font-weight: bold;
}

ul.validation-summary-errors li
{
    font-weight: normal;
}

.field-validation-error
{
	color: #f02025;
	background-color: inherit;
}

.input-validation-error
{
    border: 1px solid #f02025;
    background-color: #ffeeee;
}


/* fieldset */
fieldset 
{
    padding: 1em;
    border : 1px solid #c0c0c0;
	color: #505050;  
}

fieldset legend 
{
  padding: 0.2em 0.5em;
  border:1px solid #c0c0c0;
  font-size:90%;
  text-align:right;
}

fieldset p
{
    padding: 0.2em;
}

fieldset label 
{
    float: left;
    width: 100px;
    text-align: right;
    padding-right: 0.5em;
}

fieldset button
{
    margin-left: 100px;
} 

.admin
{
	margin: 4px 0 0 0;
	padding: 4px;
	border: 1px solid #c0c0c0;
	background-color: #fafbfc;
	color: #505050;
}

.admin button
{
    width: auto;
    padding: 0 4px;
    border: 1px solid #808080;
    font-size: 0.9em;
    text-align: center;
    margin: 0 0 0 2px;
}

.partner-kontakt
{
    margin: 5px 250px 5px 0;
    padding: 10px;
	border: 1px solid #c0c0c0;
	background-color: #fafbfc;
	color: #505050;
	line-height: 1.5em;    
}

/* harmonika - div, na ktery se klikne pro rozbaleni harmoniky */
.harmonikaButton
{
	color: #467aa7;
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
	cursor: pointer;
}
/* harmonika - class, ktery je pridan k divu harmonikaButton pri rozbaleni harmoniky */
.harmonikaOpened
{
	color: #467aa7;
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
	cursor: pointer;
}

/* harmonika - div, na ktery rozbali */
.harmonikaContent
{
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #c0c0c0;
	background-color: #fafbfc;
	color: #505050;
	line-height: 1.5em;    
}



/* class ckeditor, je pouzity jako styl pro body ckeditoru.
   Kopiruje styl #content, aby i pri wysiwyg editaci byla jakz takz predstava,
   jak to bude vypadat. */
.ckeditor {
	text-align: left;
	background: #ffffff;
	color: #303030;
	font-size: 0.9em;
	padding: 20px 0 0 20px;
}
.ckeditor h2 {
	display: block;
	margin: 0 0 16px 0;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #505050;
	background-color: inherit;
}
.ckeditor h2 a {
	font-weight: normal;
}
.ckeditor h3 {
	margin: 0 0 5px 0;
	font-weight: normal;
	font-size: 1.5em;
	letter-spacing: -1px;
}
.ckeditor p 
{
    text-align: justify;
}
.ckeditor a:hover {
	text-decoration: underline;
}
.ckeditor ul, .ckeditor ol {
	margin: 0 5px 16px 35px;
}
.ckeditor dl {
	margin: 0 5px 10px 25px;
}
.ckeditor dt {
	font-weight: bold;
	margin-bottom: 5px;
}
.ckeditor dd {
	margin: 0 0 10px 15px;
}