html {
	font-size: 100%;
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body {
	background: #fff;
	font: 1em/1.5 Arial, Helvetica, sans-serif;
	color: #000;
	margin:0;
	padding:10px;
}

#container {
	margin: 70px auto;
	padding:0 10px;
	background: #fff;
	max-width: 1036px;
	min-width:700px;
}

#logo {
	float: left;
	width: auto;
	height:480px;
	margin-left:
}

#logo img {
	margin: 0;	
	width: 34px;
	height:430px;
	padding:0 70px;
}
h1 {
	margin:0;
	padding:0;
	line-height:1;
}

a {
	color: #910e3c;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #000; 
	text-decoration: underline;
}

#content-container {
	float: left;
	position:relative;
	width:75%;
	height: 480px;
}

#content {
	clear: left;
	float: left;	
	width: 100%;
	background:#2e2e2e url(../img/verlauf.jpg) no-repeat top right;
	height:480px;
}

#picture {
	float:left;
	width:220px;
	height: 430px;
}

#text {
	float:right;
	text-align:right;
}

blockquote {
	font-size: 1em;
	color:#fff;	
	margin: 40px 5px 20px 0;
	text-transform: uppercase;
	width:300px;
	text-align: right;
}

cite {
	font-size: 0.8em;
	text-transform: uppercase;
	color:#fff;
	font-style: normal;
	margin: 0 5px 20px 0;
}

#aside {
	position:absolute;
	bottom: 5px;
	right:5px;
	color: #000;
	font-size: 0.8em;
	font-weight:bold;
	line-height:1.2;
	width: 27em;
}

.aside-left {
	float:left;
	width: 54%;
	margin:0;
}

.aside-right {
	float:right;
	width: 45%;
	text-align:right;
	margin:0;
}

#footer-container {
	clear: both;
	float:left;
	position:relative;
	margin: 25px 0 100px 174px;	
	font-weight:bold;
	text-transform: uppercase;
	max-width: 1036px;
	width:75%;
}

#footer {
	float:left;
	font-size: 0.8em;
	width:100%;
}


#linktext {
	position:absolute;
	top: 20px;
	right:0;
	display:block;
	text-transform: none;
	text-align:right;
	font-weight:normal;
	
}

#linktext.hide, #vitatext.hide {
	display:none;
}

#vitatext {
	position:absolute;
	top: 20px;
	left:0;
	display:block;
	text-transform: none;
	text-align:left;
	font-weight:normal;
}

.footer-left {
	float:left;
	margin:0;
	width:auto;
	width:50%;
}

a.wko {
	margin-right:40px;
	text-transform: none;
}

.footer-right {
	float:right;
	text-align:right;
	width:auto;
	margin:0;
	width:49%;
}

/* mobile styles  
----------------------------------------------- */
@media screen and (max-width: 450px) {


#container {
	margin: 20px 0;
	background: #fff;
	max-width: 450px;
	min-width:300px;
}

#logo {
	float: left;
	width: auto;
	height:auto;
}

#logo img {
	margin: 0;	
	width: auto;
	height:auto;
	padding:0 10px;
}

#content-container {
	float: left;
	position:relative;
	width:220px;
	height: auto;
}

#content {
	clear: left;
	float: left;	
	width: 220px;
	background:#fff none;
	height:auto;
}

#picture {
	float:left;
	width:auto;
	height: auto;
}

#text {
	float:none;
	text-align:left;
}

blockquote {
	color:#000;	
	margin: 40px 5px 20px 0;	
	width:200px;
	text-align: left;
}

cite {
	color:#000;
	margin: 0 5px 40px 0;
}

#aside {
   clear:both;
	position:static;
	padding-top: 20px;	
	width: 200px;
}

.aside-left {
	float:none;
	width: auto;
	margin:20px 0 0 0;
}

.aside-right {
	float:none;
	width: auto;
	text-align:left;
	margin:20px 0 0 0;
}

#footer-container {
	clear: both;
	float:none;
	position:static;
	margin: 45px 0 0 0;		
	max-width: auto;
	width:250px;
}

#footer {
	float:none;
	padding: 20px 0 0 50px;
}

#linktext {
	position:static;
	margin-top: 20px;
	text-align:left;
}

#vitatext {
	position:static;
	margin-top: 20px;
	text-align:left;
}

.footer-left {
	float:none;
	margin:0;
	width:100%;
}

.footer-right {
	float:none;
	text-align:left;	
	width:100%;
}

.footer-right a {
	display:block;
}

}

