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

body {
/* Hack - centers body on page. The transparent image repeats left and spans the longest div so that the page automatically expands regardless of how much text is in a particular div*/
background:#e1ddd9 url(../photoshop2/images/backgrounds/bk_hack.gif) repeat-y scroll left top;
margin:2px auto;
padding:0;
font-size: .9em;
font-family: Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
/* Original code commented out */
/*background: /*#000020; #e1ddd9;
padding:0px;
margin:0px;*/
}
a {color: #DB7093; text-decoration:none;}
a:visited {color:#DB7093; /*#306fce;*/}
a:hover {color: #DB7093;; text-decoration:underline;}
a:active { color:#000000;}

h1 {
font-size: .8em;
text-transform:uppercase;
background-color: #E0A3B7;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:15px 5px 3px 5px;
margin:0px }

h1.footer{padding-top:-5px; font-size:8px;}
h1.banner{padding:5px;}

h2 {
font-size:1.02em;
font-weight: normal;
padding: 15px 5px 7px 5px;
margin:0px;}

img{border:0;}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
width: /*800px*/ 82%;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background: #EBD3E0; /* Displays as Left Div background*/
}

/* ----------banner for logo-------------- */
#banner {
background: /*#e1ddd9*/ #000020;
text-align: right;
padding: 0px;
margin: 0px;
}
#banner img {padding:0px;} 

/* -----------------Inhalt--------------------- */
#content {
background: #ffffff;
padding: 0px;
margin-left: 200px;
margin-right: 0px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}
div#content p{margin-top:7px;}
div#content p.move{margin-left:17px;}
div#content h2{font-size:1.5em;}
div#content h3{font-size:.93em; padding:5px;}
div#content table{margin-top:-16px;}
div#content .largeImage{float:left;margin-left:5px;border:solid 15px #e4e4e4;}

#left h2{padding:9px 5px 4px 8px;}
p, pre{
padding: 0px 5px;
margin:0px;
}

/* --------------left navigavtion------------- */
#left {
float: left;
width: 200px /*20%*/;
margin: 0px;
padding: 0px;
}
#left p{padding:0px 5px 5px 8px;}
#left a {font-size:1em; color:#000020; text-decoration:none;}
#left a:visited {color:#000020; text-decoration:none;}
#left a:hover {color: #DB7093;;  /*#7828a3 #564b47*/; text-decoration:underline;}
#left a:active {color:#000000; text-decoration:none;}

/* -----------footer--------------------------- */
#footer {
clear: both;
/*background-color:#000020;*/
margin: 0px;
padding: 0px;
text-align: right; }

/* -----------images--------------------------- */

.imgBorder {
	border: 1px solid #ccc;
}

.leftMargin{padding-left:5px;}


.pad{padding-top:9px;}
/*li.main {
	list-style: /*url(images/Logo/bullet.gif);*/ margin-bottom:5px;
}


ul li.sub {
	list-style: /*url(images/Logo/sub.gif);*/ margin:3px 0 5px -28px;
}*/

table#video {
		margin-left: 45px;
}
table#sched{margin:7px; border:1px solid #876;}
table#sched th{background:#EBD3E0; color:#000020; text-align:center; font-weight:400; padding:3px; border-bottom:1px solid #ccc; border-left:1px solid #ccc; border-bottom:1px solid #876;}
table#sched td{padding:3px; border-bottom:1px solid #ccc; border-left:1px solid #ccc;}
table#sched td.noRight{padding:3px; border-right:0;}
table#sched td.noLeft{padding:3px; border-left:0;}
table#sched td.noBottom{padding:3px; border-bottom:0;}
table#sched td.noBoth{padding:3px; border-left:0; border-bottom:0;}
table#sched td.pad{padding:0 3px; vertical-align:top;}

