/* CSS Document */
html, body 								{ 
										width:100%; 
										height:100%;
										background-color:#DDD8D2;
										scroll:no; 
										}
							
body  									{
										margin:0; 
										padding:0; 
										}

table.aussen 							{
										width:100%; 
										height:100%; 
										border:0px;
										}
							
table.aussen td  						{
										text-align:center; 
										vertical-align:middle; 
										}										

table.top         						{
										border-bottom:0px solid #000000;
										border-top:0px solid #000096;	
										border-left:0px solid #000096;
										border-right:0px solid #000096;
										background-image:url(../images/bg_top.jpg);
										padding:0px;
										border-spacing:0px;
										margin-left:auto; 
										margin-right:auto;
										width:1000px;
										height:130px;										
										}
							
table.header td, table.header th       	{
										border:0px;
										padding:0em; 
										}
										
table.header       						{
										border:0px;
										padding:0px;
										border-spacing:0px;
										margin-left:auto; 
										margin-right:auto;
										width:1000px;
										height:130px;										
										}
							
table.top td, table.top th          	{
										border:0px;
										padding:0em; 
										}										
																																																										
table.footer         					{
										border-bottom:0px solid #000096;
										border-top:0px solid #000096;	
										border-left:0px solid #000096;
										border-right:0px solid #000096;
										padding:0px;
										border-spacing:0px;
										background-image:url(../images/bg_bottom.jpg);
										margin-left:auto; 
										margin-right:auto;
										width:1000px;
										height:100px;	
										text-align:center;									
										}
							
table.footer td, table.footer th        {
										border:0px; 
										text-align:center;
										vertical-align:top; 
										}	

.logo									{
										background-image:url(/images/logo.gif);
										background-repeat:no-repeat;
										background-position:35px 85px;
										}		
										
.nav									{
										padding-top:78px;
										}																		
										
table.navigation       					{
										border:0px;
										padding:0px;
										border-spacing:0px;
										margin-left:auto; 
										margin-right:auto;
										width:436px;
										height:15px;
										empty-cells:show;											
										}
							
table.navigation td, table.navigation th{
										border:0px;
										padding:0em; 
										}																																	
										
.slash									{
										background-color:#6F6F6D;
										width:1px;									
										}																			
										
table.bottom td, table.bottom th       	{
										border:0px;
										padding:0em; 
										}
										
table.bottom       						{
										border:0px;
										padding:0px;
										border-spacing:0px;
										margin-left:auto; 
										margin-right:auto;
										width:1000px;
										height:100px;										
										}
										
.bottomtext								{
										background-image:url(/images/nav/bottom_text.gif);
										background-repeat:no-repeat;
										background-position:44px 25px;
										}																			
