@charset "utf-8";

/* CSS Document */




.ganz {
	width: 650px;
	float: left;
}

#50_links {
	width: 300px;
	float: left;
}

#50_rechts {
	width: 300px;
	margin-left: 18px;
	float: left;
}

#25_links {
	width: 150px;
	float: left;
	color: #09F;
}

#75_rechts {
	width: 450px;
	float: left;
	margin-left: 18px;
	color: #0F6;
}

#75_links {
	width: 450px;
	float: left;
}

#25_rechts {
	width: 150px;
	margin-left: 18px;
	float: left;
}

#33_links {
	width: 200px;
	float: left;
	margin-top: 10px;
}

#33_mitte {
	width: 200px;
	float: left;
	margin-left: 9px;
	margin-top: 10px;
}

#33_rechts {
	width: auto;
	margin-left: 9px;
	float: left;
	margin-top: 10px;
}


/*----------------------------------------- CSS Willkommen Bereich --------------------------------*/
#welcome_wrapper { width: 620px; }
#welcome_left, #welcome_right ,#welcome_center{
	height: 240px;
	color: #000;
}


#welcome_left {
	float: left;
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
}

#welcome_dazwischen{
	float:left;
	width:1px;
	height:220px;
	background-color:#666;
	}
#welcome_right {
	float: left;
	text-align: center;
	width: 160px;
	padding-right: 10px;
	padding-left: 10px;
}

#welcome_center {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#welcome_centerCol { clear: both; }

/*----------------------------------------- CSS Firma Bereich -------------------------------------*/

#wrapper {
	width: 620px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	height: 600px;
}
 
#leftCol {
	float: left;
	width: 150px;
	margin-right: 20px;
}

 
#rightCol {
	float: left;
	width: 400px;
	margin-left: 20px;
}
#rightCol p1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
}
#rightCol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}
 
#centerCol {
clear: both;
}


/*----------------------------------------- CSS Kontakt Bereich -------------------------------------*/
#contact{
	height:500px;}

#contact_wrapper {
	width: 620px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	height: auto;
}
 
#contact_leftCol {
	float: left;
	width: 340px;
}
 
#contact_rightCol {
	float: left;
	width: 250px;
	margin-left: 10px;
}
#contact_rightCol p1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
}
#contact_rightCol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}
 
#contact_centerCol {
clear: both;
}
