/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ************************************************************************************************
 *
 *	Copyright (c) 2009, Arno Dudek (http://www.adgrafik.at, office@adgrafik.at)
 *
 *	@copyright	Copyright (c) 2009, Arno Dudek
 *
 ************************************************************************************************
 ** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


#accessibility .fontsizer .increase {
	background: url(../images/interface/menu_zoom_increase_0.gif) no-repeat;
}

#accessibility .fontsizer .normalize {
	background: url(../images/interface/menu_zoom_normalize_0.gif) no-repeat;
}

#accessibility .fontsizer .decrease {
	background: url(../images/interface/menu_zoom_decrease_1.gif) no-repeat;
}

#accessibility .rootline {
	left: 300px;
	font-size: .75em;
}

#main {
	width: 970px;
}

#left-column {
	width: 220px;
	font-size: .75em;
}

#left-column ul {
	height: 130px;
}

#left-column .spacer {
	height: 120px;
}
#content {
	margin-left: 200px;
	font-size: .75em;
}

#content .column-left {
	width: 400px;
}


#content .four-columns {
	width: 150px;
}
#content.home {
	width: 900px;
}

#content.home .column-left {
	width: 450px;
}

#content.home .column-right {
	width: 400px;
}

#footer {
	width: 970px;
	font-size: .75em;
}
