/* Reset */

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, main, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


 @media only screen {
.col {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	}
}

*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }


/* Dead Simple Grid */

.col {
	padding: 0 1.5em;
}
.row .row {
	margin: 0 -1.5em;
}
.row:before, .row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}

/* Definition für die verschiedenen Bereiche */

html { -webkit-text-size-adjust: none; overflow-y: scroll; } /* Font Resizing (z.B. iPhone) ausschalten */

body {
	background:#FFF;
	font-family:'Cabin', sans-serif;
	font-size:14px;
	color:#423F40;
	margin-left:1.5em;
	margin-right:1.5em;
}
#container {
	max-width:90em;
	margin:1.5em auto;
}
#header {
	margin-bottom:.8em;
}
#logo {
	width:48%;
	padding-left:0.8em;
}
#navigation {
	width:52%;
	margin-top:0;
}
#subnav {
	margin-top:.4em;
	height:1.3em;
}
#content {
	background-color:#fcfcfc;
	border-radius:10px;
	box-shadow:0 1px 2px rgba(63, 63, 64, 0.4) inset;
	z-index:5;
}
#footer {
	margin-top:1em;
	font-size:0.9em;
	line-height:1.5em;
	text-transform:lowercase;
}
.ft_col_1, .ft_col_2, .ft_col_3, .ft_col_4 {
	width:25%;
	margin-bottom:1em;
}
.ft_col_4 {
	text-align:right;	
}

/* Boxen */

.col_25 {
	width:25%;
}
.col_50 {
	width:50%;
}
.col_75 {
	width:75%;
}
.col_33 {
	width:33.33%;
}
.col_66 {
	width:66.66%;
}
