﻿
/* CSS Layout indexcss.css */


#wrap {background-color:white; width:85% ;margin:10px auto; padding:15px;clear:both;}

#header  {width:100%; margin:2px auto; padding:5px;}

#main  {}

h1 {font-family:"ravie",Times,serif;letter-spacing: 1;text-align: center;}
h2 {font-family:Lucida Handwriting;}
h3 {font-family:Times New Roman;text-align:center;}
h4 {font-family:Hobo std;font-color:blue;font-size:5;text-align:center;}
p {font-color=black;font-family:"georgia";letter-spacing: 1;text-align: center;text-align:justify;}
.emph {font-style: italic;font-weight:bold}
a:link, a:hover {font-weight:bold}
#toc {font-size: 75%}


h1 {font-size:28px;}
h2 {font-size:15px;line-height: 250%}
p {font-size:18px;}

#table, td, th{border:1px solid green;}
th
{background-color:blue;
color:white;}

#navbar
ul
{
list-style-type:none;
margin:0;
padding:5;text-decoration: forte;
overflow:hidden;
}
li
{
float:left;
}
a
{
display:block;
width:110px;
background-color:pink;
}

#navbar ul {margin:0;padding:0;list-style: none;}
#navbar a {display:block;width:10em;}
#navbar li ul {display:none;}
#navbar li:hover ul {display:block;width:10em;position:absolute;}
div.content {clear:left;}

a:link {color:purple;}
a:visited {color:green;}
a:focus {color:brown;}
a:hover {color:red;cursor:default;background:white;text-decoration:blink;}
a:active {color:blue;}

div.img
  { margin:4px 60px; 
  border:1px solid #0000ff;
  height:auto;
  width:auto;
  float:left;
  text-align:center;}
div.img img
  {display:inline;
  margin:3px;
  border:1px solid #ffffff;}
div.img a:hover img
  {border:1px solid #0000ff;}
div.desc
  { text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px; }

div.background
  {width:500px;
  height:250px;
  background:url(images/padat.png) repeat;
  border:2px solid black;}
div.transbox
  {width:400px;
  height:180px;
  margin:30px 50px;
  background-color:white;
  border:0px;
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */ }
div.transbox 
  {margin:30px 40px;
  font-weight:bold;
  color:black;}

#footer  {background-color:#808080;padding:3px;clear:both;}

.date  {float:right;position:relative;top:-35px;}

.photo_text  {}

.photo  {position:absolute; left: -112px; top:3px;top:-1em;}
