@import url("style_main.css");

body {
	background: #e2e2e2;
	text-align: center;
}

#ruler {

}

#wrapper {
	margin: 0 auto;
border:0px solid red;
	width: 902px;
}

a {
    text-decoration: none;
    color: #ff0000;
}

#head {
	width: 902px;
	height: 88px;
	background: transparent url('../images/rhein_it_logo.jpg') center top no-repeat;
border:0px solid blue;
}

#mainmenu {
	width: 902px;
	height: 28px;
border: 0px solid #e2e2e2;
	background: transparent url(../images/navi_seperator_left.jpg) left top repeat-x;
}

#contentwrapper {
	background: #ffffff;
	padding-top: 25px;
border:0px solid green;
}

#innerwrapper {
	float:right;
	width:690px;
border:0px solid red;
}

#centercolumn {
	float:left;
	width:450px;
border:0px solid red;	
}

#centercolumn ul {
/*	list-style-position: inside;*/
}
#leftcolumn {
	margin-top: 0px;
	margin-right:600px;
	padding-left:10px;
border:0px solid green;
}


#rightcolumn {
	margin: 0 auto;
	float:right;
	width:230px;
margin-right: 8px;
border:0px solid blue;
}

.clearer {
	clear:right;
}

#footer {
	background: transparent url('../images/footer.jpg') top center no-repeat;
border:0px solid blue;
	height:45px;
/*	width:902px;*/
	margin-left: auto;
	margin-right:auto;
}