
	/*******************************
	*
	*	SYSTEM 1
	*	ALNO AG STARTSEITE - DE - deutsch
	*
	*******************************/
	
	/*allgemeine Styles************/
div.rahmen {
	border: 1px solid #CCCCCC;	
}
#STARTCONTENT h1 {
	font-size: 17px;
	line-height: 100%;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding: 2px 0px 4px;
	margin: 0px;
}
.trennLinie {
	height: 0px;
	width: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}	
	/* START - SEITE**************/

#STARTCONTENT {
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-right: 20px;/*40px wenn keine news da sind*/
	padding-left: 40px;
	z-index: 30;
	height: auto;
	width: auto;
	float: left;
}

#SPEZIAL {
	/*schwebt über den Spalten*/
	border: medium solid #00CC00;
	background-color: #CCCCCC;
	
	height: 100px;
	width: 150px;
	z-index: 40;
	
	position: absolute;
	left: 100px;
	bottom: 100px;
}

#SPALTE1,
#SPALTE2,
#SPALTE3,
#SPALTE4 {
	float: left;
	margin-right: 25px;
	/*border: thin dashed #CC0000;*/
}
#SPALTE1 {
	width: 250px;
}
#SPALTE2 {
	width: 400px;
}
#SPALTE3 {
	width: 250px;
}
#SPALTE4 {
	width: 280px;
}
#CONTENT {
	float: left;		
}
	/*SPRACHAUSWAHL*****************/

#SPRACHAUSWAHL {
	background-color: #FFFFFF;
	width: auto;
	z-index: auto;
	margin-top: -25px;
	margin-bottom: 8px;
}
	
	/*die Drei welten LIFESTYLE, COUNTRY, HOME*/
#WELTEN {
	border: 1px solid #990000;
	float: left;
}
#SPALTE1 a,
#SPALTE2 a,
#SPALTE3 a, 
#SPRACHAUSWAHL a {
	text-decoration:none;	
}
#SPALTE1 a:hover,
#SPALTE2 a:hover,
#SPALTE3 a:hover, 
#SPRACHAUSWAHL a:hover {
	text-decoration:underline;
	color:#666666;
		
}
#LIFESTYLE,
#COUNTRY,
#HOME {
	width: 240px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 80px;
	cursor:pointer;
	/*border: thin solid #00CC00;*/
}
#LIFESTYLE {
	background-image: url(../../../media/globalimages/start/lifestyle.jpg);	
}
#COUNTRY {
	background-image: url(../../../media/globalimages/start/country.jpg);
	
}
#HOME {
	background-image: url(../../../media/globalimages/start/home.jpg);
			
}

	/*NEWS / SHORTNEWS*********************************/

#SHORTNEWS {
	/*fonts definition unter global.css*/
	width: 240px;
	padding: 15px;
}

	/* SPEZIALS / RUBRIKEN *********************************/
	
#SPEZIALS {
		
}
#CULINARIUM,
#STUDIOS,
#NEUHEITEN  {
	width: 240px;
	margin-top: 10px;
	cursor:pointer;
}




