/********************************************/
/*											*/
/*		IKKM - main styles					*/
/*		lombego systems 2008				*/
/*											*/
/*		color definition:					*/
/*											*/
/*		silver: 		828CA0				*/
/*		light-silver: 	E0E2E7				*/
/*		pink:   		EC00E9				*/
/*		

		
		font-family:'LinotypeSyntaxW02-Regul';
		font-family:'LinotypeSyntaxW02-Bold';
		
/********************************************/

@import url('layout.css');
@import url('navigation.css');
@import url('content.css');

html{
	width: 100%;
	height: 100%;
}

body{
	margin: 0px;
	padding: 0px;
	color: #000000;	
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	width: 100%;
	height: 100%;
	background: #ffffff url('../img/backgrounds/verlauf-navi.png') repeat-x left top;
}

.cb{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

a:link{
	color: #828CA0;
	font-weight: bold;
	text-decoration: none;
}

a:visited{
	color: #828CA0;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #EC00E9;
	font-weight: bold;
	text-decoration: none;
}

h1{
	font-family: 'LinotypeSyntaxW02-Bold', Arial, Helvetica, Verdana;
	font-size: 15px;
	font-weight: normal;
	color: #EC00E9;
	margin: 5px 0px 0px 0px;	
}

.news_premium h1{
	margin-top: 0px;
}

h2{
	font-family: 'LinotypeSyntaxW02-Bold', Arial, Helvetica, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #EC00E9;	
	margin: 0px;
}

h3{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #828CA0;	
	margin: 0px;
}

.cl {
	clear: left;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}


