@charset "UTF-8";
@import url("defaults.css");

/*
*	----------------------------------------------
*	Basic Screen
*	----------------------------------------------
*/

	html, body {
		margin:0;
		padding:0;
		height: auto !important;
		outline: none;
		}

	html {
		overflow: auto;
		}

	body {
		font-size: 100%;
		height: 100%;
		}

	html {
		color: black;
		background: #ffffff url('../images/grunge_background_weiss.jpg') no-repeat top center;
		}

	div#head {
		margin-top: 12px;
		margin-bottom: 12px;
		text-align: center;
		}

	div#content {
		width: 803px;
		text-align: left;
		background: transparent url('../images/content_bg.png') no-repeat top center;
		}

	div#content h1 {
		font-size: 1.6em;
		text-align: center;
		color: #7b929e;
		margin-bottom: 0px;
		}

	div#content h2 {
		margin-top: 0px;
		font-size: 0.80em;
		text-align: center;
		color: #9d9d9d;
		}

	div#content h3 {
		font-size: 1.60em;
		text-align: center;
		color: #4b770b;
		font-weight: bold;
		margin-bottom: 16px;
		}

	div#content a {
		font-size: 1.0em;
		text-align: center;
		color: #0b4b77;
		}

	div#content a:hover {
		font-size: 1.0em;
		color: #777777;
		}

