body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .9em;
    color: #333;
    background-color: #fff;
}

body.site {
}

a {
	color:#009bba;
}

a:hover {
	color: #141414;
}

#container {
}

div.blockfull {
	max-width:100%;
}

div.block {
	width:1140px;
	margin:0 auto;
}

div.blockfull img  {
	max-width:100%;
}

div.well {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

div.bgdunkel {
    background-color:#009bba;
    box-shadow: 1px -1px 12px 0px rgb(0 155 186);
	color: #ffffff;
}

.bgdunkel a, .bghell a {
	color:#ffffff;
	text-decoration:underline;	
}
.bgdunkel a:hover {
	color: #141414;
}
div.padding15 {
	padding:10px 0;
}
.zentriert {
	text-align:center;
}
.links {
	text-align:left;
}
.rechts {
	text-align:right;
	padding:20px 200px 20px 0px;
}
.titel {
	font-size:2em;
	font-weight:500;
	color:#001a27;
	padding:10px;
	background-color:#009bba;
    box-shadow: 1px -1px 12px 0px rgb(0 155 186);
}
.titel a {
	color:#001a27;
	text-decoration:none;
}
.titel a:hover {
	color: #bcbdc7;
}
.small {
	font-size:0.7em;
}
.blau {
	color:#009bba;	
}
.fett {
	font-weight:bold;
}

@media all and (max-width: 1140px) {

body {
	font-size:0.7em;
}
div.blockimage img {
	display:none;
}
div.block {
		width:100%;
		padding-left:10px;
}
div.block, div.blockfull {
		max-width:100%;
}
.titel {
	font-size:1.5em;
	font-weight:500;
}	
img {
		max-width:100%;
}
.onlymobile {
		display:block;
}
.onlydesktop {
		display:none;
}
}