/* *** 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:#E0D7C1; */
	background-color:Black;
	padding:0px; 
	margin:0px;
	font-size: 0.8em;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
/*	color:#564b47; */
	color: black;
}
a {color:#650000;font-weight:bold;}
a:visited {color:#650000;font-weight:bold;}
a:hover {color: #650000;font-weight:bold;}
a:active { color:#650000;font-weight:bold;}


h1 {
	font-weight: normal;
 }
h2 {
	font-weight: normal;
}
img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
	width: 900px;
	margin: 20px auto;
	padding: 0;
	background-image:url(images/layout/hg-content.jpg);
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	border:0px solid white;
}

/* ----------banner for logo-------------- */
#banner {
	margin: 0;
	padding: 0;
	background-color: #E0D7C1;
	height:80px;
	border-bottom:0px dotted black;
	background-image:url(images/layout/hg-content.jpg);
/*	background-image:url(images/layout/hg_banner.jpg);*/
}
#banner p {
	margin-left: 0px;
	padding: 0px;
}
#rahmen_top {
	position:relative;
	top: 0px;
	left: 0px;
	z-index:20;
}
/* -----------------Inhalt--------------------- */
#content {
	position:relative;
	z-index:100;
	width:620px;
	min-height:500px;
	padding: 0;
	padding-top:170px;
	margin: 0px 0 0px 240px;
	border:0px solid black;
}
p, pre {
	padding: 0 20px 15px 0px;
	margin:0;
}
pre, code { font-size: 1.2em;}

h1 {
	padding: 15px 25px;
	margin:0;
}
h2 {
	padding: 5px 25px;
	margin:0;
}
.gross {
	width: 5.71em;
	height: 1.07em;
}
/* --------------left navigavtion------------- */
#left {
	position:relative;
	z-index:100;
	float: left;
	width: 215px;
	margin: 10px 0 0 10px;
	padding:0px 0 0 0;
	color:#ffffff;
	border:0px solid yellow;
	overflow:hidden;
}

#left ul {
    width: 205px;
    margin-left: 0px; 
    padding: 0;
    text-align:center;
		vertical-align:middle;
		height:auto;
		border:0px solid black;
  }
#left ul li {
    list-style: none;
    margin: 0px; 
    padding: 0;
  }
#left ul ul li {
    margin: 0 0 0.2em 2em; 
    padding: 2px;
  }
#left ul ul li {
    margin: 0.1em 0 0.2em;
  }

#left ul a {
    display:block;
    height:30px;
    padding-left:60px;
    padding-top:17px;
    text-decoration: none; 
    font-weight: normal;
    font-size:18px;
    color: black; 
    background:url(images/layout/btn-navigation01.gif) no-repeat;
    vertical-align:middle;
    text-align:left;
    
/*    background-color: #ff3333;
    border: 1px solid gray;*/
  }
#left ul a:hover {
    background:url(images/layout/btn-navigation01.gif) no-repeat;
}
/*
#left ul li ul{
    margin-top:3px;
    margin-left:55px;
    background:url(images/layout/btn-hg-navigation02.jpg) repeat-y;
    text-transform:none;
}
#left ul li ul a {
    display:block;
    padding-left:5px;
    padding-top:0px;
    text-decoration: none; 
    font-weight: bold;
    font-size:10px;
    color: black; 
    text-align:left;
    height:10px;
    background:none;
  }
*/

#left ul ul li {
    margin-top:3px;
    margin-left:55px;
    background:url(images/layout/btn-hg-navigation02.jpg) repeat-y;
    text-transform:none;
}
#left ul ul li a {
    display:block;
    padding-left:5px;
    padding-top:0px;
    text-decoration: none; 
    font-weight: bold;
    font-size:10px;
    color: black; 
    text-align:left;
    height:10px;
    background:none;
  }


#left ul ul li a:hover {
    background:none;
}
* html #left ul a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 15em;  /* Breitenangabe fuer IE 6 */
  }
* html #left ul ul li a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 15em;  /* Breitenangabe fuer IE 6 */
  }
#left ul a:hover {
    border-color: black;
    border-left-color: black; 
    border-top-color: black;
    color: white; 
  }
#left ul a.selected {
    border-color: gray;
    color: white; 
  }


/* -----------footer--------------------------- */
#footer {
	z-index:1;
	position:relative;
	clear: left;
	padding: 0px;
	padding-left: 00px;
	margin: 0;
	border:0px solid green;
	}
.thumb{
  border:1px solid #650000;
}
/* ----------------- Programm -------------------- */
	.progcontainer{
		width:620px;
		border:0px solid red;
		float:right;
	}
	.progueberschrift{
		position:relative;
		float:left;
		top:0px;
		left:0px;
		width:440px;
		border:0px solid green;
	}
	.progbild{
		position:relative;
		float:right;
		width:160px;
		height:120px;
		overflow:hidden;
		border:0px solid blue;
	}
	.progmehr
	{
		position:releative;
		float:left;
	}
	.progkarten
	{
		position:releative;
		float:right;
		text-align:right;
	}
	.progAusverkauft
	{
		position: absolute; 
		left:100px; 
		top: 0px; 
		height: 115px; 
		width: 346px; 
		background: url(images/layout/hinweis-ausverkauft.gif) no-repeat top center;
	}