
a:link, a:visited, a:hover, a:active { font-style: italic; text-decoration: none; color: #7791d5; }

a:hover {
	color: #54b56d;
}

hr { 
     border: 0; 
     color: #000000;
     background-color: #000000;
     height: 1px;
}

body { 
       color: #000000;
/*         background: #DDDDDD; */
/*        background: url("img/bg_gray.jpg"); */
       background: #DDDDDD url("img/bg_rock31.jpg");
       font-size: small;
       font-family: Verdana, Geneva, Arial, sans-serif;
       text-align: justify;
     }

#page { 
	position: relative;
	width: 700px;
	left: -2px;
	top: -2px;
        background: #FFFFFF;
        border: 1px solid #AAAAAA;
        text-align: justify;
	overflow: hidden;

      }

#page_shadow {
	background: transparent url("img/bg_shadow.png");
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        width: 700px;
        height: auto;
        display: block;
}

#title { 
         background: #7791d5;
         color: #130a8f;
         font-size: x-large;
         font-weight: bold;
         text-align: center;
         padding: 16px;
       }

div.subtitle {
	font-size: large;
	font-weight: bold;
/*	font-style: italic; */
	text-align: left;
	color: #666666;

        position: relative;
        top: 0.5em;

}

/* smaller subtitle */
div.subtitle2 {
        font-weight: bold;
        font-style: italic;
        position: relative;
        top: 0.5em;
}

div.subtitle hr, div.subtitle2 hr {
     border: 0; 
     color: #666666;
     background-color: #666666;
     height: 1px;

     position: relative;
     top: -0.5em;
}

#copyright { 
             background: #54b56d;
             color: #EEFFEE;
             font-size: small;
             text-align: center;
             position: relative;
}

ul.nav { 
         background: #54b56d;
         font-size: small;
         text-align: center;
         list-style: none;
         white-space: nowrap;
         margin-left: 0;
         margin-right: 0;
         margin-top: 1px;
         margin-bottom: 1px;
         padding: 2px;
       }

ul.nav li { 
            display: inline;
            padding-left: 4px;
            padding-right: 4px;
          }

ul.nav a:link, ul.nav a:visited, ul.nav a:active{ 
           font-style: normal;
           color: #EEFFEE; 
}

ul.nav a:hover { 
           color: #000000; 
}

div.item { 
           padding: 20px;
}


div.shade {
	/* shade an entire line in the page view */
	position: relative;
	left: auto;
	right: auto;
	background: #EEEEEE;
	text-align: center;
	/* font-family:  Georgia, Garamond, serif; */
}

table #intro { 
	text-align: justify; 
	padding-left: 16px;
}


img.img_float {
        position: relative;
	float: left; 
	margin-right: 1em; 
	margin-bottom: 0.5em; 

}

img.img_album {
	border: 0;
}

ol.roman_list {
	list-style-type: upper-roman;
}

ol.roman_list li {
	margin-top: 3em;
}

img.harta {
	margin-top: 2em;
	border: 0;
	vertical-align: middle;
}

div.div_harta {
	position: relative;
	width: 100%;
	text-align: center;
}



