﻿@import url("layout.css");

/* Gesamtes Dokument */

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	color: #111188;
  background-color: #d3d3d3;
  margin-top:5px;
}

/* Tabelle Inhalt */
.inhalt {
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width: 746px;
	border-collapse:collapse;
	border-spacing:0px;
	border:1px;
	background-color:#f2f2f2;
}

/* Tabellenzelle Titel links */
.tit_li {
	 width:150px;
	 height:80px;
	 background-color: #000080;
}

/* Tabellenzelle Titel rechts */
.tit_re {
	text-align: right;
	vertical-align:bottom;
	padding-right:6px;
	padding-bottom:0px;
	color: #000080;
	background-color: #BBDDEE;
}

/* Titel-Text Helmut Creutz */
h2.tit_re {
	font-size: x-large;
}

/* Linkes Menü */
#sidebar {
	background-color: #d3d3d3;
}
#sidebar ul {
	list-style-type: none; /* Darstellungstyp (kein Bullet, keine Nummerierung) */
	width: 100%;
	display: block; /* Anzeigeart bzw. Nichtanzeige ohne Platzhalter (erzwingt neue Zeile) */
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block; /* Anzeigeart bzw. Nichtanzeige ohne Platzhalter (erzwingt neue Zeile) */
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: underline;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
#sidebar a:active {
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}

/* Weißer Hauptinhaltsbereich */
#content {
	margin-top: 0;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
}
#content a {
	font-weight: bold;
	text-decoration: underline;
	color: #118;
}
#content a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}

/* Fußbereich */
#footer {
	font-size: x-small;
	text-align: center;
	padding: 0;
	background-color: #118;
}
#footer p {
	color: #fff;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}

/* Fett */
.style_bold {
	font-weight: bold;
}
/* Kursiv */
.style_italic {
	font-style: italic;
}
/* Zentriert */
.style_center {
	text-align:center
}
hr {
	width:100%;
	color:#000080;
	height:1px;
	border:border-style solid;
}

/* ***** Dieser Bereich muss bei CGW, CREUTZ und NWO übereinstimmen! ***** */
.terminrahm { /* Rahmentabelle */
 width:100%;
 border-collapse: collapse;
 font-family:Arial, Helvetica, Sans-Serif;
 font-size:small;
 color:#000080;
 }
.termineinz { /* Einzeltabelle */
 width:100%;
 border-collapse: collapse;
/* border: 0px solid #0000FF; */
}
.terminzell { /* Rahmenzelle */
 border: 1px solid #000080;
}
.spaltli {
 width:20%;
 font-style:italic;
 vertical-align:top;
}
.spaltre {
 width:80%;
 vertical-align:top;
}
.regli {
 width:20%;
 font-weight:bold;
 vertical-align:top;
}
.regre {
 width:80%;
 vertical-align:top;
}
/* ***** Dieser Bereich muss bei CGW, CREUTZ und NWO übereinstimmen! ***** */

