html {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.01em;
	color: #a1a1a1;
	background: #fff;
}

* html {
	font-family: Arial, sans-serif;
}

body {
	margin: 0;
	padding: 0;
}

a {
	color: #6fbed9;
	text-decoration: none;
}

a:hover {
	color: #b5d0e5;
}

a img {
	border: 0;
}

b {
	color: #444;
	margin-bottom: 3px;
}

#page {
	/*width: 920px;*/
	margin: 0 auto 0 auto;
	padding: 0 100px;
}

#header {
	margin: 30px 0 85px 0;
}

#logo {
	height: 196px;
	overflow: hidden;
}

#logo_left_animation_layer1 {
	float: left;
	width: 369px;
	height: 196px;
	background: #000 url('images/struktur_light.gif') no-repeat;
}

#logo_left_animation_layer2 {
	width: 369px;
	height: 196px;
	background: #000 url('images/struktur_light.gif') no-repeat;
	position: relative;
}

#logo_left_dash {
}

#logo_right_animation_layer {
	float: right;
	width: 550px;
	height: 196px;
	background: #fff url('images/struktur_dark_sparse.png') no-repeat;
}

.section, article {
	margin: 50px 0;
	color: #a1a1a1;
	font-size: 14px;
	font-weight: lighter;
}

.section .headline, header.entry-header {
	color: #b5d0e5;
	font-size: 50px;
	font-weight: bold;
}

header.entry-header {
	font-size: 50px;
	padding-bottom: 30px;
}

article .entry-footer, .footer {
	height: 16px;
	border-bottom: solid #ddd 1px;
	background: url('images/logotypo.png') top right no-repeat;
}
