html,body { margin:0;
						padding:0; }
					
body			{ height:100%;
						font-family:Arial,Helvetica,Verdana,sans-serif;
						font-size:12px;
						color:#666666;
						font-weight:bold; }

a					{ text-decoration:underline;
            color:#666666; }
            
a:hover		{ text-decoration:none;
            color:black; }

#outer { position:absolute;
				 height:568px; 
				 
				 overflow: hidden;  
				 width: 100%; }

#outer[id] { display: table; 
						 position: static; }

#middle {	position: absolute; 
					top: 50%; 
					width: 100%; 
					text-align: center; } /* for explorer only*/

#middle[id] {	display: table-cell; 
							vertical-align: middle; 
							position: static;}

#inner 		{	position: relative; 
					  top: -50%;
						text-align: left; 
						width:100%; } /* for explorer only */

#inner 		{	position:relative;
						width: 200px; 
						margin-left: auto; 
						margin-right: auto; 
						width:100%; 
						text-align:center;
						background-image:url(../gfx/background_startseite.gif);
						background-repeat:repeat-x; } /* for all browsers*/

/* optional: #inner[id] {position: static;} */

/* just format */
div.greenBorder {}

#flash	{ position:absolute;
					bottom:0;
					top:139px;
					left:42%;
					height:270px;
					width:558px; }
					
*html #flash { 	position:absolute;
								bottom:0;
								top:140px;
								left:42%;}
					
#text		{ position:absolute;
					width:600px;
					top:530px;
					left:50%;
					margin-left:-330px; }
					
*html	#text { top:230px; }
					
#footerlinks { position:absolute;
							 top:550px;
							 left:50%;
							 margin-left:-171px; }
							 
*html #footerlinks { top:270px; }
							 
#footerlinks a { margin-right:20px; }
							 
							 
#forward { position:absolute;
					 top:490px;
					 right:5%;
					 font-size:16px; }
					 
#headline { position:absolute;
						top:410px;
						left:55%;
						width:400px;}		
						
*html #headline { top:135px; }			
					 
#headline h1 { font-size:18px;
			      	 font-weight:bold; }
			      	 
.umzugstipps { display:block; text-align:left; margin-top:5px; margin-left:28px; font-weight:normal !important; }
.umzugstipps a { margin:0px !important; text-decoration:none; font-weight:normal !important; }
.umzugstipps a:hover { color:#666 !important; }