@import "reset.css";

body 	{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;
	background:#fff url(../design/bg.gif) center top no-repeat;
	color:#000;
	line-height:1.7em;
	text-align:center;
	}
p {
	margin:10px 0 15px 0;
	font-size:1em;
	}
table, td {
	font-size:1em;
	}
hr {
	display:none;
	}
a {
	color:#ee1d25;
	text-decoration:underline;
	outline:none;
	}
a:hover{
	color:#ee1d25;
	text-decoration:none;
	}
	
/* H1 REPLACE
------------------------------*/
h1 {
	display:block;
	position:relative;
	width:300px;
	height:85px;
	left:0;
	top:0;
	text-align:center;
	line-height:85px;
	font-size:2em;
	text-indent:-9999px;
	background:url(../design/logo.png) 0 0 no-repeat;
	}
h1 span {
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	left:0;
	top:0; 
	z-index:1000;
	background:url(../design/logo.png) 0 0 no-repeat;
	cursor:pointer;
	}
h1 a {
	color:#fff;
	text-decoration:none;
	}
h1 a:active,
h1 a:hover {
	color:#fff;
	text-decoration:underline;
	}

/* LAYOUT
------------------------------*/
#all {
	width:740px;
	margin:0 auto;
	position:relative;
	padding:0 10px;
	text-align:left;
	}
#top {
	position:relative;
	width:100%;
	height:85px;
	border-bottom:1px dashed #c2c2c2;
	}
#container {
	width:740px;
	}

/* TOPMENU
------------------------------*/
#top ul {
	position:absolute;
	top:45px;
	right:0;
	list-style:none;
	width:300px;
	}
#top ul li {
	padding:0;
	margin:0 0 0 5px;
	float:right;
	background:url(../design/sep.gif) right center no-repeat;
	}
#top ul li a {
	padding:3px 5px;
	margin:0 5px 0 0;
	text-decoration:none;
	}
#top ul li a:hover {
	background-color:#ee1d25;
	color:#fff;
	text-transform:none;
	}
#top ul li a:hover,
#top ul li.active a {
	background-color:#ee1d25;
	color:#fff;
	text-transform:none;
	}
#top li.nobg {background:none;}
#top li.nobg a {margin:0;}
	
/* SIDEBAR
------------------------------*/
#sidebar {
	float:left; 
	width:180px; 
	overflow:hidden;
	padding:20px 0 0 0;
	}
#sub {
	margin-bottom:10px;
	}
#sidebar h2 {
	width:100%;
	border-top:1px solid #fff;
	border-bottom:1px dashed #d2d2d2;
	}
#sidebar h2 a {
	display:block;
	width:156px;
	padding:3px 10px 3px 14px;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	font-size:0.95em;
	border-bottom:1px dashed #d2d2d2;
	border-bottom:1px solid #fff;
	}
#sidebar h2 a:hover,
#sidebar h2.active a {
        background:#ee1d25;
        color:#fff;
        }
#sidebar h2.selected {
	border-bottom:1px solid #fff;
	}

#sidebar ul {
	padding:2px 0 5px 0;
	list-style:none;
	border-bottom:1px dashed #d2d2d2;
	}

#sidebar ul li {
        list-style:none;
        background:url(../design/li.gif) 15px 12px no-repeat;
        }

#sidebar ul li a {
	width:143px;
	padding:3px 5px 3px 32px;
	display:block;
	text-decoration:none;
	font-size:1em;
	color:#000;
	font-weight:bold;
	}
#sidebar ul li a:hover{
	color:#ee1d25;
	text-decoration:underline;
	}
#sidebar ul li.active a {
	color:#ee1d25;
	}
.nodisplay {
	display:none;
	}
	
/* CONTENT ------------------------------*/	
#content { 
	width:535px;
	padding:10px 9px 10px 0;
	float:right;
	overflow:hidden;
	}
#content ul {
	margin:4px 0 15px 10px;
	padding:0;
	list-style:none;
	}
#content ul li {
	margin:0;
	padding:0 0 0 16px;
	font-size:1.1em;
	background:url(../design/li.gif) 0 7px no-repeat;
	}
#content h2 {
	color:#ee1d25;
	font-weight:normal;
	font-size:1.7em;
	padding:0;
	padding:15px 0 5px 0;
	margin:0;
	}

#content h3 {
        color:#000;
        font-weight:bold;
        font-size:1.3em;
        padding:0 0 3px 0;
        margin:12px 0 0 0;
        clear:both;
        }

#content h4 {
	font-size:1.1em;
	font-weight:bold;
	text-transform:none;
	padding:5px 0 0 0;
	margin:0;
	color:#000;
	
	/*border-bottom:1px dotted #c2c2c2;*/
	/* border-bottom:1px solid #195086; */
	/* border-bottom:1px  dotted #c2c2c2; */
	/* border-bottom-style: dotted OR dashed; */
	}
#content ul {
	margin:4px 0 15px 10px;
	padding:0;
	list-style:none;
	}
#content ul li {
	margin:0;
	padding:0 0 0 24px;
	font-size:1em;
	background:url(../design/li.gif) 7px 8px no-repeat;
	}
#content ol {
	margin:5px 0 15px 34px;
	padding:0;
	list-style:decimal;
	}
#content ol li {
	margin:0;
	padding:0;
	font-size:1em;
	}
#content table {
	border-left:1px solid #f1f1f1;
	border-top:1px solid #f1f1f1;
	margin-top:10px;
	margin-bottom:20px;
	}
#content table td {
	background:url(../design/td.gif) left top repeat-x;
	padding:3px 8px;
	border-right:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
	}
.perex {
	font-size:1.2em;
	color:#848484;
	}
.red {
	color:#ee1d25;
	}
#content .fotogalerie {
	border:0;
	margin:0;
	width:100%;
	text-align:center;
	}
#content .fotogalerie td {
	background:none;
	padding:4px 0 0 0;
	border:0;
	text-align:center;
	vertical-align:top;
	}
#content .fotogalerie a {
	line-height:normal;
	font-size:0;
	}
#content .fotogalerie a img {
	border:1px solid #eee;
	padding:3px;
	}
#content .fotogalerie a:hover img {
	border:1px solid #ee1d25;
	}

/* BOX
------------------------------*/
.box {
	width:515px;
	background:url(../design/box.png) no-repeat;
	padding:2px 10px 7px 10px;
	position:relative;
	}
.box span.bottom {
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	height:7px;
	font-size:0;
	width:535px;
	background:url(../design/box-bottom.png);
	}
#content .box table {
	border:none;
	border-top:1px dotted #c2c2c2;
	margin:0;
	}
#content .box td {
	border:none;
	background:none;
	padding:1px 5px 1px 0;
	}
#content .box tr.odsazeni td {
	padding-top:10px;
	}

/* LEFT + RIGHT
------------------------------*/
.img-left {
	background:url(../design/stin.png) bottom right no-repeat;
	padding:0 7px 7px 0;
	width:auto;
	float:left;
	margin:4px 15px 10px 0;
	font-size:0;
	line-height:normal;
	}
.img-left img {
	padding:7px;
	background-color:#fff;
	border:1px solid #eee;
	}	
.vlevo {
	float:left;
	margin:4px 15px 10px 0;
	padding:7px;
	background-color:#fff;
	border:1px solid #eee;
	}
.vpravo {
	float:right;
	margin:4px 0 10px 15px;
	padding:7px;
	background-color:#fff;
	border:1px solid #eee;
	clear:left;
	}
	
/* FOOTER
------------------------------*/
#footer {
	width:740px;
	height:50px;
	position:relative;
	border-top:1px dashed #c2c2c2;
	clear:both;
	}
#footer p {
	color:#666;
	text-align:right;
	margin:0;
	padding:0 9px 0 0;
	line-height:50px;
	font-size:0.9em;
	}
#footer a {
	text-decoration:underline;
	}
#footer a:hover {
	text-decoration:none;
	}