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

body {
font-size: 15px;
font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
color:#f4f4f4;
padding:15px;
margin:0px;
background-color: black;
}
a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
height:5px;
/*font-size: 11px;*/
text-transform:uppercase;
background-color: transparent;
padding:5px 15px;
margin:0px }
h2 {
font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
/*font-size:20px;
font-weight: normal;*/
padding: 25px 10px;
margin:0px;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------- */
#container {
width: 950px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------banner for logo-------------- */
#banner {
font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
text-align: right;
background-color: white;
padding: 0px;
margin: 0px;
/*border:1px solid white;*/
height:25px; }

/* #banner img {padding:10px 0px;} */

/* ----------outer and inner----------------- */

#outer{ 
background-image:url('images/background.jpg');
/* border-left: solid 200px #006fff; color of the left column  */ 
/* border-right: solid 200px #006fff; /* color of the right column  */ 
background-color: transparent;  /* color of the content column */
height:510px;
} 

#inner{margin:0; width:100%; } /* The ie/pc pecularity */ 

/* --------------left and right navi------------- */
#left {
 width:200px; 
 float:left; 
 position:relative; 
 margin-left:-200px;
 margin-right:1px;

 }
 #right {
 text-align: right;
 width:200px; 
 float:right; 
 position:relative; 
 margin-right:-100px;
 margin-left:1px;
 padding: 5px 10px;

 }

/* -----------------content--------------------- */ 
#content{ 
position: relative; 
margin: 0px; 
background-color:transparent; }
p {
/*font-size: 30px;*/
padding: 5px 10px;
margin:0px; 
background-color:transparent;
}

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;
background-color: transparent;}

/*  ----------------footer---------------------- */ 
#footer {
clear:left;
padding:10px;
margin:0px;
text-align: right;
background-color: grey;
} 