/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
 background: #E7E7E7 url('body.jpg') top left;
font-size: 14px;
font-family: Papyrus, Verdana, Arial, SunSans-Regular, Sans-Serif;
color:black;
padding:0px;
margin:0px;
}
a {color: #DB7093;}
a:visited {color:#c43300;}
a:hover {color: #c43300;}
a:active { color:#000000;}

h1 {
font-size: 11px;
text-transform:uppercase;

/*border-top:1px solid #564b47;
border-bottom:1px solid #564b47;*/
/*padding:5px 15px;*/
margin:0px }

h2 {
color: #9A1212;
font-size:20px;
font-weight: bold;
padding: 5px 10px;
margin:0px;}

poem {
 background: #E7E7E7 url('body.jpg') top left;
font-size: 14px;
font-style:italic;
text-align:center;
font-family: Papyrus, Verdana, Arial, SunSans-Regular, Sans-Serif;
color:black;
padding:0px;
margin:0px;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 760px;

margin-left: auto;
margin-right: auto;
height:100%;
background: #E8E8E8 url('menubottom.jpg') no-repeat bottom left;
border:1px solid #8D8D8D;
}

/* ----------banner for logo-------------- */
#banner {
height:114px;
text-align: center;
background:  url('header.jpg') no-repeat bottom center;
background-color: #e1ddd9;

padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 
#bannertitle{padding-top:50px;font-size:3em;font-weight:bold;}

/* -----------------content--------------------- */
#content {
color: #000000;
background:#ffffff  url('content.jpg') no-repeat top right;
font-weight:bold;
padding: 0px;
margin-left: 240px;
margin-right: 0px;
}
div#content { 
min-height:600px;
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
width: 240px;
margin: 0px;
padding: 0px;
background:#E8E8E8;
float:left;
position:relative;
}

/* -----------footer--------------------------- */
#footer {
clear:left;
padding:0px;
margin:0px;
text-align: right;
background:  url('footer.jpg') no-repeat bottom center;
height: 114px;
} 


 /**********vertical menu***************/
.verticalmenu ul{
 list-style:none;
/*list-style-image: url("bullet.gif")*/


 padding: 10px;
 margin: 0px;
}

 .verticalmenu li, a:link, .verticalmenu a:visited, .verticalmenu a:hover {
   display: block;
   font: bold 1em Papyrus, Verdana, Arial, Helvetica, sans-serif;
   color: #9A1212;
   text-decoration: none;
   text-align: left;
   
   width: 240px;
   height: 32px;
   /*background: url('menuhover.gif') no-repeat;*/
 }

 .verticalmenu a:hover{
   background: url('menuhover.gif') no-repeat;
   color: #dc4d1b;
 }
 
 .CenterTitle
 {
	font-size: small;
	font-weight:bold;
	text-align:center;
	color: #9A1212;
 }
 
 .CenterName
 {
	font-size:11px;
	text-align:center;
 }