html, body {
	height:100%;
}
body {
	background: #E7E8E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #58595B;
}
#wrap {
	width:980px;
	margin: 0px auto;
	position: relative;
	background:#fff;	
	min-height:100%;
	height:auto !important;
	height:100%;
	background-image:url("../img/stempel.jpg");
	background-position:bottom right;
	background-repeat:no-repeat;
}
.head {
	height: 210px;
	background-image: url("../img/russisch-in-chemnitz.jpg");
	background-position: bottom;
}
.navi {
	color:#ED1C24;	
	padding:10px 30px;
}
.navi a {
	color:#ED1C24;
	text-decoration:none;
}
.navi a:hover {
	text-decoration:underline;
}
.navi ul {
	float:right;
	width:150px;
}
.navi ul li {	
	float:left;
	list-style:none;
	width:50%;
}
.navi ul li a {
	color:#ED1C24;	
	position:relative;
	text-decoration:none;
}
.navi ul li a:hover {	
	text-decoration:underline;
}
.content{
	margin:20px 80px;
}
h3 {
	margin-bottom:15px;
}
p {
	margin-bottom:20px; 
}
.content p span,strong{
	color:#ED1C24;
}
.content a{
	color:#ED1C24;
}
.content a:hover{
	color:#ED1C24;
	text-decoration:none;
}
#kontakt {
	float:right;
}
#footer {
	padding-top:25px;
	position:relative;
	margin-top:-70px;
	height:5px;
	width:100%;
}
.footer_blank {
	height:5px;
}