/* Stylesheet created by FlorianSimon*/

/* @group Colors */
/*	background			#001712
 * 	main-background		#FFB761
 * 	accent				#C5D7ED
 * 	headline			#771B00
 *	nav-link			#C54700
*/
/* @end */



/* @group Basic Setup */
html{
	overflow-y: scroll;
}
/* @end */



/* @group Basic Layout */
body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11pt;
	background-color: #001712;
}

#main {
	margin: 20px auto 20px auto;
	width: 700px;
	background-color: #ffb761;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	min-height: 200px;
}

#head{
	text-align: center;
	margin-top: 0px;
}

#navigation{
	float: left;
	min-height: 20px;
	width: 163px;
	margin: 50px 0px 10px 20px;
}

#content{
	float: right;
	min-height: 20px;
	margin: 30px 20px 10px 10px;
	text-align: justify;
	width: 470px;
}

#footer{
	padding: 20px 20px 5px 20px;
	clear: both;
	text-align: center;
	width: 550px;
	margin: 0 auto;
	padding: 2px 0px 5px 0px;
	height: 35px;
	background: url(images/FooterBackground.png) no-repeat;
}
/* @end */



/* @group Box */
.Box{
	height: 100px;
	width: 400px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	background-color: #C5D7ED;
	padding: 5px 5px 5px 5px;
	text-align: right;
}

#BoxContent{
	float: right;
	width: 295px;
	margin-left: 5px;
}

#BoxImage{
	float: left;
}
a#box{
	border: none;
	color: black;
	text-decoration: underline;
}
/* @end */



/* @group Navigation */
.button{
	list-style-type: none;
	list-style-position: inside;
	text-align: right;
	margin-right: 5px;
	background: url(images/Button.png) no-repeat;
	height: 20px;
	width: 163px;
}

a#nav{
	text-decoration: none;
	font-variant: normal;
	font-size: 16px;
	font-weight: bold;
}


ul#nav{
	margin: 0px;
	padding: 0px;
}

#link{
	color: #c54700;
}

#link:hover{
	color: #771b00;
}
/* @end */



/* @group Headlines */
h1{
	font-size: 16pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0 0 5px;
	padding: 0;
}

h2{
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0 0 5px;
	padding: 0;
}

h5{
	font-size: 9pt;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 0;
	text-decoration: none;
	font-style: normal;
}

h6{
	font-size: 35px;
	color: #771b00;
	margin:  0 auto;
	text-align: center;
}
/* @end */



/* @group Everything else */
#RandomFact{
	text-transform: none;
}


/* @end */
