@CHARSET "UTF-8";

body {
	/*css for full size background image*/
	background: url("../../image/background.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
	background-color: #FFF8F0;
}

.btn {
	display: block;
}

.spacebar {
	margin-bottom: 20px;
}

.titelsmall {
	color: #333;
}

.container {
	max-width: 850px;
	min-width: 200px;
	padding-left: 0;
	padding-right: 0;
}

.well {
	max-width: 850px;
	background-color: #fff;
}

.header {
	padding-bottom: 0px;
}

.panel-default {
	border-color: #555555de;
	margin-top: 5px;
}

.panel-body {
	padding: 5px;
}

a:link {
	color: #800000;
}

/* visited link */
a:visited {
	color: #800000;
}

/* mouse over link */
/*a:hover {
	color: #008080;
}
*/
/* selected link */
a:active {
	color: #800000;
}

.logo {
	color: #ffffff;
}

.index {
	color: #4f82c4;
}

p.index {
	font-size: 20px;
}

p.lead {
	font-size: 21px;
	margin-top: 20px;
}

p.border {
	border-style: solid;
}

div.border {
	border-style: solid;
}

img.logo {
	margin-right: 5px;
}

img.logoklein {
	margin-right: 5px;
}

.neu {
	color: #4f82c4;
}

li.borderless {
	border: 0 none;
}

li {
	padding-bottom: 5px;
}

ul.unstyled {
	list-style-type: none;
}

ol.text {
	list-style-type: upper-alpha;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

.txttitle {
	padding-bottom: 10px;
}

.stand {
	color: #999;
	font-size: 12px;
}

#toTop-right {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	outline: none;
	color: #e3e3e3;
}

.text-block {
	text-align: justify;
	word-spacing: 3px;
	word-break: break-all;
}

.text-space {
	word-spacing: 3px;
}

@media ( max-width :500px) {
	.hidden-xs {
		display: none !important
	}
}

/*
.inhalte:link {
	color: black;
}

.inhalte:visited {
	color: black;
	text-decoration: none;
}

.inhalte:hover {
	color: black;
	text-decoration: none;
}

.inhalte:active {
	color: black;
	text-decoration: none;
}
*/