/* Elementabstände auf Null stellen */
html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, th, form, img, li {
   margin: 0;
   padding: 0;
}

/* Weisser Header-Balken */
#kopf {
	background: #FFFFFF;
	height: 100px;
	width: 100%;
	float: left;
	z-index: 1;
}
#farbbalken {
	background: #e4a700;
	width: 746px;
	z-index: 50;
	float: left;
	height: 20px;
	margin: 80px 0px 0px;
}

body {
  background-color: #fff;
  background: url(images/hintergrund.jpg) repeat 0px -25px;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  padding:0px;
  margin:0px;
}

p, pre {
  padding-top:5px;
  margin:0px
}

h1 {
font-size: 14px;
padding-bottom:10px;
text-transform:uppercase;
text-align: left;
color: #564b47;
}

h1 img {
	position: absolute;
	top: 110px;
	left: 635px;
}

h2 {
font-size:14px;
padding-top:10px;
padding-bottom:3px;
color: #564b47;
background-color: transparent;

}	

a { 
	background-color:transparent;
	text-decoration: none; 
}

#programoverview span { 
	font-size: 11px;
	font-weight: bold;
	background-color:transparent;
	text-decoration: none; 
}
 
pre { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}


/*  positioning-layers statisch und absolut */
#menu {
  float: left;
  width: 144px;
 
  padding:0px;
  margin:0px;
  margin-top: 2px;
  padding-top: 4px;
  padding-left: 7px;
  padding-bottom:10px;
}
#menu a 
{
	color: #564b47;
}

#inhalt {
	float: left;
	width: 584px;
	border: 1px solid #000000;
	margin-left: 3px;
	padding-left: 6px;
	margin-top: 2px;
	background: #FFFFFF;
	padding-top:10px;
	padding-bottom: 300px;
}
#inhalt a 
{
	color: #e4a700;
}
#inhalt ul {
	padding-left:15px;
}

/* Formatierung Teasertexte auf der Homepage  */
.anriss {
	float:left;
	width: 400px;
	padding-top: 10px;
}
.anriss img {
	float:left;
	margin-right: 10px;
}
.anriss a {
	color: #E8B400;
}

/* Abschliessende Linie unter dem letzten Anrisstext auf der Homepage */
#linie {
float:left;
width: 400px;
border-top: 1px solid black;
margin-top: 10px;
}


/* Textfelder und Buttons für das Login */
#loginelement0i, #loginelement1i {
	width: 134px;
}
#loginArea a {
	font-size:10px;
}
#loginArea input { 
	font-size:10px;
	background-color: #DFDFDF;
	border: 1px solid black;
	margin-bottom: 3px;
}

#navigationTitle {
	padding-top:20px;
	padding-bottom:3px;
}




#basket {
}

#basket td, th {
	padding-left:6px;
	padding-right:6px;
	font-size: 12px;
	/*border-left:thin solid #000;*/
}

#basket th {
	background-color:#FFFFCC;
	border-bottom:thin solid #000;
}

#formRabattId {
	display: inline;
	color: #000;
	border: 1px solid #FC0;
	background-color: #FFFFD2;
	font-family:Tahoma, Geneva, sans-serif;
	width:230px;
	margin:0px;
	padding:0px;
}

#StopWatch {
	background-color: #FFFFD2;
	position: absolute;
	z-index: 9002; /* in front of the blanket */
	/*width: 110px;*/
	top: 110px;
	left: 480px;
}