body {
	/*Zakladni pismo*/
	font-size: 100%;
	font-weight: normal;
	font-family: sans-serif;

	color: black;

	/*Pozadi*/
	background-color: #70611D;
	background-color: #5A613E;
	background-color: #9AA66A;
	background-color: #394425;
	background-color: #B8A553;
	background-color: #537AA3;
	background-color: #FFFFFF;
	background-color: #95AFC9;
	background-color: #FFFFFF;
	background-color: #95AFC9;
	/*
	background-image: url(../../images/common/background-2.png);
	background-repeat: repeat-x;
	*/
	
}

#page {
	font-size: 10pt;
	_font-size: 100%;
    background-color: #FFFFFF;
    border-color: #B8A553;
    border-color: #537AA3;
    border-color: #FFFFFF;
    /*border-color: #3A5572;*/
    border-style: solid;
    border-width: 2px;
}

table {
	background-color: #FFFFFF;
    border-color: #B8A553;
    border-color: #537AA3;
    border-style: solid;
    border-width: 1px; 
}

#head {
    
}

#head-content {
	overflow: hidden;
}

#strip {
	background-image: url(../../images/common/strip-2.jpg);
	background-position: 100%;
}

#strip-title {
	position: absolute;
	top: 100px;
	left: 20px;
}

#strip-title .title {
	font-size-adjust: none;
	font-size: 30pt;
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	font-family: serif;
	color: #B8A553;
	color: #FFFFFF;
}

#strip-line {
	background-image: url(../../images/common/line.png);
	background-repeat: no-repeat;
	background-position: 50%;
	_background-position: 0%;
	width: 70%;
	height: 1px;
	position: absolute;
	top: 138px;
	left: 20px;
	font-size: 0px;
	padding: 0px;
}

#strip-motto {
	position: absolute;
	top: 140px;
	_top: 142px;
	left: 20px;
}

#strip-motto .motto {
	font-size-adjust:none;
	font-size: 18pt;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	font-family: serif;
	color: #B8A553;
	color: #FFFFFF;
}

#main {
}

#main-content {
	font-size: 100%;
	background-color: #FFFFFF;	
}

#logo-container {
	background-color: #FFFFFF;
}

#menu {
	padding: 0px;
	margin: 0px;
	background-color: #B8A553;
	background-color: #FFFFFF;
	width: 100%;
}

#menu-content {
	background-color: #B8A553;
	background-color: #FF9900;
	background-color: #3A5572;
	width: 100%;
}


.menu-item {
	/*
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #C6B775;
	*/
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;

	/*background-image: url(../../images/common/menu-background-2.png);*/
	background-repeat:repeat-x;
	background-position:100%;
	background-color: #B8A553;
	background-color: #FF9900;
	background-color: #3A5572;
	color: #FFFFFF;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
	font-size: 100%;
	font-style: italic;
	float:left;
}

.menu-item-noborder {
	color: #FFFFFF;
	background-color: #B8A553;
	background-color: #FF9900;
	background-color: #3A5572;
	/*background-image: url(../../images/common/menu-background-2.png);*/
	background-repeat:repeat-x;
	background-position:100%;

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	font-size: 100%;
	
	width: auto;
}

.menu-item-text {
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 100%;
}

.selected {
	/*
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #7594B5;
	*/
	/*background-image: url(../../images/common/menu-background-2-selected.png);*/
	background-repeat:repeat-x;
	background-position:100%;

	background-color: #537AA3;
}

h1 {
	font-size: 150%;
	font-weight: bold;
}

h2 {
	font-size: 130%;
	font-weight: bold;
}

h3 {
	font-size: 120%;
	font-weight: bold;
}

ul {
	margin-top: 10px;
}

li {
	list-style-type: square;
	margin-left: 0px;
}

#foot {
}

#foot-content {
	font-size: 90%;
	font-family: sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #B8A553;
	background-color: #537AA3;
	padding: 5px;
}

a.menu:link, a.menu:active, a.menu:visited { 
	text-decoration: none;
	color: #FFFFFF;
}

a.image-ref:link, a.image-ref:active, a.image-ref:visited { 
	text-decoration: none;
}

img {
	border-width: 0px;
}

.left-image-card {
	padding:10px;
	float:left;
	width:220px;
}

.right-image-card {
	padding:10px;
	float:right;
	width:230px;
}

.image {
	text-align: center;
}

.image-label {
	width:100%;
	font-size: 80%;
	font-style: italic;
	text-align: center;
	height: 3em;
}

p, li {
	text-align: justify;
}

/* styly pro novinky */
div.nws-messages-section {
	
}

div.nws-category {
	border-width: 1px;
	border-color: #95AFC9;
	border-style: solid;
	margin-bottom: 2em;
	background-color: #F7F7F7; 
	clear: both;
}

div.nws-category-label {
	font-style:italic;
	font-weight: bold;
	font-size: 150%;
	color: #537AA3; 
	padding: 0.5em;
	float: left;
}

div.nws-category-content {
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em; 
}

div.nws-message {
	margin-bottom: 0.5em;
	clear: both;
}

div.nws-message-title {
	font-weight: bold;
	font-size: 130%;
	color: black; 
	border-width: 1px;
	border-color: silver;
	border-style: none none solid none;
}

div.nws-message-author {
	font-weight: normal;
	font-size: 80%;
	color: balck;
	text-align: right;
}
	
div.nws-message-date {
	font-weight: normal;
	font-size: 80%;
	color: balck;
	text-align: right;
}

div.nws-message-content {
	padding:1em;
	padding-top: 0.5em;
}

div.nws-message-images {
	float:left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

div.nws-message-image {
}

img.nws-message-image {
	border-style: none;
	border-width: 0px;
}

a.nws-message-image-link {
	color: #415ca3;
    font-weight: bold;
    text-decoration: underline;
}

div.nws-message-text {
}

a.nws-message-text-web-link {
}

a.nws-message-text-email-link {
}

div.nws-message-attachments {
	clear: both;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.0em;
	padding-right: 0.5em;
	text-align: right;
}

div.nws-message-attachment {
	float: left;
	margin-right: 1em; 
}

span.nws-message-attachment {
	margin-left: 1em; 
}

a.nws-message-attachment-link {
	color: #5D91C1;
	color: #EC453C;
	color: #2C5376;
	font-weight: normal;
	text-decoration: none;	
}

img.nws-message-attachment-link {
	border-style: none;
	position:relative; 
	top: 7px; 
	margin-right: 0.2em; 
}

.nws-cleaner {
	clear: both;
}