﻿.beispiele {
	background-color: #F0F0F0;
	color: #575757;
	font-family: Arial, Helvetica, Sans-Serif;
}
#big h1 {
	color: #6D7274;
	font-size: 28px;
	margin: 10px 0px 15px 0px;
	font-family: Georgia, 'Lucida Grande', Geneva, "Times New Roman", Times, Serif;
	font-weight: normal;
}
h1 a {
	color: #6D7274;
	cursor: default;
	text-decoration: none;
}
#big p {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	margin-bottom: 15px;
}
#big {
	width: 620px;
	display: table;
	margin: 0 auto;
}
.info {
	float: right;
	width: 300px;
	margin-top: 50px;
}
.close {
	margin: 65px 0px 30px 0px;
}
.close span {
	font-size: 18px;
	padding-left: 5px;
}
.close a {
	font-family: Georgia;
	font-size: 11px;
	color: white;
	padding: 5px 15px 5px 15px;
	background-color: #B6AC95;
	text-decoration: none;
}
.close a:hover {
	background-color: #ff8929;
}

