/* ********* definice obecnych HTML znacek ********* */

body {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 0.8em;
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #f6d968;
}

a {
	color: #36B0D9;
	text-decoration:none;
}

a:hover {
	color: #EA6860;
}

h1 {
	font-size: 110%;
}

h2 {
	font-size: 100%;
}

img {
  border: none;
}

.clearing {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}


/* ******************************************* */
/* ************ nastaveni stranky ************ */
/* ******************************************* */
#header {
  width: 769px;
  margin: auto;
  position: relative;	
}

#page {
  width: 769px;
  margin: auto;
  padding:0px;
  background-image:url("../images/zluta-bg.gif");  
  background-repeat: repeat-y;
  position: relative;	
}


/* ******************************************* */
/* ************ nastaveni layoutu *********** */
/* ******************************************* */

.sectionTitle {
	 color: #f6d968;
}

#top {
  width: 100%;
	height: 197px;
	background-image:url("../images/zluta-top.gif"); 
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 2;	
}
#webTitle {
	font-size: 12pt;
	font-weight: bold;
	z-index: -2;
	width: 400px;
	height: 60px;
	color: #000000;
	margin-left: 15px;
	position: absolute;
	top: 20px;
	left: 0px;
}

#webTitle a {
	display: block;
	text-decoration: none;
	color: #000000;
}

#MainContent {
  margin-left: 260px;
  padding: 30px 60px 20px 0px;
  font-size: 89%;	
  min-height: 455px;
  _height: 455px; 
}
		
#LeftCol {
	position:absolute;
	top:0px;
	left: 0px;
	width: 210px;
	height: 440px;
	background-image:url("../images/zluta-menu.gif"); 
  background-repeat: no-repeat;
  margin: 10px 0px 0px 30px;
}

#lefColBottom {
	position: absolute;
	top: 415px;
	left: 0px;
	height: 53px;
	width: 122px;
	background-image:url("../images/spodni-menu.gif"); 
	background-repeat: no-repeat;
	margin: 10px 0px 0px 40px;
	padding-top: 5px;
	text-align: center;
	font-weight:bold;	
  line-height: 10px;	
}

#lefColBottom a:hover {
	color: White;
}

#menu-ruzova, #menu-modra {
  display: none;
} 
#menu-zluta {
  font-family: Arial, Verdana, "Geneva CE", lucida, sans-serif;
  font-weight:bold;
  text-align:center;
  width:115px;
  color: #ffffff;
  position:absolute;
  top:27px;
  left: 36px;
  line-height: 10px;
}  
a.I, a.II  {color:#ffffff;line-height: 20px;font-size: 11px;}
a.I:hover {color:#FFDC82;}
a.II:hover {color:#EA6860;}

a.III {color:#36B0D9;font-size: 9px;}
a.III:hover {color:#EA6860;}

a.IIII {color:#EA6860;font-size: 9px;}
a.IIII:hover {color:#36B0D9;}

.spacer1, .spacer2{
  font-size: 1px;
	line-height: 1px; 
}
.spacer1{
  height:71px;  
}
.spacer2{
  height:75px;
}




#footer {
  height:30px;
  width: 769px;
  margin:auto;
  background-image:url("../images/zluta-bottom.gif"); 
  background-repeat: no-repeat;
  background-position: left top;
  padding: 2px 0px 0px 0px;
}

.copyrightClaim {
	color: black;
	font-size: 82%;
	padding: 2px 0px 0px 25px;
}

/* ******************************************* */
/* ************ article *********** */
/* ******************************************* */


.ArticleTitle {
	font-size: 140%;
}

ul { 
  list-style-image: url("../images/dot.gif") 
  }
li { 
  margin-bottom:10px; 
  }


/*******************************/
/********* discussion **********/
/*******************************/

#divArticleDiscussion {
	margin-top: 20px;
}

.articleDiscussionIntro {
	margin-top: 5px;
}

.grdArticleDiscussion, #forumNewMessageBox {
	background-color: silver;
	width: 100%;
}

.grdDiscussion td {
	border-bottom: solid 1px silver;
}

.grdArticleDiscussion .articlesListAlternating {
	background-color: #DDDDDD;
}

.grdArticleDiscussion .forumDate, .grdDiscussion .forumDate {
	white-space: nowrap;
	width: 100px;
}

.grdArticleDiscussion .forumSubject, .grdDiscussion .forumSubject {
	font-weight: bold;
}

.articleDiscussionTitle {
	background-color: gray;
	padding: 2px 0px 4px 4px;
	font-weight: bold;
	color: White;
}

#divArticleDiscussion .divButtons {
	text-align: right;
}

#divArticleDiscussion .divButtons a, #hrefWholeArticle {
	padding: 4px;
	display: block;
	font-weight: bold;
	float: right;
	margin-left: 2px;
	margin-top: 2px;
	color: white;
	background-color: silver;
	text-decoration: none;
	width: 150px;
	text-align: center;
}

#divArticleDiscussionBox {
	height: 150px;
	width: 99%;
	overflow: hidden;
}

#divButtonWholeArticle
{
	margin-top: 10px;
	border-bottom: dotted 2px silver;
}

#hrefWholeArticle {
	margin-top: 0px;
	font-weight: normal;
}

#forumNewMessageBox {
	margin-top: 15px;
}

#forumNewMessageBox form {
	padding: 10px;
}

#forumNewMessageBox form .inputItem {
	width: 100%;
}

#forumNewMessageBox form table .inputItem {
	width: auto;
}

#archivSurveys .survey {
	width: 160px;
}

#archivSurveys table td {
	width: 33%;
	border: silver 1px solid;
	vertical-align: top;
	padding: 3px;
	background-color: rgb(225,225,225);
}

#archivSurveys .survey td{
	border: none;
	width: auto;
}


/*****************************************************/
/******************* diskusni forum ******************/
/*****************************************************/

.topicTitle {
	font-size: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#discussionNavigationTop {
	background-color: Silver;
	padding: 10px;
}

.messageSub 
{
	clear: both;
}

.panelUser 
{
	font-size: 100%;
	float: left;
}

.panelMessage
{
	float: left;
	width: 100%;
}

.editSubject 
{
	width: 98%;
}

.editText 
{
	width: 98%;
	height: 200px;
}

.editUserName
{
	width: 45%;
}

.editUserEmail
{
	width: 45%;
}

.messageDate 
{
	font-size: 80%;
}

.messageReply
{
	float: right;
	width: 95%;
	text-align: right;
}

.messageItem
{
	border-style: solid;
	border-width: 0px;
	border-color: Black;
	margin-top: 5px;
	margin-bottom: 5px;
}

.messageItemNew
{
	border-style: solid;
	border-width: 2px;
	border-color: #AA0000;
	margin-top: 5px;
	margin-bottom: 5px;
}

.messageSubject 
{
	font-size: 120%;
	font-weight: bold;
}

.messageItemUserBox 
{
	background-color: #DDDDDD;
	padding: 5px;
}

.messageItemMessageBox 
{
	border-style: solid;
	border-width: 1px;
	border-color: #DDDDDD;
	padding: 5px;
}

.navigationPageNumber {
	padding-left: 5px;
}

#newRecord {
	margin-top: 15px;
	background-color: #AAAAAA;
	height: 280px;
}

#newRecordMessageBox
{
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #DDDDDD;
	background-color: #DDDDDD;
	height: 280px;
}

#newRecordMessageBox div
{
	padding-top: 5px;
}

#newRecordUserBox 
{
	width: 90px;
	float: left;
	padding: 5px;
}

#developer {
	text-align: center;
	font-size: 80%;
	color: Black;
}

#developer a {
	color: Black;
	text-decoration: none;
}
