﻿/* CSS layout */
body {
	margin: 0 auto;
	padding: 0;
	background-color: #808080;
}

#masthead {
	background: #FFFFFF url('../Bilder/LOGO_MT.gif') no-repeat 25px 25px;
	height: 100px;
	width:990px;
	margin:0 auto;
	}
#top_nav {
	background: #666666;
	height: 25px;
	width: 990px;
	margin:0 auto;
}

#page_content {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
	width:	990px;
	height: 600px;
	margin:0 auto;
}

#footer {
background-color: #CCCCCC;
	width:	990px;
	clear: 	both;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 	small;
	font-style: italic;
	margin:0 auto;
}

