* {
	margin: 0;
	padding: 0;
}


html, body {
	font-family: 'eurostyle-regular' , Tahoma, Geneva, sans-serif;
	color: #333;
	font-size:1em;
	line-height:1.4em;
}

#wrapper {
	width: 94%;
	margin: 2em auto;
}

img {
	max-width:100%;
	height:auto;
	border:none;
}

a:link,
a:visited,
a:active {
	color: #333;
	text-decoration:none;
}

a:hover,
a.aktiv {
	border-bottom: 1px solid #333;
}

.artikel a:hover,
.artikel a.aktiv {
	border-bottom: none;
}

u {
	text-decoration:none;
	border-bottom: 1px solid #333;
}

.klein {
	font-size: 0.8em;
	line-height: 1.25em;
}

h1 {
	font-size: 1.75em;
	line-height: 0.9em;
	font-weight: normal;
	font-family: 'eurostyle-light' , Tahoma, Geneva, sans-serif;
	margin: 0 0 0.25em 0;
}

h2 {
	font-size: 1em;
	line-height: 1.25em;
	font-weight: normal;
	font-family: 'eurostyle-regular' , Tahoma, Geneva, sans-serif;
	margin: 0 0 1em 0;
}

h3 {
	font-size: 1.75em;
	line-height: 1.25em;
	font-weight: normal;
	font-family: 'eurostyle-light' , Tahoma, Geneva, sans-serif;
	margin: 0 0 0.25em 0;
}

p {
	font-family: 'eurostyle-regular' , Tahoma, Geneva, sans-serif;
	margin: 0 0 1em 0;
}

ul {
	list-style-type:none;
	width: 100%;
}

nav#subnavigation ul li {
	font-family: 'eurostyle-regular' , Tahoma, Geneva, sans-serif;
}

ul li ul {
	margin: 0 0 0 2em;
}


/* ----------------------- Fonts ----------------------- */

@font-face {
    font-family: 'eurostyle-light';
    src: url('fonts/2791EB_0_0.eot.html');
    src: url('fonts/2791EB_0_0.eot%EF%B9%96.html') format('embedded-opentype'),
         url('fonts/2791EB_0_0.woff.html') format('woff'),
         url('fonts/2791EB_0_0.ttf.html') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'eurostyle-regular';
    src: url('fonts/2791EB_1_0.eot.html');
    src: url('fonts/2791EB_1_0.eot%EF%B9%96.html') format('embedded-opentype'),
         url('fonts/2791EB_1_0.woff.html') format('woff'),
         url('fonts/2791EB_1_0.ttf.html') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* *********************** Header *********************** */

#header {
	width: 100%;
}

#logo {
	width: 16em;
	float: left;
}

#logo-hd {
	width: 11em;
}

#navigation {
	width: auto;
	margin: 0 0 0 2.666%;
	border-bottom: 1px solid #333;
	height: 4em;
}

.navigationsabstand {
	width: auto;
	margin-left: 16em;
}

nav#hauptnavigation ul {
	list-style-type:none;
	float:left;
	width:88%;
}

nav#hauptnavigation ul li {
	float:left;
	margin:0 5% 0 0;
	font-family: 'eurostyle-regular' , Tahoma, Geneva, sans-serif;
}

nav#sprache ul {
	list-style-type:none;
	float:right;
	width:12%;
}

nav#sprache ul li {
	float:right;
	font-family: 'eurostyle-regular' , Tahoma, Geneva, sans-serif;
}

#mobile-navigation {
	display: none;
}


/* *********************** Pfeil Zurück *********************** */

#pfeilspalte {
	clear: both;
	width: 100%;
	height: 2em;
	padding: 1em 0 1em 0;
}



/* *********************** Inhaltbereich *********************** */

#inhaltbereich {
	width: 100%;
	overflow: hidden;
	margin: 0 0 4em 0;
}

#subnavigation {
	width: 16em;
	float: left;
}

#inhalt {
	width: auto;
	margin: 0 0 0 16em;
	height: 10em;
}

nav#subnavigation ul {
	list-style-type:none;
	width: 100%;
	margin: 1em 0 2em 0;
}

nav#subnavigation ul li {
	font-family: 'eurostyle-regular' , Tahoma, Geneva, sans-serif;
}

nav#mobile-subnavigation {
	display: none;
}

.artikel {
	width:47.333%;
	max-width: 660px;
	margin:0 0 1em 2.666%;
	float:left;
	border-bottom:1px solid #333;
}

.artikel img {
	margin: 0 0 0.5em 0;
}

.artikel-bild {
	width:63.999%;
	margin:0 0 1em 2.666%;
	float:left;
}

.artikel-bild img {
	margin: 0 0 1em 0;
}

.artikel-text {
	width:30.666%;
	margin:0 0 1em 2.666%;
	float:left;
}

.grosserabstand {
	margin: 0 1em 0 0;
}

