/* DATEI: formate01.css */


html, body 		{
					background-color: #c0bfbb;
					color:#b1b1b1;
					font-family:sans-serif;
					font-size:6px;
				}
	
	
/* vielleicht benutzen

#tab_aussen 	{ 	width:100%;
					height:100%;
                    margin:0px; auto;
					text-align:center;
					vertical-align:middle;
				}
#tab_innen 		{
					height:250px;
	                margin-left:auto;
	                margin-right:auto;
	                width:760px;
	                background-color:#00AFAF;
					border:1px solid black;
				}

#tab_innen_td	{   vertical-align:top;
                    text-align:left;
                    padding:20px;
				}

*/
		
	/* Formatierung der Layout-Tabelle - besonders Ausrichtung*/
		
	#vert-hoz{
		          position:absolute;
		          top:50%;
		          left:50%;
		          margin-top:-400px;
		          margin-left:-570px;
		          width:1000px;
		          height:775px;
		          overflow:auto;
		          text-align:left;
				  color:#c0bfbb;
				  background-color:#c0bfbb;
				  border:0px solid #000000;
				}
		
    /* Formatierung der Tabellenfelder - Breite & Hoehe */
	
	/* Tabellenfelder Zeile 1 */
	
	#t-feld01{
      				width:50px;
		          	height:5px;
			 }
	#t-feld02{
      				width:290px;
		          	height:5px;
			 }
	#t-feld03{
      				width:600px;
		          	height:5px;
			 }
	#t-feld04{
      				width:60px;
		          	height:5px;
			 }		

	/* Tabellenfelder Zeile 2 */
		 
	#t-feld05{
      				width:50px;
		          	height:50px;
			 }
	#t-feld06{
      				width:290px;
		          	height:50px;
			 }
	#t-feld07{
      				width:600px;
		          	height:50px;
			 }
	#t-feld08{
      				width:60px;
		          	height:50px;
			 }

	/* Tabellenfelder Zeile 3 */
			 
	#t-feld09{
      				width:50px;
		          	height:600px;
			 }
	#t-feld10{
      				width:290px;
		          	height:600px;
			 }
	#t-feld11{
      				width:600px;
		          	height:600px;
			 }
	#t-feld12{
      				width:60px;
		          	height:600px;
			 }

	/* Tabellenfelder Zeile 4 */	 
			 
	#t-feld13{
      				width:50px;
		          	height:60px;
			 }
	#t-feld14{
      				width:290px;
		          	height:60px;
			 }
	#t-feld15{
      				width:600px;
		          	height:60px;
			 }
	#t-feld16{
      				width:60px;
		          	height:60px;
			 }

			 
			 
			 
	a 	{	
			color:#c0bfbb;
		}
	p {

	}
