/* Design und Definitionen Copyright 2009 by Bernhard Beutler, info (a) nalogo . com */

/* Schriftartdefinitionen */
@charset "UTF-8";
@font-face
	{font-family:Arial, Helvetica, sans-serif;
	panose-1:2 11 6 4 2 2 2 2 2 4;}
@page
	{size:8.5in 11.0in;}
	
 /* Formatdefinitionen für Drucker */
@media print {
@page {
size: auto;
margin: 1cm 1cm 1cm 1.5cm;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height:140%;
	top: 1cm;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top;
	background-color:white;
	left: 1cm;
}

p	{
	line-height:inherit;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:black;
	font-weight: normal;
	margin: 0px;
}
strong
	{font-size:8.0pt;
	font-weight:bold;
	color:red;}
.Einzug
	{
	margin-left:1em;
	list-style-type: none;
}
#Sie_sind_hier {
	background-color: #FFF;
	float: left;
	width: 100%;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	top: 10px;
	position: absolute;
	left: 10px;
	margin-bottom: 20px;
	display: none;
}
a {
	font-style: italic;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 1em;
}
/*Definitionen für Layoutelemente*/
/*Layout wie folgt:
Die Seite enthält ein DIV namens Container,
darin DIV Artikel, darin Titel, Bild, Text - Ende DIV Artikel
jeder neue Artikel (mit einer neuen Überschrift, Bild usw.) kommt in einen neuen DIV Artikel
*/
#Container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: #FFF;
	height: 100%;
	width: 78%;
	margin-left: 10px;
	left: 10px;
	top: 40px;
	position: static;
	z-index: 1;
	clear: both;
}
#Container .Artikel {
	margin-top: 10px;
	width: 100%;
	height: auto;
	position: static;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 0px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #999;
	min-width:185px;
}
.Titel {
	color: black;
	font-weight: bold;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	background-color: white;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 0.5pt solid black;
}
.Bild {
	height: auto;
	width: 185px;
	position: static;
	border: 1px solid black;
	background-color: #FFF;
	z-index: 10;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 5px;
}
.Text {
	position: static;
	width: auto;
	z-index: 20;
}
#Sie_sind_hier p {
	font-size: 8pt;
	margin: 0px;
	display:inline;
}
.Titel p {
	font-weight: bold;
	color: black;
	position: relative;
	margin: 0px;
}
.Infobox {
	float: left;
	position: relative;
	background-color: white;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 12px;
	top: -10px;
	z-index: 0;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #999;
}
.Infobox p {
	text-align: center;
	position: static;
	top: 5px;
	padding: 0px;
	font-size: 8pt;
	line-height: 110%;
}
.Infobox .Bild {
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	position: static;
	width: 100%;
}
.Infobox-Titel {
	font-weight: bold;
	background-color: #FFF;
	position: relative;
	top: -3px;
	font-size: 10pt;
	left: 0px;
	text-align: left;
	width: auto;
	float: left;
	z-index: 1;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	color: navy;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
}
#Rechte_Spalte {
	position: static;
	height: 100px;
	width: 170px;
	top: 50px;
	left: 0%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
table {
	float: left;
	position: static;
	text-align: left;
}
.Text_klein {
	font-size: 8pt;
	text-align: right;
	line-height: 120%;
}
#Bild_rechts {
	position: absolute;
	width: 160px;
	float: none;
	right: 0px;
}
#Bild_links {
	position: absolute;
	left: 0px;
	line-height: 100%;
	width: 215px;
	float: none;
}
#Bild_links p {
	line-height: 100%;
	font-weight: bold;
	padding-left: 15px;
}
#topnav {
	position: absolute;
	right: 215px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#nav {
	position: absolute;
	top: 120px;
	padding-left: 215px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	right: 0px;
	left: 0px;
}
#nav a, #topnav a {
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#topnav a {
	font-size: 8pt;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left-color: #646464;
	color: #646464;
}
#nav a:hover {
	background-color: #CBCBCB;
}
#topnav a:hover {
	background-color: #CBCBCB;
	color: black;
}
#nav a:active, #topnav a:active {
	background-color: red;
}
tr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

}
/*  Ende der Formatdefinitionen für Drucker */


/* Formatdefinitionen für Bildschirm und mobile Geräte */
@media screen, mobile {
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height:140%;
	top: 2px;
	background-image:none;
}
p	{
	line-height:inherit;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:black;
	font-weight: normal;
	margin: 0px;
	clear: none;
}
strong
	{font-size:8.0pt;
	font-weight:bold;
	color:red;}
.Einzug
	{
	margin-left:1em;
	list-style-type: none;
}
#Sie_sind_hier {
	background-color: #FFF;
	float: left;
	width: 100%;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	top: 10px;
	position: absolute;
	left: 10px;
	margin-bottom: 20px;
	display: inline;
}
a {
	font-style: italic;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 1em;
}
/*Definitionen für Layoutelemente*/
/*Layout wie folgt:
Die Seite enthält ein DIV namens Container,
darin DIV Artikel, darin Titel, Bild, Text - Ende DIV Artikel
jeder neue Artikel (mit einer neuen Überschrift, Bild usw.) kommt in einen neuen DIV Artikel
*/
#Container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: #FFF;
	height: 100%;
	width: 78%;
	margin-left: 0px;
	left: 10px;
	top: 40px;
	position: absolute;
	z-index: 1;
}
#Container .Artikel {
	margin-top: 10px;
	width: 30%;
	height: auto;
	position: static;
	margin-bottom: 20px;
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	min-width:185px;
}
.Titel {
	color: white;
	font-weight: bold;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	background-color: #999;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.Bild {
	height: auto;
	width: 185px;
	position: static;
	border: 1px solid black;
	background-color: #FFF;
	z-index: 10;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 5px;
}
.Text {
	position: static;
	width: auto;
	z-index: 20;
}
#Sie_sind_hier p {
	font-size: 8pt;
	margin: 0px;
	display:inline;
}
.Titel p {
	font-weight: bold;
	color: white;
	position: relative;
	margin: 0px;
}
.Infobox {
	float: left;
	position: relative;
	background-color: white;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 12px;
	top: -10px;
	z-index: 0;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #999;
}
.Infobox p {
	text-align: center;
	position: static;
	top: 5px;
	padding: 0px;
	font-size: 8pt;
	line-height: 110%;
}
.Infobox .Bild {
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	position: static;
	width: 100%;
}
.Infobox-Titel {
	font-weight: bold;
	background-color: #FFF;
	position: relative;
	top: -3px;
	font-size: 10pt;
	left: 0px;
	text-align: left;
	width: auto;
	float: left;
	z-index: 1;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	color: navy;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
}
#Rechte_Spalte {
	position: absolute;
	height: 100px;
	width: 170px;
	top: 50px;
	left: 80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
table {
	float: left;
	position: static;
	text-align: left;
}
.Text_klein {
	font-size: 8pt;
	text-align: right;
	line-height: 120%;
}
#Bild_rechts {
	position: absolute;
	width: 160px;
	float: none;
	right: 0px;
}
#Bild_links {
	position: absolute;
	left: 0px;
	line-height: 100%;
	width: 215px;
	float: none;
}
#Bild_links p {
	line-height: 100%;
	font-weight: bold;
	padding-left: 15px;
}
#topnav {
	position: absolute;
	right: 215px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#nav {
	position: absolute;
	top: 120px;
	padding-left: 215px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	right: 0px;
	left: 0px;
}
#nav a, #topnav a {
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#topnav a {
	font-size: 8pt;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left-color: #646464;
	color: #646464;
}
#nav a:hover {
	background-color: #CBCBCB;
}
#topnav a:hover {
	background-color: #CBCBCB;
	color: black;
}
#nav a:active, #topnav a:active {
	background-color: red;
}
tr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
}
/* Ende der Formatdefinitionen für Bildschirm und mobile Geräte  */
