@charset "utf-8";

/* Eigene Style */

#start	{
		float: left; 
		text-align: center;
		align: center; 
		position: relative; 
		width: 50%; 
		height: 100px;
/*		border: 1px solid #000; */
		}
		
#logo	{
		width: 100%;
		height: 100%;
		padding-top: 15px;
		}
		
#team	{
		width: 100%;
		height: 100%;
		text-align: center;
		}

#contact_1 {
		float: left; 
		text-align: left;
		align: center; 
		position: relative; 
		width: 37%; 
		height: 160px;
/*		border: 1px solid #000; */
		}
		
#contact_2 {
		float: left; 
		text-align: center;
		align: center; 
		position: relative; 
		width: 13%; 
		height: 160px;
/*		border: 1px solid #000; */
		}