

body {
	padding:0; margin:0;
	width: 100%;
	background-image: url(../images/bg_vollebreedte.png);
	background-color:white;
	background-position:center;
	margin-top: 3px;
	padding:0;

}

table.screen {
	padding:0; margin:0;
	border: 0px green solid;
	height: 100%;
	width: 1250px;
	text-align: left;
}

.banner {
	padding:0; margin:0;
	width: 100%;
	height: 100px;
	padding: 0px;
	background-image: url(../images/logo_mytracks_1280.png);
	background-position: top;
	background-repeat: no-repeat;
}
.menu {
	padding:0; margin:0;
	width: 100%;
	height: 20px;
	padding: 0px;
}

.content_left {
	padding:0; margin:0;
	height: 100%;
	width: 260px;
	max-width: 260px;
	min-width: 260px;
}
.content_right {
	padding:0; margin:0;
	width: 306px;
	max-width: 306px;
	min-width: 306px;
	height: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.content {
	padding:0; margin:0;
	width: 1*;
	height: 100%;
}
.baksteen {
	padding:0; margin:0;
	height: 30px;
	width: 100%;
}

div.bg_image_left {
	width: 100px;
	height: 400px;
	position: fixed;
	bottom: 30px;
	left: 40px;
	background-image: url(../images/gg_start.png);
	background-position: top;
	background-repeat: no-repeat;
}
div.bg_image_right {
	width: 100px;
	height: 400px;
	position: fixed;
	bottom: 200px;
	right: 40px;
	background-image: url(../images/gg_ziel.png);
	background-position: top;
	background-repeat: no-repeat;
}

/* color setting normal, see mytracks_debugcolors.css for other setting */
.banner, .menu, .content_left, .content_right, .content, .baksteen {
	background-color: #333;
}


