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

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  repeat-y;
}

/*	left: 50%; 
	margin-left: -400px; /* = -Hälfte von width > horizontal zentriertes DIV
	width:800px;
	height:100px; */
	

#navigation {
/*  position:fixed; */
	position: fixed;
	background-color: white;
	opacity: 0.9; 
	top:10px; 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:50px; left:50%; width:760px; height:300px;
	margin-left: -380px;
	text-align:center;
	padding-top:20px;
	padding-bottom:60px;
	padding-left:0;
	opacity: 0.8;	
/*	background-color: white; */
	z-index: 4;
}

#hintergrund { position:fixed; top:0; left:0; right:0; bottom:0; text-align:center; padding:0; background-image: url(http://www.kraftfeld.ch/pic/prog1401/hintergrund-gespiegelt.gif); background-repeat: repeat-y; background-position: center 0; height: 10000px; z-index: 1; z-index: -1; }

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

/* styles for programm.htm */

.Prog_Text 			{ color: #FF4400; 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: #FF4400; 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: #FF4400; font-size: 18px; text-transform: uppercase; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; sans-serif; monospace; font-weight: bold; vertical-align: middle; line-height: 19px  }
.Prog_Zeit 			{ color: #FF4400; 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: #FF4400; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.FronpageFett    	{ color: #FF4400; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold }
.Fronpage_klein    	{ color: #FF4400; 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: #FF4400; text-decoration: none }
a:link, a:visited 	{ color: #FF4400; text-decoration: none }
a:hover 			{ color: #FF4400; text-decoration: underline }
a:active 			{ color: #FF4400; text-decoration: none }
p     				{ margin-bottom: 1px; margin-top: 1px }

