/* GENERAL */
body {
	background:#F4F6F7;
	font-family: 'PTSansRegular',"Times New Roman", Times, serif;
	font-size:12px;
}
.wrapper {
	width:1000px;
	margin:0 auto;
	position:relative;
	display:block;
}
a:link, a:visited {
	color:#275176;
	text-decoration:underline;
}
a:hover, a:focus {
	color:#222;
	text-decoration:underline;
}	


/* HEADER */
.header {
	background: #D1DBDE;
	background: -moz-linear-gradient(top, #D1DBDE 0%, #A0B5BC 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1DBDE), color-stop(100%,#A0B5BC)); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1DBDE', endColorstr='#D1DBDE',GradientType=0 );
	height:160px;
	border-bottom:#2B5780 1px solid;
}

/* HEADER: breadcrumbs */
header .breadcrumbs {
	text-shadow: 1px 1px 0px rgba(255,255,255,.5);
	border-top:#FFF 1px solid;
	border-bottom:#ccc 1px solid;
	font-size:11px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	color:#666;
	text-transform:uppercase;
	width:100%;
	background: #eee;
	background: -moz-linear-gradient(top, #EDEDED 0%, #D5D5D5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EDEDED), color-stop(100%,#D5D5D5));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEDED', endColorstr='#D5D5D5',GradientType=0 ); 
	display:none;
}
header .breadcrumbs a:link, 
header .breadcrumbs a:visited {
	color:#666;
	text-decoration:underline;
}
header .breadcrumbs a:focus, 
header .breadcrumbs a:hover {
	color:#D1DBDE;
	text-decoration:underline;
}
#index header .breadcrumbs {
	display:none; /* no reason to have breadcrumbs on homepage */
} 

/* HEADER: logo */
header #logo {
	position:absolute;
	top:30px;
	left:290px;
	white-space:nowrap;
	text-transform:uppercase;
	font-family: 'EBGaramondRegular'; 
/* 	text-shadow: 1px 1px 0px rgba(0,0,0, .4); */
	background-color:transparent;
	width:400px;
	text-align:center;
}
header #logo:link, 
header #logo:visited, 
header #logo:hover, 
header #logo:focus {
	text-decoration:none;
}

#headerbild {
position:absolute;
left:60px;
top:0;	
}

#headerbild_rechts {
position:absolute;
right:0;
top:0;	
}


header #logo h1 {font-size:28px;
color:#275176;
/* font-family: 'spirequal_lightregular';  */
}
header #logo h2 {font-size:20px;
color:#FFF;
/* font-family: 'spirequal_lightregular'; */
}

header #logoimg {
	position:absolute;
	left:463px;
	top:90px;
	width:60px;
	height:60px;
	z-index:1000;
}

/* HEADER: navigation */
nav {
	position:relative;
	width:200px;
	float:left;
	padding-top:30px;
	padding-right:25px;
	text-align:right;
}
nav ul {
	list-style:none;
}	
nav li {
	display:block;
	margin:0px;
}
nav li a {
		font-family:'EBGaramondRegular';
	display:block;
	font-size:16px;
	text-transform:uppercase;
	font-weight:normal;
	margin-top:6px;
	margin-left:16px;
}
nav li a:link, 
nav li a:visited {
	color:#275176;

	text-decoration:none;
}	
nav li a:hover, 
nav li a:focus {
   color:#888;
	text-decoration:none;
}
nav li.current a {
	color:#888;
	text-decoration:none;
	border-radius:40px;
}


/* BODY CONTENT */
article {
	float:left;
	width:600px;
	min-height:500px;
	background:#fff;
	border-bottom:1px solid #c8c8c8;
	border-left:1px solid #e4e4e4;
	border-right:1px solid #c8c8c8;
	-moz-box-shadow: 2px 1px 10px rgba(0,0,0, .07);
	-webkit-box-shadow: 2px 1px 10px rgba(0,0,0, .07);
	box-shadow: 2px 1px 10px rgba(0,0,0, .07);
}
h1,h2,h3,h4,h5,h6 {
	font-family:'EBGaramondRegular';
		color: #275176;
		font-weight:normal;
}

article h1 {
	margin:0 0 20px 0;
		color: #275176;
	font-size:30px;
	line-height:40px
}
article h2 {
	margin:0 0 10px 0;

	font-size:20px;
}
article h3 {
	margin:0 0 15px 0;
	color: #275176;
	font-size:18px;
}
article h4 {
	margin:0 0 10px 0;
	color: #555;
	font-size:20px;
	font-weight:100;
}
article h5 {
	margin:0 0 10px 0;
	color: #333;
	font-size:15px;
}
article h6 {
	margin:0 0 10px 0;
	color: #666;
	font-size:14px;
}
article section {
	padding:40px;
	line-height:22px;
	font-size:14px;
	color:#333;	
}
article section p {margin:0 0 25px 0;}
article section ul, 
article section ol {
	margin:0 0 25px 30px;
}
article section ul ul, 
article section ol ol,
article section ul ol, 
article section ol ul {
	margin:0 0 0 25px;
}
article section code {
	border:1px solid #ccc;
	background:#f6f6f6;
	font-size:12px;
	padding:1px;
}
article section pre {
	border:1px solid #ccc;
	background:#f6f6f6;
	padding:15px;
	margin:0 0 25px 0;
	line-height:16px;
	font-size:13px;
	color:#555;
	text-shadow: 1px 1px 0px #fff;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-khtml-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
}
article section pre code {
	border:none;
	background:none;
	padding:none;
}
article section blockquote {
	margin:0 0 25px 20px;
	color:#555;
	line-height:20px;
	font-family:georgia, garamond, serif;
	font-style:italic;
	padding:0 0 0 15px;
	border-left:1px solid #ccc;
}
article section .footer {
	color:#888;
	font-size:11px;
	margin-top:40px;

	padding-top:15px;
}
article section .footer p {
	margin:0 0 10px 0;
}


/* SIDEBAR */
aside {
	font-family:'EBGaramondRegular';
	float:right;
	width:150px;
	margin:40px 0 0 0;
	font-size:18px;
	color:#888;
}
aside a:link,aside a:visited {color:#888;
text-decoration:none
}


aside a:hover,aside a:active {color:#275176;
text-decoration:none
}

/* FOOTER */
footer {
	position:relative;
margin-top:25px;
	text-shadow: 1px 1px 0px rgba(255,255,255,.8);
	color:#888;
	font-family:'EBGaramondRegular';
	font-size:16px;
}

footer p {
	text-align:center;
padding-bottom:100px;

}

footer a:link, footer a:visited {
	color:#888;
	text-decoration:underline;
}
footer a:hover, footer a:focus {
	color:#555;
	text-decoration:underline;
}
.nm_post_date {
	display:none
	}
li.datenschutzerklaerung a {
 margin-left: -15px;
}
