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

body {
background: #333 url(../images/lightdark.png) repeat-x top left;
padding:0px;
margin:0px;
}

a:link {
text-decoration:none;
color:#000;
}
a:visited {
text-decoration:none;
color:#000;
}
a:hover {
text-decoration:none;
color:#00CC00;
}
a:active {
text-decoration:none;
color:#009900;
}


h2 {
margin:0;
padding:5px 0 15px 0;
}
table {
width:100%;
padding:0px;
margin:0px;
border:0;
}
div.pic {
text-align: center;
display: inline;
}
div.pic img {
margin: 4px;
width:240px;
height:240px;
}
span.notext {
color: #aaa;
}
img {
border: 2px solid #777;
}

#pages {
text-align:center;
}
#prev {
margin-right:20px;
}
#next {
margin-left:20px;
}

/* ----------container to center the layout-------------- */
#container {
width: 790px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}

/* ----------banner for logo-------------- */
#top {
background: #bbddbb url(../images/top.png) no-repeat top left;
height: 201px;
padding: 0px;
margin: 0px;
}

#head {
display:block;
margin:0px;
padding: 70px 0px 0px 165px;
width:620px;
height:97px;
color:#aaFFaa;
text-indent: -9000px;
background: transparent url(../images/text.png);
}
#menu {
padding: 7px 0px 0px 0px;
height: 26px;
font-size:14pt;
}
#menu a,span {
border:0;
border-right:1px solid #ddffdd;
padding: 7px 20px 7px 20px;
margin: 0;
height: 26px;
}
#menu span {
color:#FFFFFF;
}
#menu a {
color:#CCFFCC;
}
#menu a:hover {
color:#FFFFFF;
}

/* -----------------content--------------------- */
#content {
background: #fff;
padding: 15px;
margin: 0px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

/* -----------footer--------------------------- */
#footer {
margin: 0px;
padding: 0px;
background: #000 url(../images/text.png) top left;
line-height: 1.5em;
color:#fff;
text-align: center;
}

