/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #fff;
cursor:crosshair ;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0;
margin:0;
}
a {color: #669999; text-decoration:none; font-size:14px;}
a:visited {color:#669999;}
a:hover {color: #333333;}
a:active { color:#669999;}

a.fotlink:link { font-size:9px color: #ccc; text-decoration: none  }

a.fotlink:visited { color: #ccc; }

a.fotlink:active { color: #ccc; }

a.fotlink:hover { color: #666; }


.stylebox {
font-size: 12px;
padding:15px;
margin:0 }



h1 {
font-size: 11px;
text-transform:uppercase;
background-color: #E0A3B7;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0 }

h3 {
font-size:14px;
font-weight: normal;
color:#669966;
padding: 10px;
margin:0;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 900px;
margin-bottom: 10px;
margin: 0 auto;
background-color: #fff;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #fff;
text-align: right;
padding: 0px;
margin: 0px;
}

#toptop {
background-color: #000;
font-size:10px;
color:#ccc;
background-color:#000000;
padding: 0px;
margin: 0px auto;
}

#fotfot {

font-size:9px;
color:#ccc;
padding: 0px;
margin: 0px auto;
}

.rightlinetext
{
padding-left: 10px;
margin: 0px auto;
}
 

/* -----------------content--------------------- */
#content {
background-color: #ffffff;
background-image: url(img/fondo.jpg);
background-repeat:no-repeat;
background-position:right;
color:#333333;
padding: 0px;
margin: 0 0px;
}


p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 300px;
height:300px;
margin: 0;
padding: 10 px;
color: #333333;
border-right:1px solid  #F3F3F3;
}
#right {
float: right;
border-left:1px solid #F3F3F3;
color:#333333;
height:300px;
width: 300px;
margin: 0;
padding: 10 px;
}


/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0;
color:#999999;
padding: 0;
border-top:1px solid  #F3F3F3;
text-align: right; }


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/opaque_dl.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {list-style-type:none; margin:0 0 100px 0; padding:0;}

#menu li {display:block; float:left; position:relative; z-index:100; margin-right:1px;}
#menu li span {display:block; z-index:100; padding: 5px 10px;font-size:1.1em;}
#menu li a, #menu li a:visited {display:block; padding:0; white-space:nowrap;}

#menu dl {position:absolute; top:0; left:0; margin: 0; padding: 0; background:transparent url(../opacity/opaque.png);}
* html #menu dl {background:transparent url(../opacity/opaque.gif);}
#menu dt {margin:0; font-size: 1.1em; float:left;}
#menu dd {display:none; background: transparent; clear:left; margin:0; padding:0; color: #fff; font-size: 1em; text-align:left;}

#menu dt a, #menu dt a:visited {display:block; color:#000; padding: 5px 10px; text-decoration:none;}
#menu dd a, #menu dd a:visited {color:#000; text-decoration:none; display:block; padding: 5px 10px;}

#menu li a:hover {border:0; text-decoration:underline;}

#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {padding-bottom:15px;}
#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {color:#c00;}

