html, body {
	background: #fff;
	width: 100%;
	height: 100%;
}

body {
	font-family: Expletus Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	margin: 0;
	padding: 0;
}

div#index_logo {
	position: relative;
	min-height: 40%;
	width: 100%;
       	top: 30%;
	padding-bottom: 3em;
}

div#index_content {
	position: relative;
	min-height: 40%;
       	top: 20%;
	padding-bottom: 3em;
	text-align: center;
}

div#center_box {
	display: inline-block;
	position: relative;
	text-align: left;
}

a:link {
	color: #000;
	font-size: 2em;
	font-weight: bold;
	line-height: 2em;
	margin: -0.63em auto 0 auto;
	text-decoration: none;
}

a:visited {
	color: #444;
	text-decoration: none;
}

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

a:active {
	color: #A2B;
	text-decoration: underline;
}

h1.wham {
	color: #008;
	font-size: 18em;
	line-height: 1em;
	margin: -0.63em auto 0 auto;
	position: relative;
	text-align: center;
}

div#footer {
    position:absolute;
    bottom: 0;
    width: 100%;
    height: 2.8em;
}

.imprint {
	color: #999;
	font-size: 0.85em;
	position: relative;
	text-align: center;
	white-space: nowrap;
}



#header-container {
	width: 100%;
	position: fixed;
	top: 0px;
}
#header {
	height: 50px;
	background: #fff;
	border-bottom: 6px solid #b531ec;
	width: 960px;
	margin: 0px auto;
	background-image: url("/img/anadoka_header.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content {
	width: 960px;
	height: auto;
	margin: 70px auto;
}

#div-1-padding {
	padding:10px;
}
#div-1a {
	float: left;
	width: 470px;
	background-color:#d33;
	color:#fff;
}
#div-1b {
	float: left;
	width: 470px;
	background-color:#3d3;
	color:#fff;
}
#div-1c {
	clear:both;
	background-color:#33d;
	color:#fff;
}
