﻿/* Dark-Amethyst Stylesheet fuer Gothichouse *
* Copyright (c) by PhoenixAter 2016 - 2021 *
* Stand: 27.02.2021 */

body,html {
	background:#000000;
	text-align:center;
}

::-webkit-scrollbar {
	width:13px;
	background:#0D000D;
}

::-webkit-scrollbar-thumb {
	background:#150015;
	border:1px solid #171717;
}

@font-face {
    font-family:Lucida;
    src: url(schriften/lblack.ttf);
}

@font-face {
    font-family:Calligraph;
    src: url(schriften/Calligraphic421BT.ttf);
}

a {
	color:#6D01BE;
	text-decoration:none;
}

a:hover {
	color:#660099;
	text-decoration:underline;
}

#header {
	position:fixed;
	left:0px;
	right:145px;
	top:0px;
	width:auto;
	height:105px;
	text-align:center;
	background-color:#000000;
}

#box1 {
	position:fixed;
	left:0px;
	right:0px;
	top:105px;
	bottom:45px;
	text-align:center;
	background-color:#000000;
}

#box2 {
	margin:auto;
	text-align:left;
	font-family:'Calligraph';
	font-size:16px;
	color:#808080;
}

#inhalt {
	position:fixed;
	left:5px;
	right:145px;
	top:105px;
	bottom:46px;
	text-align:center;
}

#navi {
	position:fixed;
	right:0px;
	top:0px;
	width:145px;
	height:100%;
	text-align:center;
}

h1 {
	font-family:'Lucida';
    font-weight:normal;
	font-size:30px;
	color:#5B0088;
}

h2 {
	font-family:'Lucida';
	font-weight:normal;
	font-size:20px;
	color:#5B0088;
}

h3 {
	font-family:'Lucida';
	font-weight:normal;
	font-size:17px;
	color:#535353;
}

h4 {
	font-family:'Lucida';
	font-weight:normal;
	font-size:16px;
	color:#808080;
}

#text14 {
	font-family:'Calligraph';
	font-size:14px;
	color:#535353;
}

#text16 {
	font-family:'Calligraph';
	font-size:16px;
	color:#808080;
}

#text17 {
	font-family:'Calligraph';
	font-size:17px;
	color:#808080
}

#text18 {
    font-family:'Calligraph';
    font-size:18px;
    color:#808080;
}

#textL20 {
	font-family:'Lucida';
	font-size:20px;
	color:#535353;
}

#textV22 {
	font-family:'Lucida';
	font-size:22px;
}

table, tr, td {
	margin:auto;
	background-color:#0D000D;
}

table.bands {
	width:950px;
	border-collapse:collapse;
	border-style:solid;
	border-width:1px;
	border-color:#353535;
}

table.termin {
	width:950px;
	border-collapse:collapse;
}

table.verweis {
	width:100%;
	border-collapse:collapse;
	border-style:solid;
	border-width:1px;
	border-color:#353535;
	font-family:'Calligraph';
	font-size:16px;
	color:#808080;
}

tr.admin {
	border-collapse:collapse;
	border-style:solid;
	border-width:1px;
	border-color:#353535;
}

tr.poesis {
	font-family:'Calligraph';
	font-size:16px;
	color:#808080;
}

tr.report {
	height:30px;
	background-color:#0D000D;
	border:1px;
	border-style:solid;
	border-color:#353535;
}

tr.termin {
	background-color:#0D000D;
	border:1px;
	border-style:solid;
	border-color:#353535;
}

td.admin {
	width:25px;
	font-family:'Calligraph';
	font-size:16px;
	color:#535353;
	text-align:right;
}

td.monat {
	width:237px;
	text-align:center
}

td.datum {
	width:22px;
	height:22px;
	border:1px;
	border-color:#353535;
	border-style:solid;
	font-family:'Lucida';
	font-size:18px;
	color:#535353;
	text-align:center;
}

td.termin_a {
	font-family:'Calligraph';
	font-size:18px;
	color:#808080;
	text-align:center;
}

td.termin_zo {
    font-family:'Calligraph';
	font-size:16px;
	color:#808080;
	text-align:center;
}

td.termin_v {
	width:75px;
	font-family:'Calligraph';
	font-size:16px;
	color:#808080;
	text-align:center;
}

td.bands {
	height:25px;
	background-color:#2D0040;
	text-align:center;
	font-family:'Calligraph';
	font-size:16px;
	color:#666666;
}

footer {
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	height:45px;
	background-color:#0D000D;
	text-align:center;
	font-family:'Calligraph';
	font-size:14px;
	color:#808080;
}