/* Hlavní Layout */
body {
	margin: 0;
	background: #CC9966;
	color: #000;
	font-family: Arial, Verdana, Times, Helvetika, serif;
	font-size: 80%;
        text-align: center;
        scrollbar-base-color: #B4783C; 
}

#ramec1 {
        
	width: 990px; 
	margin: 0 auto;
	text-align: center;
	background: #CC9966;
        background-image: url('image/vsici.jpg');
        background-position: bottom left;
        background-repeat: no-repeat;
        background-attachment: fixed;
	  
}

#ramec2 {
        position: relative;
        margin: 0 auto;
        top: 0px;
	width: 990px; 
	height: 450px;
	overflow: auto;
	text-align: center;
	background-color: #80503C transparent;
        
        
}

#hlavicka {
        width: 990px; 
	margin: 0 auto;
        height: 140px;
        background: #80503C url('image/hlavicka.jpg') no-repeat;
       
    }

#obsah {
        position: relative;
	width: 780px;
	margin: 0 auto;
        text-align: left;
	background-color: #EEDEBD;
        color: #4D2600;
        font-family: Arial, Verdana, Times, Helvetika, serif;
	line-height: 200%;
        background: url('image/bg_index.jpg');
}

#obsah ul {
        font: 90% Georgia, palatino, serif;
	color: #4D2600;
	line-height: 175%;
	list-style: none;
}
#obsah ol {
	font: 90% Georgia, palatino, serif;
	color: #4D2600;
	line-height: 175%;
}

#obsah a:link {
	text-decoration: underline;
}
#obsah a:visited {
	text-decoration: underline;
}

#obsah a:hover {
	text-decoration: none;
}

#obsah a:active {
	text-decoration: none;
}
#obsah img {
	margin: 0 30px 0 30px;
}
#menu {
    position: relative;
    width: 990px; 
    height: 28px;
    margin: 0 auto;
    background: url('image/m.jpg');
    z-index: 1;
    }

.paticka {
	clear: both;
	width: 900px; 
	margin: 0 0 5px 0;
	padding: 2px 1px;
	background-image: url('');
	color: #BB6A07;
	text-align: center;
	background: #FF9B20;
}	
.paticka a, .paticka a:link, .paticka a:visited, .paticka a:hover {
	color: #BB6A07;
	text-decoration: none;
	background-color: transparent;
}
.pozpatku { 
unicode-bidi:bidi-override; 
direction: rtl; 
color:#000; 
} 

.lowText { text-align: left;text-decoration: none; color: #FFFFFF; font: 12px Tahoma;  text-align: left;}
.highText { text-align: left; text-decoration: none; color: #FFFFFF; font: 12px Tahoma;  text-align: left;}
.mainButtons { text-align: left;text-decoration: none;color: #FFFFFF;font: 12px verdana;font-weight: normal;}
.itemBorder { border: none; }
.itemBorderBlank { border: 0.5px solid #CCCCDD; }
}


}
/* Links */
a {color: #E17A00; text-decoration: underline;}
a:link {color: maroon;text-decoration: underline;}
a:visited {color: #6C4453; text-decoration: none;}
a:hover {color: #000000; text-decoration: none;	background-color: #FFE7B3;}
a:active {text-decoration: none;}
a img {border: none;}

h6 {color: black; font-size:12px; font-family:verdana; margin-bottom:0px;} 
h5 {padding-left: 30px;} 
h4 {color: maroon; text-align: left; font-size:14px; font-family:verdana; margin-bottom:5px; padding-left: 30px;}
h3 {color: #663300; font-size:12px; padding: 20px;} 
h2 {color: black; font-style: italic;padding: 20px;}
h1 {color: #660200; text-align: center; font-size:20px; font-family:verdana; padding: 20px 0 10px 0;}
p  {padding: 10px 30px 10px 30px;}

/* Části */

.storytitle {
	margin: 0;
	padding: 0;
	font-size: 120%;
	font-family: lucida, verdana, arial, serif;
	letter-spacing: 2px;
}

.storytitle a {
	color: #88764E;
	background-color: transparent;
	text-decoration: none;
}
.storytitle a:visited {
	text-decoration: none;
}


.storycontent ul, .storycontent ol {
    margin: 10px 20px 10px 20px;
	padding-left: 10px;
        font: 12px lucida, verdana, arial, serif;
	list-style-type: none;
	line-height: 175%;

}

.storycontent ul li, .storycontent ol li {
	margin-top: 3px;
        font: 12px lucida, verdana, arial, serif;
	list-style-type: none;
	line-height: 175%;



}
.storycontent img {
	float: right;
}
