/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-image: url(img/px.jpg);
background-repeat: repeat-x repeat-y;
/*
background-color: #000000;
*/
/*
background-color: #FFFF00;
*/
font-size: 12px;
/*
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
*/
font-family:"Courier New", Courier, monospace;
color: #000000;
padding:0px;
margin:0px;
/*
scrollbar-3dlight-color:#000000;
    scrollbar-arrow-color:#ffff00;
    scrollbar-face-color:#000000;
    scrollbar-track-color:#000000;
    scrollbar-darkshadow-color:#000000;
    scrollbar-highlight-color:#ffff00;
    scrollbar-shadow-color:#ffff00;
*/
}
a {
color:#000000;
font-style:normal;
text-decoration:none;
}
a img {
border : 0 none;
}
a:visited {
color:#000000;
font-style:normal;
text-decoration:none;
}
a:hover {
color:#000000;
font-style:normal;
text-decoration: underline;
}
a:active { 
color:#000000;
font-style:normal;
text-decoration: underline;
}
/*
a:selected { 
color:#000000;
font-style:normal;
text-decoration: underline;
}
*/

h1 {
font-size: 16px;
font-weight: bold;
/*
text-transform:uppercase;
/*
background-color: #E0A3B7;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
*/
padding:15px 10px 5px 10px;
margin:0px 
}

h2 {
font-size:14px;
font-weight:bold;
padding: 0px 10px 0px 20px;
margin:0px;
}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
width: 1000px;
margin-bottom: 0px;
margin-top: 5px;
margin-left: auto;
margin-right: auto;
background-color: #EBD3E0;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #e1ddd9;
width: 1000px;
height: 150px;
background-image: url(img/top_v2_1000x150.jpg);
background-repeat: no-repeat;
text-align: right;
padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 

/* -----------------Inhalt--------------------- */
#content {
width: 800px;
height: 400px;
overflow: auto;
/*
background-color: #ffffff;
*/
background-image: url(img/rechts_v2_800x400.jpg);
background-position: top;
background-repeat: no-repeat;
padding: 0px;
margin-left: 200px;
margin-right: 0px;
}
/*
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}
*/
p, pre{
padding: 20px 20px 20px 25px;
margin:0px;
}

/* --------------left navigavtion------------- */
#left {
float: left;
width: 200px;
height: 400px;
background-image: url(img/links_v2_200x400.jpg);
margin: 0px;
padding: 0px;
}

/*--------------NAVI------------*/

#menu
{
  height: 32px;
  padding-left: 23px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  float: left;
  display: block;
  width: 172px;  height: 32px; 
  padding-top: 5px; 
}

#menu a
{
  display: block;
  width: 172px;  height: 32px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 32px;
  text-align: left;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
}
/*
#menu a:link, #menu a:visited
{
  color: #FFFF00;
  /*
  background-image: url(img/but_155x32.jpg);
  *//*
}

#menu a:hover, #menu a:active
{
  color: #FFFF00;
  /*
  background-image: url(img/but_o_155x32.jpg);
  *//*
}

#menuselected
{
  display: block;
  width: 172px;  height: 32px;
  /*
  background-image: url(img/but_o_155x32.jpg);
  *//*
  text-decoration: none;
  line-height: 31px;
  color: #FFFF00;
  text-align: right;
}
*/

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }
