/***************************************************************************************************
                Projekt:	Kaiser Otto
                Erstellt:	10.01.2009

                Aufgabe dieser Datei
                x
                
                wichtige Informationen
                x

                Änderungen
                x
                
/**************************************************************************************************/


		/**********************************/
		/***	Seite
		/**********************************/
		body{			
			background-image: url(../images/bg.jpg);
			
		}
		#site{
			padding: 70px;
		}
		#leftSite{
			float: left;
			width: 250px;
			height: 100%;
		}
		#rightSite{
			width: auto;
			height:454px;
			margin-top: 69px;
		}
		
		#logo{
		
		}
		#menu{
			margin-bottom: 45px;
			margin-top: 45px;
			
			color: #000000;
			font-size: 11pt;
			font-weight: normal;
			font-family: 
		}
		#impressum{
			color: #ffffff;
			font-size: 10pt;
			font-weight: bold;
			font-family: arial;
		}
		.impTable{
			color: #ffffff;
			font-size: 10pt;
			font-weight: bold;
			font-family: arial;		
		}




		/**********************************/
		/***	Ausser Betrieb
		/**********************************/
		
		#outOfOrder{
			color: #a40001;
			font-size: 28px;
			font-family: verdana,arial,helvetica,sans-serif;
		}
		
		
		
	