/*######## Basic Style ########*/

body {
	font-family: "trebuchet ms", tahoma, sans-serif;
	font-size: 62.5%;
	color: #000;
	text-align: center;
	background: #54829a;
}

body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre, form, fieldset,legend {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%
}

p, li, div, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1em;
}

td {vertical-align:top}
ul {list-style:none}
img,fieldset {border:0}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}
 /* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
*+html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.anchorFix {
	position: absolute;
}
.anchorFix + * {
	padding-top: 2em;
}

::selection {
	background: #ff9b05;
	color: #000;
}

::-moz-selection {
	background: #ff9b05;
	color: #000;
}

a:link, a:visited {
	color: #ff9b05;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #FFF;
}


/*######## End Basic Style ########*/


/*######## Container ########*/

div#container {
	width: 800px;
	margin: auto;
	background: url(images/schatten.png);
	min-height: 100%;
}


div#header {
	text-align: center;
	margin-bottom: 4em;
}

div#header a{
	background: url(images/logo.jpg);
	text-indent: -999em;
	height: 199px;
	width: 780px;
	display: block;
	margin: auto;
}

div#wrapper {
	overflow: hidden;
	position: relative;
	padding: 0 3em 0 15em;
	margin: 0 10px;
}


div#content {
	width: 100%;
	float: right;
	
}

div#navigation {
	position: relative;
	float: right;
	width: 15em;
	margin-left: -15em;
}



/*######## End Container ########*/

/*######## Navigation ########*/

div#navigation ul {
	text-align: left;
	margin-left: 1.5em;
}

div#navigation ul li {
	margin-bottom: 1.5em;
}

div#navigation ul a {
	font-weight: bold;
	font-size: 1.6em;
	color: #ff9b05;
	text-decoration: none;
}

div#navigation ul a:hover, div#navigation ul a:focus {
	color: #FFF;
}

/*######## End Navigation ########*/


/*######## Content ########*/

div#content {
	margin-bottom: 60px;
}

.start div#content {
	margin-bottom: 0;
}

div#content h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 1em 0;
	text-align: left;
}

div#content h2.center {
	text-align: center;
	font-size: 2em;
	margin: 0 auto 1em -7.5em;
}

div#content h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 0 .3em 0;
	text-align: left;
}

div#content p, div#content address {
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: left;
	margin: 0 0 .4em 0;
}

div#content ul.info {
	list-style: square;
}

div#content ul.info li{
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0 0 .6em 2em;
	text-align: left;
}

div#content address{
	font-style: normal;
}


div#content .logo-image {
	margin-left: -15em;
}
div#content .logo {
	float: left;
	margin-right: 2em;
}

div#content .sponsor {
	float: left;
	margin: 0 2em 2em 0;
	display: block;
	line-height: 190px;
	width: 250px;
	vertical-align: bottom;
}

div#content .sponsor img{
	vertical-align: bottom;
}

div#content dl.info dt, div#content dl.info dd {
	font-size: 1.3em;
	text-align: left;
	margin: 0 0 1em 0;
}

div#content dl.info dt{
	float: left;
	width: 6em;
}
div#content dl.info dd {
	margin-left: 6em;
}

div#navigation ul li.d a {
	text-decoration: line-through;
}

div#content form {
	text-align: left;
	padding-left: 7em;
	margin-bottom: 2em;
	height: 1%;
}

div#content form label{
	float: left;
	width: 5.4em;
	font-size: 1.3em;
	margin-left: -5.4em;
	margin-bottom: .2em;
}

div#content form input, div#content form textarea{
	width: 99%;
	float: right;
	font-size: 1.3em;
	font-family: "trebuchet ms", tahoma, sans-serif;
	margin-bottom: .2em;
	border: 1px solid #000;
	background: #dae4e9;
}

div#content form input:focus, div#content form input.focus, div#content form textarea:focus, div#content form textarea.focus {
	background: #f2f5f8
}

div#content form textarea{
	height: 18em;
	font-size: 1.3em;
}

div#content form br{
	clear: both;
}

div#content form input.submit{
	float: right;
	width: auto;
}

/*######## End Content ########*/
div#footer {
	text-align: right;
	margin: -60px 10px 0 0;
}
