@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
body {
	background: #b99174 url(gfx/bg.jpg) repeat;
	color: #012e66;
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
img,
a img {
	border: 0;
}

/* Links
----------------------------------------------- */
a,
a:visited {
	color: #012e66;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #012e66;
	text-decoration: none;
}
#footer a,
#footer a:visited {
	color: #763726;
	text-decoration: none;
}
#footer a:hover {
	color: #763726;
	text-decoration: underline;
}

/* Typo
----------------------------------------------- */
h1, h2 {
	font-size: 1.1em;
	margin: 0 0 .83em 0;
	line-height: normal !important;
}
h3 {
	font-size: 1em;
	margin: 2.5em 0 .83em 0;
	line-height: normal !important;
}
p {
	margin: 0 0 .83em 0;
}
ul.standard {
	margin: 3px 0 1em 15px;
	padding: 0;
}
ul.standard li {
	margin: 0;
	list-style: disc;
	padding: 0 0 8px 0;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	font-size: 62.5%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 908px;
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
#container {
	background: #f9faf7 url(gfx/timer.jpg) no-repeat 0 0;
	float: left;
	height: 648px;
	margin: 45px 0 0 0;
	padding: 0;
	width: 100%;
}
#nav {
	display: inline;
	float: left;
	font-size: 1.2em;
	margin: 85px 110px 0 95px;
	padding: 0;
	width: 290px;
}
#content {
	display: inline;
	float: left;
	font-size: 1.2em;
	height: 510px;
	overflow: auto;
	margin: 65px 0 0 130px;
	line-height: 1.5em;
	padding: 0;
	width: 283px;
}
#footer {
	float: left;
	font-size: 1.1em;
	height: 36px;
	margin: 0;
	line-height: 36px;
	padding: 0;
	text-align: right;
	width: 100%;
}
#footer p {
	margin: 0;
	padding: 0 50px 0 0;
}