/* home page specific */


/* general */
#top_menu_home {
        visibility: hidden;
}

.main-content-column .main-content-window thead td {
        color: white;
}

/* left */
/*#left_content_column table {
        width: 100%;
}*/


/* reshape the main content */
table.main-content-window {
        border: 0px solid black;
        width: 256px;
        margin-right: 0px;
}
.main-content-column .main-content-window thead td {
        background: inherit;
}
table.main-content-window tbody td {
        background: inherit;
}
/* end */

/* news */
#center_content_column {
	background-image: url(../image/bg_homepage.jpg);
	background-repeat: no-repeat;
}

#scrollable_news_div {
	overflow: auto;
	overflow-x: hidden;
	height: 391px;
}
/* end */

/* buttons on homepage */
table.homepage-button {
	margin: 4px 0px 0px 6px;
}

img.homepage-button {
	width: 120px;
	height: 54px;
}

td.homepage-button {
	padding: 5px 0px 6px 0px;
}


/* main content must be a little wider on the homepage because the news column is slightly thinner */
.main-content-column {
	width: 401px;
}

/* end */

