body {
	color:			#565656;
	background-color:		#999999;
	font-size:			12pt;
	font-family:		Helvetica, Arial;
	margin: 			0;
}

p.titel, h1, h2, h3, h4 {
	font-family:		'Roboto', sans-serif;
	font-weight:		300;
}

h1, p.titel {
	font-size:			28pt;
	line-height:		32pt;
}

h2 {
	font-size:			22pt;
}

h3 {
	font-size:			18pt;
}

h4 {
	font-size:			14pt;
}

.responsive {
	padding:			0;
	width:			90%;
	height:			auto;
}

a.link, a.link:visited {
	background-color:		#dddddd;
	color:			#333333;
	text-decoration:		none;
	padding:			4px;
	line-height:		40px;
	margin:			10 0 0 10;
	white-space:		nowrap;
	
	-webkit-border-radius:	2px;
	-khtml-border-radius:	2px;
	-moz-border-radius:	2px;
	border-radius:		2px;
}

a:visited {
	color:			#3fa535;
}

a.link:hover {
	a-background-color:		#9f1917;
	color:			#ffffff;
}

input {
	text-align:			center;
}

input:focus {
	font-weight:		bold;
}

section {
	padding:			20px;
}

.section {
	background-color:		#ffffff;
}

.highlight {
	background-color:		#e30613;
	color:			#ffffff;
}

.content {
	max-width:			960px;
	text-align:			left;
	margin:			0 auto;
}

.footer {
	background-color:		#565656;
}

.address {
	background-color:		#999999;
}

.footer a, .footer {
	color:			#ffffff;			
}

a, a:visited {
	color:			#666666;
}

a.link, a.link:visited {
	background-color:		#dddddd;
	color:			#333333;
}

a.link:hover {
	background-color:		#e30613;
	color:			#ffffff;
}

p {
	margin-bottom:		20px;
	line-height:		18pt;
}

p.breadcrumbnavigation {
	margin-top:			-20px;
}

p.bild {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

p.bild img {
	width:			100%;
	height:			auto;
	max-width:			480px;
}

.footer p {
	text-align:			center;
}

#cookiemessage {
	border-top: 1px solid #fff;
	background: rgba(51, 51, 51, 0.8);	
	color: #fff;
	position:fixed;
	bottom: 0px; 
	z-index: 10000; 
	width: 100%; 
	font-size: 11pt; 
	line-height: 12pt;
}

#cookiemessage  table {
	padding: 20px;
}

#cookiemessage input {
	background-color: #ffff00;
	padding: 10px 30px 10px 30px;
	color: #333;
	border: none;
	font-size: 11pt;
	cursor:pointer;
	margin-left: 20px;
	margin-right: 20px;
}

#cookiemessage a {
	color: #fff;
}

#cookiemessageCloser {
	color: #777;
	font: 14px/100% arial, sans-serif;
	position: absolute;
	right: 5px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	top: 5px;
	cursor:pointer;
	border: 1px solid #fff;
	padding: 5px;
	background: #ced6df; /* Old browsers */

}

#cookiemessageCloser:hover {
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid #7b92a9;
	border-left: 1px solid #7b92a9;
}