/* General
================================================== */

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, h1, h2, h3 {
	display: block;
	margin: 0;
}
mark, rp, rt, ruby, summary, time {
	display: inline
}
/* Global properties */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
fieldset {
	border: 0;
}

/* defaults */
body {
	font-family: "Droid Serif", serif;
	font-weight: 400;
	font-size: 14px;
	color: #585751;
}
input, select, textarea {
	font-family: "Droid Serif", serif;
	font-size: 1em;
	vertical-align: middle;
	font-weight: 400;
	color: #393939;
	margin:0;
	padding:0
}
p {
	margin: 0;
}
a {
	text-decoration: underline;
	outline: none;
}
a:hover{
	transition: width 1s;
	-moz-transition: 1s; /* Firefox 4 */
	-webkit-transition: 1s; /* Safari and Chrome */
	-o-transition: 1s; /* Opera */
	text-decoration:underline;
}
a img:hover{
	opacity:0.6;
	transition: width 1s;
	-moz-transition: 1s; /* Firefox 4 */
	-webkit-transition: 1s; /* Safari and Chrome */
	-o-transition: 1s; /* Opera */
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.clear{
	clear:both;
}
td, th {
	padding: 3px 5px;
}
hr {
}
a {
	text-decoration: underline;
	color: #80807b;
}

h1, h2, h3 {
	font-family: "Droid Serif", serif;
}
h1 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 400;
}
h2 {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 400;
}

/* Global Structure = */
.wrapper {
	max-width:100%;
}
.align-c {
	text-align: center !important;
}
.align-l {
	text-align: left !important;
}
.align-r {
	text-align: right !important;
}
.textS {
	font-size: 11px;
}

.sp25 {
	width: 227px;
	float: left;
}
.sp50 {
	width: 455px;
	float: left;
}
.sp75 {
	width: 682px;
	float: left;
}
.sp25O {
	width: 207px;
	float: left;
	padding-right: 20px;
}
.sp100 {
	width: 910px;
}
.padA {
	padding-left: 20px;
}
.padO {
	padding-right: 20px;
}

#container {
	min-height: 100%;
	position: relative;
	width: 100%;
}
	
/* Header
================================================== */
header {
	width: 910px;
	height: 128px;
	margin: 0 auto;
}
#logo, #menu {
	margin-top: 17px;
}
#logo {
	width: 440px;
	float: left;
	color: #80807b;
}
#logo p {
	line-height: 5px;
	margin-bottom: 10px;
}
#logo p.name { font-size: 18px; }
#logo p.zeile2 { font-size: 14px; text-transform: uppercase; margin-bottom: 25px; }
#logo p.zeile3 { font-size: 12px; }
#logo a {
	text-decoration: none;
	color: #80807b;
}
#menu {
	float: right;
	padding: 5px 1px;
	background-color: #e3e3e2;
}
#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	float: left;
	font-family: 'Pontano Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 4px;
}
#menu li a {
	text-decoration: none;
	color: #585751;
}
	
/* Mitte
================================================== */
section#kopf {
	width: 100%;
	height: 212px;
	margin: 0 auto;
	background: url(../images/bg_kopf.png) center repeat-y;
}
.paragr {
	width: 135px;
	height: 212px;
	margin: 0 auto;
}
section#inhalt {
	width: 910px;
	margin: 0 auto;
	padding: 35px 0 160px;
	display: block;
	overflow: visible;
}
#inhalt p {
	line-height: 1.8em;
	margin-bottom: 1em;
}

/* Footer
================================================== */
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 160px;
	margin: 0 auto;
	background-color: #f6f6f6;
}
footer .inhalt {
	width: 910px;
	margin: 0 auto;
	padding: 27px 0;
	font-family: 'Pontano Sans', sans-serif;
	font-size: 13px;
	color: #80807b;
}