/* Tri4Fun - Layout */


#main {
	float: none;
	width: 960px;
	min-height: 800px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	width: 100%;
	height: 160px;
	background-repeat: no-repeat;
}

#menu {
	width: 100%;
	height: 45px;
	background-image: url('../images/menu/bg.png');
	background-repeat: repeat-x;
}

#undermenu {
	width: 100%;
	height: 45px;
	background-image: url('../images/menu/bg_undermenu.png');
	background-repeat: repeat-x;
}

#undermenu_tom {
}

#indhold {
	width: 920px;
	background-image: url('../images/main/bg.png');
	padding: 0px 20px 0px 20px;
}

#right {
	float: right;
	width: 134px;
}

#bund {
	width: 100%;
	height: 71px;
	background-image: url('../images/bund/bg.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#kontakt {
	float: none;
	width: 960px;
	height: 71px;
	margin-left: auto;
	margin-right: auto;
}
