/********************/
/* Overall settings */
/********************/

body
{
  color: black;
  font-family: "arial", "helvetica", sans-serif;
  font-size: 16px;
  margin: 25px;
  background-image: url("/Figjes/koorkip.gif");
  background-repeat: no-repeat;
  background-position: 95% 90%;
  background-attachment: fixed;
}

/**************/
/* Menu style */
/**************/

div#menu_bar
{
  width: 100%;
  position: relative;
  font-size: 0.85em;
  font-weight: bold;
  z-index: 1;
}

div#menu_bar div.menu
{
  float: left;
}

div#menu_bar a.menu_link,
div#menu_bar div.menu_title
{
  white-space: nowrap;
  color: black;
  display: block;
  background-color: #3cf;
  padding: 0.4em;
  margin-right: 1.0em;
}

div#menu_bar div.menu_title
{
  cursor: default;
}

div#menu_bar div.menu_options
{
  background-color: #def; 
  position: absolute;
  visibility: hidden;
  border: 1px solid black;
}

div#menu_bar div.menu:hover div.menu_options
{
  visibility: visible;
}

div#menu_bar a.menu_link:hover
{
  color: #06c;
  background-color: #def;
}

div#menu_bar div.menu_options a
{
  color: black;
  padding: 0.4em;
  display: block;
  white-space: nowrap;
  text-decoration: none;
}

div#menu_bar div.menu_options a:hover
{
  color: white;
  background-color: #3cf;
}

/*****************/
/* Content style */
/*****************/

div#content {
  position: relative;
  padding-top: 30px;
  padding-bottom: 10px;
  clear: left;
  z-index: 0;
}

div#content div.block
{
  padding: 1em;
  border: 2px solid #6cf;
  margin-bottom: 1em;
}

div#content h1
{
  margin: 0 0 0.8em 0;
  padding: 0.12em;
  background-color: #3cf;
  font-size: 1.4em;
  font-weight: bold;
}

div#content h2
{
  color: #06c;
  font-size: 1.3em;
  font-weight: bold;
  clear: both;
}

div#content h3
{
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: normal;
  clear: both;
}

div#content h4
{
  margin-bottom: 0;
  font-size: 1.0em;
  font-weight: normal;
  text-decoration: underline;
  clear: both;
}

div#content p { margin-top: 0; }

div#content h1 a:link { color: black; }
div#content h1 a:visited { color: black; }
div#content h1 a:hover { color: #06c; background-color: #def; }
div#content h1 a:active { color: black; }

div#content a:link { color: #09f; }
div#content a:visited { color: #6cf; }
div#content a:hover { color: #06c; }
div#content a:active { color: #6cf; }

img
{
  border: none;
}

img.img_email
{
  cursor: pointer;
  display: inline;
  margin: 0px;
  position: relative;
  top: 3px;
}

img.foto
{ 
  float: right;
  clear: right;
  margin: 0 0 1em 1em;
  width: 125px;
}

.right
{
  float: right;
  margin: 0 0 1em 1em;
}

.left
{
  float: left;
  margin: 0 1em 1em 0;
}
