/*
B04C46 rot
767676 grau
*/


body {
	font-family: Arial, 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	background-color: #414141;
	margin: 0;
	padding-top: 0;
}

.wrapper {
	width: 902px;
	margin: 40px auto 150px auto;
}

.kuemin {
	float: left;
	background-color: #767676;

}

.cheminee {
	float: right;
	background-color: #B04C46;
	border-left: 2px solid #fff;
}

.kuemin, .cheminee {
	width: 450px;
	height: 700px;

}

.content {
	margin: 50px 10px 50px 20px;
}

.content p, li, ul {
 font-size: 14px;
 color: #fff;
}

.content h1 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.logo {
	text-align: center;
}

.logo img {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

a img {
	border: 0;
}


.content a, a:visited {
 color: fff;
 display: block;
}

a {
 color: #fff;
 font-weight: bold;
 font-size: 15px;
 text-decoration: none;
}

a:hover, a:visited:hover {
 color: #ccc;
}







