/* Zakladni styly stranky */

BODY {
	margin: 0;
	padding: 0;
	background-color: rgb(102,0,0);
	color: White;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
}

P {
	margin-top: 1ex;
	margin-bottom: 1ex;
}

H1, H2, H3, H4, H5, H6 {
	margin-top: 1ex;
	margin-bottom: 1ex;
	font-weight: bold;
}

H1 {
	font-size: 150%;
}

H2 {
	font-size: 130%;
}

H3 {
	font-size: 120%;
}

H4 {
	font-size: 110%;
}

H5 {
	font-size: 100%;
}

H6 {
	font-size: 100%;
}

A {
	color: rgb(153,153,153);
	text-decoration: underline;
}

IMG {
	border-style: none;
}

DIV.geo {
	display: none;
}

/* Chybove stavy */

P.error {
	text-align: center;
	color: Red;
}

P.warning {
	text-align: center;
	color: Teal;
}

/* Rozvrzeni stranky */

DIV#main {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

DIV#header {
	clear: both;
	width: 100%;
}

DIV#content {
	clear: both;
	width: 100%;
	
	line-height: 140%;
}

DIV#footer {
	clear: both;
	width: 100%;
	
	border-top: 3px solid rgb(123,24,24);
	font-size: 80%;
}

/* Zahlavi stranky */

DIV#header P#logo {
	text-align: center;
}

DIV#header P#menu {
	padding: 0.5ex;
	background-color: rgb(123,24,24);
	text-align: center;
	color: White;
}

DIV#header P#menu A {
	color: White;
}

/* Obsah stranky */

DIV#content IMG {
	border: 2px solid White;
}

/* Styly seznamu */

DL.oneline DT { float: left; clear: left; display: inline; margin: 0 1ex 0 0; padding: 0; }
DL.oneline DD { margin: 0; padding: 0; }

DL.kratky { padding-left: 6ex; }
DL.kratky DT { float: left; margin-left: -6ex; _margin-left: -3ex; }
DL.kratky DD { margin-left: 0; }

DL.dlouhy { padding-left: 13ex; }
DL.dlouhy DT { float: left; margin-left: -13ex; _margin-left: -6.5ex; }
DL.dlouhy DD { margin-left: 0; }

UL.prazdny { margin-left: 0; padding-left: 0; }
UL.prazdny LI { list-style-type: none; }

DIV.box {
margin-top: 1ex;
margin-bottom: 1ex;
padding: 1ex;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #7b1818; /* Old browsers */
background: -moz-linear-gradient(top, #7b1818 0%, #660000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b1818), color-stop(100%,#660000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7b1818 0%,#660000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7b1818 0%,#660000 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #7b1818 0%,#660000 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b1818', endColorstr='#660000',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #7b1818 0%,#660000 100%); /* W3C */
}

DIV.loga {
margin-top: 1ex;
margin-bottom: 1ex;
padding: 1ex;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: White;
color: #444;
text-align: center;
vertical-align: middle;
font-size: smaller;
}
