/* ----------------------------------------------------------------------------
	Allgemeine Einstellungen
---------------------------------------------------------------------------- */

body {
	text-align: center;  /* Zentrierung im Internet Explorer */
	background-color: #FFFFFF;
	padding: 1em 0;
}

#container {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
   	width: 760px;
}


/* ----------------------------------------------------------------------------
	Grundeinstellungen Schriftarten und -grössen
---------------------------------------------------------------------------- */
body, tr, th, td, ul, li, font, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p
{
	margin-top: 6px;
	margin-bottom: 6px;
}

a
{
	FONT-WEIGHT: bold;
	COLOR: #862a2a;
	TEXT-DECORATION: none
}

a img
{
	BORDER: 0px;
}

a:hover
{
	TEXT-DECORATION: underline
}

form
{
	margin-top: 0px;
	margin-bottom: 0px;
}

th {
	text-align: left;
	vertical-align: top;
}


/* ----------------------------------------------------------------------------
	Positionierung der Logos, des Titelbilds und der Fusszeile
---------------------------------------------------------------------------- */
#logos {
	float: left;
	top: 5px;
	left: 0px;
	width: 190px;
	height: 240px;
}

#titelbild {
	float: right;
	top: 5px;
	left: 192px;
	width: 565px;
	height: 240px;
}

#footer
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 5px;
	border-top: gray 1px solid;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	width: 100%;
	background-color: #eeeeee;
	text-align: center;
}

p.nopaddingandmargin {
    padding: 0px;
    margin: 0px;
}


/* ----------------------------------------------------------------------------
	Positionierung und Formatierung der Navigation
---------------------------------------------------------------------------- */
#navigation {
	float: left;
	top: 240px;
	left: 0px;
	width: 190px;
	height: 275px;
	margin-top: 5px;
}

#navigation a {
	float: left;
	display: block;
	margin: 1px;
	padding: 3px;
	width: 175px;
	color: #000000;
	background-color: #EAEAEA;
	border: black 1px solid;
	text-decoration: none;
    font-weight: normal;
	text-align: right;
}

#navigation a.aktuelleseite 
{
	color: #FFFFFF;
	background-color: #DF0029;
	font-weight: bold;
}

#navigation a:hover {
	color: #FFFFFF;
	background-color: #DF0029;
}


/* ----------------------------------------------------------------------------
	Positionierung und Formatierung des contents
---------------------------------------------------------------------------- */
#content
{
	left: 192px;
	float: right;
	padding-bottom: 6px;
	width: 565px;
	padding-top: 6px;
}

.erstertitel 
{
	margin-top: 0px;
}

.beschreibungneuigkeit
{
	font-style: italic;
	text-align: right;
}

.linkzudetails
{
	font-style: italic;
	text-align: right;
}

.printonly
{
	display: none;
}

h1 {
    display: none;
}

h2
{
	margin: 1px;
	padding: 3px;
	border: black 1px solid;
	margin-top: 12px;
	font-weight: bold;
	font-size: 11px;
	color: white;
	direction: ltr;
	text-indent: 6px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: #df0029;
	text-align: left;
}

h3
{
	clear: both;
	table-layout: auto;
	display: block;
	float: none;
	background-image: none;
	font: bold small Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: baseline;
	overflow: auto;
	text-transform: none;
	cursor: default;
	color: black;
	direction: ltr;
	text-indent: 0px;
	letter-spacing: normal;
	position: static;
	background-color: transparent;
	text-align: left;
	text-decoration: none;
	margin-top: 6px;
	margin-bottom: 3px;
}

ul
{
	margin-top: 6px;
	margin-bottom: 6px;
}

