/*___________________________________________________________________________________________________________________________*/
/*_______________                                                                                             _______________*/
/*_______________  (c) Imke Köhler - Bernhard Sarcher                                                     _______________*/
/*___________________________________________________________________________________________________________________________*/

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* teko-300 - latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/teko-v7-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Teko Light'), local('Teko-Light'),
       url('fonts/teko-v7-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/teko-v7-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/teko-v7-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/teko-v7-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/teko-v7-latin-300.svg#Teko') format('svg'); /* Legacy iOS */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*___________________________________________________________________________________________________________________________
*/

html { 
}

body { 
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:#444;
	height:100%;
	background:#fff;
}


/*___________________________________________________________________________________________________________________________
*/


#seite {
	display:table;
	width:100%;
	height:100%;
}

.zeile {
	display:table-row;
}

#logo_links {
	display:none;
}

#logo_links img {
	display:none;
}

#logo_rechts {
	display:none;
}

#logo_rechts img {
	margin:50px 0 0 15px;
}

#logo_druck {
}

#leiste_links {
	display:none;
}

#leiste_rechts {
	display:none;
}

#navigation {
	display:none;
}

#navigation-container { 
	display:none;
}

#inhalt { 
	display:table-cell;
}

#inhalt-box { 
	width:90%;
	margin:80px 0 0 0;
	text-align:justify;
	font-size:16px;
	line-height:140%;
	letter-spacing:1px;
}


/*___________________________________________________________________________________________________________________________
*/


#inhalt-box a, a:visited {
	color:#aaa;									/* Farbe Unterstreichung */
	text-decoration:underline;
	font-weight:400;
}

#inhalt-box a:link span, a:visited span {
	color:#79bc93;								/* Farbe Text */
	/*background:#fff;*/						/* Farbe HG */
}

#inhalt-box a:hover {
	text-decoration:none;						/* Hover Unterstreichung weg */
}

#inhalt-box a:hover span {
	color:#fff;									/* Hover Farbe Text */
	background:#999;							/* Hover Farbe HG */
	text-decoration:none;
}

#inhalt-box a span, a:hover span {
	-webkit-transition:	color 300ms linear, background 300ms linear;
	   -moz-transition:	color 300ms linear, background 300ms linear;
		 -o-transition:	color 300ms linear, background 300ms linear;
			transition:	color 300ms linear, background 300ms linear;
}

ul#navigation-box {
	text-align: left;
	font-family: 'Teko', sans-serif;
	font-weight:300;
	font-size:24px;
}

ul#navigation-box a {
	color:#fff;
	background:none;
	text-decoration: none;
}

ul#navigation-box a:hover {
	color:#555;
}

ul#navigation-box a,
ul#navigation-box a:hover {
	-moz-transition:	color 300ms linear;
	-webkit-transition:	color 300ms linear;
	-o-transition:		color 300ms linear;
	transition:			color 300ms linear;
}

ul#navigation-box li {
	margin: 0;
	list-style: none;
	padding-bottom:20px;
}

ul#navigation-box span.navi_aktiv {
	color:#555;
}


/*___________________________________________________________________________________________________________________________
*/


h1 {
	font-weight:400;
	font-size:18px;
	color:#555;
	text-align:left;
}

.ueber1 {
	font-weight:400;
	font-size:18px;
	color:#555;
	text-align:left;
}

.f {
	font-weight:400;
	color:#555;
}

.bild-klein {
	height:200px;
	margin:0 20px 40px 0;
}

.t3 {
	font-size:14px;
}

.linksbuendig {
	text-align:left;
}
