/* reset browser styles */
/* Copyright 2010, Sawyer McFarland */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* end reset browser styles */


a:link {
	color: #8b8887;
	text-decoration: none;
	font-size:24px;
	letter-spacing: 1px;
}
a:visited {
	color: #8b8887;
	text-decoration: none;
}
a:hover {
	color: #595657;
	text-decoration: none;
}
a:active {
	color: #8b8887;
	text-decoration: none;
}

/* Hintergrund komplett grau */
body {
	background: #a5a2a1;
}
#titel p {
	margin-bottom:7px;
}
#text {
	float:left;
	background-color:#fff;
	height:267px;
	width:400px;
	display:table-cell;
	vertical-align:middle;
	font: 400 16px "Source Sans Pro", "Helvetica Light", Arial, sans-serif;
	color:#8b8887;
	letter-spacing: 2px;
	line-height:26px;
	text-align:center;
}
#textalign {
	position:relative;
	height:50px;
	width:400px;
	top:50%;
	margin-top:-32px;
}
#img {
	float:left;
	background-color:#ccc;
	height:267px;
	width:400px;
}

@media (min-width: 850px) {

#wrapper {
	width:400px;
	margin:auto;
}
#vertical {
	position:absolute;
	height:267px;
	width:400px;
	top:48%;
	margin-top:-133px;
	background-color:#fff;
}
}

@media (max-width: 849px) {

#wrapper {
	width:400px;
	margin:auto;
	padding:50px;
}
#vertical {
	position:absolute;
	height:267px;
	width:400px;
	top:48%;
	margin-top:-267px;
	background-color:#fff;
}
}