﻿/* *** 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: #000;
background-image: url(../images/layout/background.gif);
background-repeat: repeat-x;
padding:0;
margin:0;
}


/* ----------container zentriert das layout-------------- */
#container {
width: 950px;
margin:0 auto;
background-color: #fff;
background-image: url(../images/layout/backgroundcont.jpg);
background-repeat: repeat-x;
}

/* ----------banner for logo-------------- */
#banner {
padding: 0px;
margin: 0px;
}

#toplink {
text-align: right;
color:#999;
height: 27px;
}

#toplogo {
height: 240px;
background-image: url(../images/layout/hintergrund1.jpg);
background-repeat: no-repeat;
}


/* -----------------Inhalt--------------------- */
#content {
background-color: #fff;
padding: 20px 30px;
margin: 0 170px 0 205px;
border-top: solid 15px #000;
/*border-left: solid 1px #e6e6e6;*/
min-height: 740px;
}

/* --------------left navigavtion------------- */
#left {
float: left;
width: 205px;
margin: 0px;
padding: 0px;
background: #transparent;
padding-left: 5px;
border-top: solid 15px #000;
min-height: 740px;
}

.leftinside {
width: 190px;
border: solid 1px #ccc;
background-color: #fff;
margin-bottom: 20px;
background-image: url(../images/layout/leftinside_back.jpg);
background-repeat:repeat-x;
background-position: bottom;
padding-bottom: 6px;
}

.leftinside img{
margin:7px; 
border: solid 1px #ccc;
}

#right {
float: right;
width: 170px;
margin: 0;
padding: 0;
border-top: solid 15px #000;
background: #d6d6d6 url(../images/layout/backleft.jpg) repeat-y top;
padding-right: 5px;
min-height: 980px;
}
/* -----------Hauptbereich------------------- */
#content, #right, #left {padding-top: 15px;}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: center;
border-bottom: solid 20px #000}



