/************************
* Zaklad stranky
*************************/

body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff;
}

#main {
	margin: 0 auto 0 auto;
	width: 800px;
	background: #f2fff2;
	padding: 0;
	position: relative;
	border: 1px solid #666666;
}

#header {
	height: 110px;
	text-align: center;
	background: url("../pics/logo.jpg") top center no-repeat;
	cursor: pointer;
}

#login {
	color: #666666;
	padding: 2px;
	text-align: center;
}

#leftcol {
	position: relative;
	width: 150px;
	float: left;
}

#maincol {	
	border-bottom: 1px solid #f2fff2;
	border-top: 1px dotted #666666;
	border-left: 150px solid #dff1df;
	min-height: 400px;
	padding: 4px;
}

#footer {
	clear: both;
	padding: 2px;
	text-align: center;
	color: #666666;
	border-left: 150px solid #dff1df;
	font-size: 10px;
}

/************************
* Soucasti sloupcu
*************************/

div.colitem {
	padding: 2px;
	border-bottom: 1px dotted #666666;
	margin-bottom: 1em;
}

div.colnadpis {
	background: #d3efd3;
	padding: 2px;
	font-weight: bold;
	border-top: 1px dotted #666666;	
}

#login div.colitem { border: 0; margin: 0; }

/************************
* Hlasky, chyby
*************************/

.chyba {
	color: red;
	text-align: center; 
}

.ohlaseni {
	color: blue;
	text-align: center; 
}

/************************
* Formulare
*************************/

textarea, input {
	border: 1px dotted #666666;
	background: #e8ffcd;
}

/************************
* Dalsi formatovani
*************************/

.autor {
	text-align: right;
	margin: 2px 2px 4px 2px;
}

.odkaz {
	text-align: center; 
}

.tmavsi {
	background: #c1deac;
}

.nejtmavsi {
	background: #b7db9d;
}

h2 {
    color: #296329;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

a {
    color: #296329;
    text-decoration: underline;
}

a:hover {
    color: #296329;
    text-decoration: none;
}

