body {
	background-color: #f5faff;
}
a,td,input,textarea,p,br,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #1d2b43;

}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #a11c23;

}

.klein { color: #1d2b43; font-size: 8pt; text-decoration: none; }

a:hover {
	color: #a11c23;
}

.linkactive {
	color: #1d2b43;
	font-size: 9pt;
	text-decoration: underline;
}

#navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;

}
#navigation a.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #1d2b43;
	text-decoration: none;

}
#navigation a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #1d2b43;
	text-decoration: none;

}

.bildrand {
	border: 1px solid #1d2b43;
}

/* formular */

.form-style.error
{
	color: #db0000;
	padding: 15px 0;
}

.form-style .text-center
{
	text-align: center;
}

.form-style .smaller
{
	font-size: 0.8em;
}

.form-style .label
{
	float: left;
	width: 200px;
}

.form-style > div
{
	margin-left: 200px;
	margin-bottom: 10px;
	max-width: 300px;
}

.form-style > div.full
{
	margin-left: 0;
	max-width: 500px;
}

.form-style > .text, .form-style > .capt
{
	height: 20px;
	line-height: 20px;
}

.form-style > .capt
{
	display: block;
}

.form-style > strong
{
	clear: both;
	display: block;
}

.form-style input,
.form-style textarea,
.form-style select
{
	width: 100%;
	border: 1px solid #bbb;
	box-sizing: border-box;
}

.form-style textarea
{
	height: 130px;
	max-width: 500px;
}

.form-style input[type=checkbox],
.form-style input[type=submit]
{
	width: auto;
}

.form-style input[type=submit]
{
	padding: 8px 16px;
	cursor: pointer;
}

.form-style .float
{
	float: left;
}

.form-style .checkbox_text
{
	margin-left: 25px;
	line-height: 1.5em;
}

/* cookiebar */
body #cookie-bar-button
{
	background-color: #31373c !important;
	color: #fff !important;
	
}

body #cookie-bar-prompt-content a, body #cookie-bar a, body #cookie-bar-prompt-content span
{
	color: #d1d1db !important;
}

