/*
	Project ATSN
	15-8-2008

	Sander Roy van Veen
	MY MEDIA internet solutions

	www.my-media.nl
	info@my-media.nl
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	background-color: #555;
	font: 12px "Verdana", "Tahoma", sans-serif;
}

a {
	color: #366784;
	text-decoration: none;
}

a:hover {
	color: #518eb2;
	text-decoration: underline;
}

h1 {
	color: #213e50;
	font-size: 14px;
	font-weight: bold;
}

/* ID */

#container {
	margin: 0 auto;
	width: 866px;
}

#header {
	background-image: url("/ext/img/header.png");
	width: 866px;
	height: 191px;
}
	#menu {
		margin-top: -28px;
		text-align: center;
	}

	#menu a {
		color: #231f20;
	}

	#menu ul {
		margin-left: 14px;
	}

	#menu li {
		display: inline;

		font: bold 17px "Trebuchet MS", "Verdana", sans-serif;
		text-transform: uppercase;

		margin-left: 15px;
		margin-right: 15px;
	}

#content_top {
	background-image: url("/ext/img/content_top.png");
	height: 15px;
	margin-top: 20px;
}

#content {
	background-color: #f3f3f3;
	min-height: 300px;
	$height: 300px;
	padding-left: 10px;
	padding-right: 10px;
}

#footer {
	text-align: center;
	background-image: url("/ext/img/content_footer.png");
	height: 15px;
	font-size: 9px;
}

.page_column {
	margin-bottom: 15px;
}

#warning {
	color: red;
	font-weight: bold;
	margin-bottom: 15px;
}
	#warning li {
		list-style-position: inside;
	}
