/*=========================================================================
===========================================================================
    Styles Thomas Hilzenbecher - IT MANAGEMENT
=========================================================================== 
    kirchbergerknorr - individuelle internetlösungen
    http://www.kirchbergerknorr.de    
===========================================================================
=========================================================================*/


/*=======================================================================*/
/*=========== Allgemeine Styles Grundgerüst =============================*/
/*=======================================================================*/

body {
	margin:0;
	padding:0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#686a71;
	line-height:0;
	text-align:center;
	height:100%;  
}


#image {
    margin:0;
	padding:0;
	width:100%;
	text-align:center;
	height:100%;            
    background: url(../gfx/bg_gesamt.jpg) no-repeat top center #fff;	
}


#all {
	position:relative;
	margin:auto;  
	width:990px;
	font-size:12px;
	line-height:18px;
	text-align:left;
	min-height:100%;
    height:100%;
    margin-bottom:1px; 
    text-align:center;
    padding:50px 0 0 0;
}

