body {
	margin: 15px 0px 15px 0px;
	padding: 0px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 0.7em;
	background-color: white;
	color: black;
	text-align: center;
	background-image: url('/images/background-page.jpg');
}

a {
	color: rgb(63,72,133);
}

a:hover {
	color: rgb(203,32,24);
}

h1 {
	font-size: 140%;
	color: rgb(203,32,24);
	margin: 5px 0px 5px 0px;
	font-weight: normal;
}

h2 {
	font-size: 130%;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}

h3 {
	font-size: 110%;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

#page {
  position: relative;
  width: 780px;
  height: 448px;
  text-align: left;
  margin: auto;
  background-color: rgb(232,162,74);
}

#header {
  position: absolute;
  width: 334px;
  height: 448px;
  background-color: rgb(114,143,185);
  border-right: 1px white solid;
  z-index: 10;
  top: 0px;
  left: 0px;
}

#webTitle {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 200%;
  font-weight: bold;
  color: white;
  z-index: 1;
}

#webTitle a {
  text-decoration: none;  
  color: white;
}

#webTitle .claim {
	font-size: 50%;
	display: block;
}

#photoIllustration {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

/*********************************************************/
/********************* menu ******************************/
/*********************************************************/

#menu {
  position: absolute;
  left: 2px;
  top: 80px;
  z-index: 4;
  font-size: 120%;
}

#menu ul {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	list-style-type: disc;
	color: White;
}

#menu a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
	color: #AA0000;
}

#menu li {
	padding: 0px 0px 2px 0px;
}

#menu li ul li {
  	border-bottom: rgb(12,70,169) 1px solid;
  	border-top: 1px solid #FFFFFF;
  	padding: 2px 0px 2px 0px;
}

#menu li ul a {
  width: 160px;
  border-right: none;
/*  border-right: solid 1px rgb(19,105,156);
  border-left: solid 1px rgb(19,105,156);*/
  font-size: 11px;
  background-color: rgb(12,70,169);
  color: White;
}

#menu li ul {
  margin: 0px;
  padding: 1px;
  position: absolute;
  background: white;
  width: 180px;
  left: -999em;
  background-color: rgb(12,70,169);
}

#menu li ul ul {
	margin: -1em 0 0 150px;
}

#menu li ul ul li a {
	border-left: solid 1px white;
}

#menu li:hover ul ul, #menu li.menuHover ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.menuHover ul, #menu li li.menuHover ul {
	left: auto;
}

#languages {
  position: absolute;
  right: 10px;
  bottom: 3px;
  z-index: 10;
}


/*********************************************************/
/********************* název sekce**********************/
/*********************************************************/

#sectionTitleContent {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	color: white;
	font-weight: bold;
	border-bottom: solid 1px white;
	line-height: 1em;
	position: relative;
	top: -10px;
}

#bulletTitle {
	position: relative;
	top: 15px;
	left: -10px;
}

/*********************************************************/
/********************* hlavni obsah **********************/
/*********************************************************/


#mainContent {
	padding-left: 340px;	
	margin: 20px 0px 0px 0px;
	height: 448px;
	overflow: auto;
	position: relative;
	scrollbar-face-color: brown;
	scrollbar-highlight-color: rgb(232,162,74);
	scrollbar-3dlight-color: #BC9A5C;
	scrollbar-darkshadow-color: brown;
	scrollbar-shadow-color: brown;
	scrollbar-arrow-color: white;
	scrollbar-track-color: rgb(232,162,74);
}

#inside {
	padding: 20px 30px 10px 20px;	
	line-height: 1.5em;
	text-align: justify;
	position: relative;
}


#inside p {
	margin-top: 0px;
}

#mainContent .articleItem {
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#mainContent .perexImage {
  float: left;
  margin: 0px 10px 0px 0px;
}

#mainContent .articleTitle {
  font-size: 120%;
  margin: 0px 0px 5px 0px;
  color: White;
  font-weight: bold;
}

#mainContent .articleDate {
	float: right;
	color: Gray;
}

#mainContent .articlePerex p {
	margin: 0px;
	padding: 0px;
}

#mainContent .articlePerexGallery {
	margin-bottom: 10px;
	}

.navigation {
	text-align: center;
}

#footer {
	position: relative;
	width: 780px;
	height: 99px;
	margin: auto;
	margin-top: 5px;
	clear: both;
	background-image: url('/images/footer.gif');
	background-repeat: no-repeat;
	background-color: White;
	color: black;
}

#footer a {
	color: black;
	text-decoration: none;
}

#footer .contact {
	position: absolute;
	bottom: 5px;
	left: 10px;
}

#footer .developer {
	color: gray;
}

#footer .developer a {
	color: gray;
	text-decoration: none;
}

/*******************************/
/********* 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: orange;
	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;
}

/*****************************************************/
/******************* 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;
}


/*************************/
/********* form **********/
/*************************/

.label {
  font-size: 90%;
  margin-top: 10px;
  display: block;  
}

.inputItem {
  width: 500px;
}

.buttonSend {
  width: 500px;
  text-align: center;
  margin-top: 10px;
}

.button {
	margin-top: 3px;
	text-align: right;
}

.button button {
	border: 1px;
}



/****************************/
/********* section **********/
/****************************/

.grdSections {
	border-bottom: solid 1px silver;
	margin-bottom: 20px;
}
#mainContent .grdSections .sectionItem {
	border: none;
}

.grdSections td, #grdArticlesTiles td, .grdPictures td {
	vertical-align: top;
	width: 20%;
}

.grdSections .sectionItem, #grdArticlesTiles .articleItem, .grdPictures .pictureItem {
	text-align: center;
	border: none;
}

.grdSections .sectionItem .perexImage, #grdArticlesTiles .articleItem .perexImage, .grdPictures .pictureItem .perexImage {
	float: none;
}

.grdSections .sectionItem .title, #grdArticlesTiles .articleItem .title, .grdPictures .pictureItem .title {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}
