/* CSS Document */
body {
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#position {
	margin:auto;
	margin-top:25px;
	padding:0px; 	/* Angaben von der height und width Angabe abziehen */	
	padding-left: 20px;
	padding-right: 20px;	
	max-width:825px;	/* Breite wie #vertiaklAusrichten, außer ein Wert f&uuml;r padding wurde gesetzt */
	color:#111111;
	overflow:hidden;
	width: 100%:
}

#header {
	border-bottom:2px solid #383893;
	height:120px;
	position: relative;
}

#logo {
	float:right;
}

#navbuttons {
	position:absolute;
	margin-top:56px;
}

#navbuttons a, #navbuttons a:link, #navbuttons a:active, #navbuttons a:visited {
	display:inline-block;
	width:100px;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	color: #383893;
	font-weight:bold;
	padding:2px;
	margin:3px;
}

#header a:hover {
	color:#FFFFFF;
	background-color:#383893;
}

/* Allgemeine Links */
a, a:link, a:active, a:visited {
	color:#383893;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#D1B56B;
}

#content h1 {
	font-size:28px;
	color:#383893;
	font-weight:normal;
	text-align:right;
	margin-bottom:10px;
}
#content h2 {
	font-size:18px;
	font-weight:bold;
	color:#D1B56B;
}
#content p, #content li {	
	line-height:18px;
}
#content ul {
	list-style-type:circle;
}
img {
	border:none;
}

#footer {
	margin-top:25px;
	padding-top:5px;
	padding-bottom:25px;
	border-top:2px solid #383893;
	color:#666666;
	line-height:16px;
}
.spacer {
	color:#D1B56B;
	font-weight:bold;
}
input, textarea {
	border:1px solid #383893;
	color:111111;
	background-color:#FBFBFB;
}
#aktion {
	position: absolute;
    top: 50px;
    right: 10px;
    width: 180px;
}
.nobreak {
	white-space: nowrap;
}
.gallery {
	text-align:center;
}
.thumbimage {
	width: 15%;
	margin: 5px;
	border: 1px solid #ccc;
}
#formcontainer {
	width: 450px;
	float: left;	
}
.formline {
	margin-bottom: 10px;	
}
label {
	width: 120px;
	display: inline-block;
}
input, textarea {
	width: 100%;
	max-width: 250px;
}
@media screen and (max-width: 680px){
	#formcontainer {
		width: auto;
		float: initial;	
		margin-bottom: 30px;
	}
	label {
		width: auto;
		display: block;
		margin-bottom: 5px;
	}
	input, textarea {
		width: 100%;
		max-width: initial;
	}
	#header {
		height: auto;
		text-align: center;
	}
	#logo {
		float: none;
	}
	#navbuttons {
		position: relative;
		margin-top: 20px;
	}
	.navbreak {
		display: none;	
	}
	#aktion {
		position: relative;
		top: auto;	
		right: auto;
	}
	.thumbimage {
		width: 27%;
	}
}
#desktopmappe {
	display: none;
}
#mobilemappe {
	display: block;
}
@media screen and (min-width: 865px){
	#desktopmappe {
		display: block;
	}
	#mobilemappe {
		display: none;
	}
}