﻿/* 
modra: #215161
pozadi: #F4F9EE
*/
*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #F4F9EE;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

p
{
	margin-top: 5px;
}

blockquote
{
	font-style: italic;
	color: #006600;
}

h1
{
	background-image: url('images/bgh1.jpg');
	background-repeat: repeat-y;
	background-color: #215161;
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
	text-align: center;
	height: 18px;
	font-weight: bolder;
}

.clear
{
	clear: both;
}

a:link, a:visited, a:active
{
	color: #215060; 
	text-decoration: none
}
 
a:hover 
{
	text-decoration: underline
}

#page-wrapper
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 50px;
	width: 800px;
	
	text-align: left;
}

#header
{
	height: 120px;
	background-image: url('images/top.jpg');
	background-repeat: no-repeat;
}

#logo
{
}

#main-menu
{
	height: 26px;
}

#content-wrapper
{
	min-height: 300px;
}

#left-col
{
	float: left;
	width: 190px;
	
	text-align: left;
}

#page-content
{
	float: right;
	width: 585px;
	
	text-align: left;
	padding-right: 20px;
}

#pre-footer
{
	height: 52px;
}

#footer-wrapper
{
	height: 60px;
	background-image: url('images/bgf.jpg');
	background-repeat: repeat-y;
	margin-left: 10px;
}

.login
{
	border: solid 1px #215161;
}

.login .header
{
	background-image: url('images/bgm.jpg');
	background-repeat: repeat-y;
	color: White;
	font-weight: bold;
}

.login table td
{
	padding: 4px;
}

.btn
{
	background-image: url('images/bgm.jpg');
	background-repeat: repeat-y;
	color: White;
	font-weight: bold;
	border-bottom-style: solid;
	padding: 2px 5px 2px 5px;
	border: solid 1px #215161;
}

