/*
	IGC Cologne 2012
*/


/*--------------------------------------------------*/
@import url('navigation.css');
@import url('content.css');
/*--------------------------------------------------*/

html{
	overflow-y:scroll;
}


body{
	margin: 0px;
	padding: 0px;
	background: #FFF url('../img/background-x-repeat.png') repeat-x top left;
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 20px;
}

#center_wrapper{
	margin: 0px auto;
	width: 900px;
}

#head_bg{
	background: transparent url('../img/igc-kopf.png') no-repeat center left;
	height: 130px;
	width: 900px;
	position: relative;
}

#language{
	position: absolute;
	right: 0px;
	bottom: 16px;
	width: 200px;
	text-align: right;
}

#content_wrapper{
	float: left;
	padding: 30px 0px 30px 0px;
	width: 900px;
}

#navigation{
	float: left;
	width: 190px;
}

#converia_c3{
	padding: 0px 0px 30px 0px;
}

#main_navigation{
	padding: 0px 0px 30px 0px;
}

#sponsors{}

#main_content{
	float: left;
	width: 480px;
	padding: 0px 0px 0px 20px;
}

#marginalie{
	float: right;
	width: 190px;
}

#news{
	float: right;
	padding: 0px 0px 20px 0px;
	width: 190px;
}

#footer{
	color: #CCC;
	width: 100%;
	text-align: center;
}

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