/* andreas07 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given for the original design work.Version: 1.1, November 28, 2005 */
/**************** Page and tag styles ****************/
body {
	margin: 0;
	padding: 0;
	color: #303030;
	background: #fafafa url(/grafika/bodybg.gif) top left repeat-y;
	font: 76% Verdana, Tahoma, sans-serif;
}
ul {
	margin: 15px 0 20px 0;
}
li {
	margin: 0 0 8px 0px;
	line-height: 1.5em;
	text-align: justify;
}
th {text-align: left;}
acronym {cursor: help;}
a {
	color: gray;
}
a:hover {
	color: #660021;
}
sup {font-size: 60%;}
#img-center {
	padding: 1px;
	background: #ffffff;
	border: 1px solid #d0d0d0;
    margin: 20px 0 15px 0;
	float: none !important;
}

a img {
	border-color: #d85d5d;
}
a img:hover {
	background: #d85d5d;
	border-color: #d85d5d;
}
.clearer {clear: both;}
/**************** Sidebar area styles ****************/
#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	background: #990031 url(/grafika/sidebarbg.gif) top right repeat-y;
	text-align: right;
}
#sidebar h3 {
	margin: 20px 18px 4px 5px;
	color: silver;
}
#sidebar  p {
	margin: 0 20px 18px 5px;
	color: silver;
	font-size: 0.8em;
}
#sidebar a {
	color: #808080
}
/**************** Navigation menu styles ****************/
#menu {
	padding: 0 0 0 0;
	margin: 115px 0 0 0;
}
#menu a {
	display: block;
	width: 202px;
	padding: 5px 18px 5px 0;
	color: silver;
	background: #990031 url(/grafika/sidebarbg.gif) top right repeat-y;
	font-size: 1.8em;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -2px;
}
#menu a:hover {
	color: #303030;
	background: #f0f0f0 url(/grafika/sidebarbg.gif) top right repeat-y;
}
#menu a.active {
	color: gray;
	padding: 5px 18px 5px 0;
	background: #fafafa;
	border-top: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
}
#menu a.active:hover {
	color: #505050;
	background: #fafafa;
}
/**************** Content area styles ****************/
#content {
	width: 520px;
	margin: 0 0 0 240px;
	padding: 0 0 20px 0;
	background: transparent;
}
#content p {
	margin: 0 0 20px 0;
	line-height: 1.5em;
	text-align: justify
}
#content h1 {
	margin: 0;
	color: #414141;
	font-size: 4em;
	letter-spacing: -5px;
	text-align: right;
	padding-right: 5px;
}
#content h2 {
	margin: 0;
	color: #808080;
	font-weight: normal;
	font-size: 2.5em;
	letter-spacing: -2px;
	text-align: right;
	padding-right: 5px;
}
#content h3 {
	clear: both;
	margin: 30px 0 10px 0;
	padding: 0 2px 0 0;
	color: #990031;
	font-weight: normal;
	font-size: 2em;
	letter-spacing: -2px;
	text-align: right;
}
#content img {
	float: right;
}
#content table .region {
	font-weight: bold;
	height: 30px;
	vertical-align: bottom;
}
#content .blocked {
	text-decoration: line-through;
}

#news {
    background-color: #eaeaea;
    border: 1px solid #990031;
    padding: 15px;
}
#news p {
    margin: 10px 0 0 0;
}

#news form {
    border: none;
    border: 1px solid #c1c1c1;
    margin: 30px 0 0 0;
    text-align: center;
}
#news label {
    width: auto;
    margin: 0 6px 0 0;
    display: inline;
    float: none;
}
#news input {
    width: auto;
}
.hodiny {
    background-color: silver;
    width: 100%;
}
.hodiny td {background-color: white;}
.hodiny th {border: 1px solid white;}
#tech img {
    border: none;
    margin: 0;
    float: none;
    vertical-align: middle;
}
#tech a img {
    background-color: transparent;
}
.historicke {
    background-color: #F2F2F2;
    padding: 2px 15px;
}

/* gallery */
#gallery img {
    float: left;
	margin: 0 0 5px 5px;
	padding: 1px;
	background: #ffffff;
	border: 1px solid #d0d0d0;
}
#gallery .date {
    float: right;
    font-size: 80%;
    margin-top: -10px;
}
#gallery p {
    margin: 0 0 10px 0;
}


/* forms */
form {
	background-color: #eaeaea;
	padding: 20px;
	border: 1px solid #990031;
}
fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
label {
    display: block;
    float: left;
    width: 100px;
}
input {
    width: 365px;
    vertical-align: middle;
}
input .file {
    width: 465px;
    vertical-align: middle;
}
textarea {
    vertical-align: top;
    width: 365px;
    height: 110px;
    font: 100% Verdana, Tahoma, sans-serif;
}
.button {
    background-color: #660021;
    border: 1px solid white;
    color: white;
    width: auto;
    margin: 10px 0 0 100px;
}
.checkbox {
    width: auto;
}
.star {
    color: red;
    font-weight: bold;
    cursor: help;
}
.form-message {
    color: red;
    font-weight: bold;
    text-align: center;
}

/* html edit box */
#html-edit-box img {
    float: none;
    margin: 0;
    padding: 0;
    background: transparent;
}
#html-edit-box textarea {
    height: 400px;
}

/* diskuse */
#diskuse {
    width: 100%;
    border: 1px solid #dfdfdf;
}
#diskuse .date {
    font-size: 70%;
    width: 8em;
}
.lichy {
    background-color: #ebebeb;
}
#tema div {
    border: 1px solid #dfdfdf;
    padding: 2px;
    margin: 10px 0 0 0;
}
#tema b {
    display: block;
    background-color: #dfdfdf;
    padding: 2px;
}



/* footer */
#bottom-menu {
    margin-top: 60px;
    font-size: 80%;
    text-align: center;
}
#copyright {
    margin-top: 5px;
    text-align: center;
    font-size: 80%;
}

/* pomocne */
.right {text-align: right}

/* reklamy */
#google-adds {
    position: absolute;
    left: 810px;
    top: 30px;
    width: 160px;
    height: 600px
}
