/*--------------------------------------------

Kraftfeld
Lagerplatz 18 
8400 Winterthur / Suisse

Phone: +41 52 202 02 04

CSS-Version: 2.1
Datum: 1.1.2011

--------------------------------------------*/

body {
	margin:0;
	padding:0;
	background:#ffffff;
}

/*	left: 50%; 
	margin-left: -400px; /* = -Hälfte von width > horizontal zentriertes DIV
	width:800px;
	height:100px; */
	
#header {
/*  position:fixed; */
	position: relative; 
	top:0px; left:50%; width:760px; height:50px;
	margin-left: -380px;
	text-align:center;
	padding:0px;
	padding-bottom: 0px;
/*	background: url(pic/prog1210/);
	background-repeat: no-repeat;
	background-position: center top ; */
	z-index: 5;
}

#footer {
	position:fixed;
	bottom:0px; left:50%; width:760px; height:50px;
	margin-left: -380px;
	background-image: url(../pic/prog1209/footer.gif);
	background-repeat: no-repeat;
 	background-position: center bottom ;
 	text-align:center;
	padding:0px;
	padding-top:0px;
	z-index: 5;
}

#leftmonth {
	position:fixed;
	top:200px; left:0px;
	width: auto;
	height: 500px;
	background-image: url(../pic/prog1210/okt-links.gif);
	background-repeat: repeat-y;
 	background-position: left center; 
	padding:0px;
	float:left;
	width:75px;
	z-index: 2;
	background-color:white;
}
 
#rightmonth {
	position:fixed;
	top:200px; right:0px;
	width: auto;
	height: 500px;
	background-image: url(../pic/prog1210/okt-rechts.gif);
	background-repeat: no-repeat;
 	background-position: right center;
 	padding:0px;
	width:75px;
	z-index: 2;
	background-color:white;
}

#navigation {
/*  position:fixed; */
	position: relative; 
	top:30px; left:50%; width:760px; height:18px;
	margin-left:-380px;
	text-align:center;
	padding:10px 0 2px;
	background-color:white;
	z-index: 5;

}
#content_container {
	position:absolute;
	top:90px; left:50%; width:760px; height:300px;
	margin-left: -380px;
	text-align:center;
	padding-top:20px;
	padding-bottom:60px;
	padding-left:0;
/*	background-color: white; */
	z-index: 4;
}

#raster {
	position:fixed;
	top:0px;  left:0; right:0; bottom:0;
	text-align:center;
	padding:0px;
	padding-bottom:0px;
	background-image: url(../pic/prog1210/raster1210.gif);
	background-repeat: repeat;
	z-index: 1;
	z-index: -1;
}

 
.Titel  				{ color: #8a2a77; font-size: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold }
.Text    				{ color: #8a2a77; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: normal; line-height: 15px }
.TextSubline			{ color: #8a2a77; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: normal; line-height: 15px; text-decoration: underline; }
.TextFett    			{ color: #8a2a77; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold; line-height: 15px }
.Nav    				{ color: #8a2a77; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: normal ; line-height: 12px; }
.Hintergrund  	 		{ border-top: 1px solid #8a2a77; }
.HintergrundGenerator  	{ border-top: 1px solid #8a2a77; }
.HintergrundPortier  	{ border-top-width:1px; border-top-style:solid; border-top-color:#8a2a77; }

/* styles for programm.htm */

.Prog_Text 			{ color: #8a2a77; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: normal; line-height: 15px; vertical-align: top; sans-serif: monospace  }
.Prog_Fett  		{ color: #8a2a77; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold; line-height: 15px; vertical-align: bottom; sans-serif: monospace }
.Prog_Datum 		{ color: #8a2a77; font-size: 28px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; sans-serif; monospace; font-weight: bold; vertical-align: middle  }
.Prog_Zeit 			{ color: #8a2a77; font-size:  9px; font-family: Geneva, Arial, Helvetica, Swiss, SunSans-Regular; sans-serif; monospace; font-weight: normal; vertical-align: top }
.Prog_Pfeil 		{ color: #8c3589; font-size: 12px; font-family: "Andale Mono", "Courier New", Courier, Geneva, SunSans-Regular; monospace; font-weight: normal; vertical-align: top; text-align: left;  }
.Prog_Pic 			{ margin: 0 4px 4px 0; float: left }

/* old styles */

.Fronpage    		{ color: #8a2a77; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.FronpageFett    	{ color: #8a2a77; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold }
.Fronpage_klein    	{ color: #8a2a77; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.oberlinie 			{ border-top-width:1px; border-top-style:solid; border-top-color:#f00; }

/* hyperlink and anchor tag styles */

a     				{ color: #8a2a77; text-decoration: none }
a:link, a:visited 	{ color: #8a2a77; text-decoration: none }
a:hover 			{ color: #8a2a77; text-decoration: underline }
a:active 			{ color: #8a2a77; text-decoration: none } 


/* Angaben für alle standardkonformen Browser */
