You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
474 lines
7.9 KiB
474 lines
7.9 KiB
2 years ago
|
body {
|
||
|
background-color: white; color:black; margin-right: 1px;
|
||
|
padding-right:1px;font-family: sans-serif;
|
||
|
padding-left:8px;
|
||
|
font-size:1em
|
||
|
}
|
||
|
|
||
|
|
||
|
td.themenspalte {
|
||
|
font-size:0.9em;
|
||
|
vertical-align:top;
|
||
|
text-align:right;
|
||
|
border-right:thin solid black
|
||
|
}
|
||
|
td.comment {
|
||
|
font-size:0.8em;
|
||
|
vertical-align:top;
|
||
|
text-align:left;
|
||
|
border-left:thin solid silver
|
||
|
}
|
||
|
|
||
|
TABLE {margin-left: 0em;
|
||
|
margin-right: 0em}
|
||
|
a:link, a:visited { color:#888888; text-decoration:none; padding-right:3px;padding-left:3px }
|
||
|
a:hover, a:active, a:focus { color:#e2001a; text-decoration:none }
|
||
|
H1 {
|
||
|
margin-left:30px}
|
||
|
H2 {
|
||
|
margin-left:30px}
|
||
|
H1.main {margin-left:5px;
|
||
|
margin-bottom:1px;
|
||
|
padding-bottom:1px}
|
||
|
p.main {margin-left:5px;
|
||
|
margin-bottom:1px;
|
||
|
padding-bottom:1px}
|
||
|
p.klein {font-size:11pt}
|
||
|
td.leer
|
||
|
{width:100px}
|
||
|
/* Positionelemente */
|
||
|
#logo{
|
||
|
padding:12px 0px 14px 127px;
|
||
|
}
|
||
|
#bg {
|
||
|
position:relative;
|
||
|
margin:0px;
|
||
|
padding:0;
|
||
|
width:700px;
|
||
|
}
|
||
|
#navi{
|
||
|
padding:0px 0px 0px 10px;
|
||
|
margin:0px 10px 0px 0px;
|
||
|
float: left;
|
||
|
height:400px;
|
||
|
}
|
||
|
#atmo{
|
||
|
padding:0px;
|
||
|
margin:0px;
|
||
|
clear:right;
|
||
|
}
|
||
|
#inhalt{
|
||
|
width:400px;
|
||
|
padding:0px;
|
||
|
margin:25px 20px 0px 1px;
|
||
|
float:left;
|
||
|
line-height: 1.6em;
|
||
|
clear:right;
|
||
|
}
|
||
|
#fuss{
|
||
|
margin:50px 0px 30px 0px;
|
||
|
padding:0px;
|
||
|
text-align:right
|
||
|
}
|
||
|
#sidebar{
|
||
|
width:170px;
|
||
|
padding:0px;
|
||
|
margin:25px 0px 0px 0px;
|
||
|
top:0;
|
||
|
right:0;
|
||
|
position:absolute;
|
||
|
}
|
||
|
#maske{
|
||
|
padding:0px;
|
||
|
margin:0px 0px 0px 0px;
|
||
|
display:block;
|
||
|
position:absolute;
|
||
|
top:70px;
|
||
|
left:10px;
|
||
|
width:900px;
|
||
|
height:800px;
|
||
|
z-index:99;
|
||
|
overflow:auto;
|
||
|
/*border:thin solid black;*/
|
||
|
}
|
||
|
#funktionen{
|
||
|
width:165px;
|
||
|
padding:0px;
|
||
|
margin:25px 0px 0px 0px;
|
||
|
float:left;
|
||
|
}
|
||
|
#boxTitel{
|
||
|
padding:1px 0px 2px 9px;
|
||
|
font-weight: bold;
|
||
|
background-color: #ececec;
|
||
|
}
|
||
|
#subSubNaviTitel{
|
||
|
padding:1px 0px 2px 9px;
|
||
|
font-weight: bold;
|
||
|
border-bottom:solid 1px #CCCCCC;
|
||
|
color:#990000;
|
||
|
}
|
||
|
#boxText{
|
||
|
margin:0px 0px 15px 0px ;
|
||
|
padding:0px 0px 5px 0px;
|
||
|
}
|
||
|
#hauptNavi{
|
||
|
margin: 0px;
|
||
|
padding:0px;
|
||
|
}
|
||
|
#subNavi{
|
||
|
margin:0px 0 10px 0px;
|
||
|
padding:0;
|
||
|
}
|
||
|
#subSubNavi{
|
||
|
margin:0px 0 10px 0px;
|
||
|
padding:0;
|
||
|
}
|
||
|
/* Subnavigation mittels Aufzaehlungspunkte */
|
||
|
#hauptNavi ul {
|
||
|
list-style-image: url(/eng/img/basis/leer.gif);
|
||
|
margin:0px;
|
||
|
padding:0px;
|
||
|
list-style-type: none;
|
||
|
}
|
||
|
#hauptNavi li{
|
||
|
border-bottom:solid 1px #CCCCCC;
|
||
|
padding: 3px 0px 3px;
|
||
|
font-weight: bold;
|
||
|
margin:0;
|
||
|
}
|
||
|
#subNavi ul, #subSubNavi ul {
|
||
|
list-style-image: url(/eng/img/basis/leer.gif);
|
||
|
margin:0px 0px 0px 0px;
|
||
|
padding:0px;
|
||
|
list-style-type: none;
|
||
|
}
|
||
|
#subNavi li, #subSubNavi li{
|
||
|
border-bottom:1px dotted #cccccc;
|
||
|
padding: 2px 0px 2px 0px;
|
||
|
margin:0;
|
||
|
}
|
||
|
#subSubNavi ul {
|
||
|
list-style-image: url(/eng/img/basis/leer.gif);
|
||
|
margin:0px 0px 0px 0px;
|
||
|
padding:0px;
|
||
|
list-style-type: none;
|
||
|
}
|
||
|
#subSubNavi li{
|
||
|
border-bottom:1px dotted #cccccc;
|
||
|
padding: 2px 0px 2px 9px;
|
||
|
margin:0;
|
||
|
}
|
||
|
/* Ende Subnavigation mittels Aufzaehlungspunkte */
|
||
|
/* Eigenschaften fr Navigation */
|
||
|
#atmo a, #hauptNavi a{
|
||
|
color: #333333;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
#atmo a:hover, #hauptNavi a:hover, #subNavi a:hover, #subSubNavi a:hover{
|
||
|
color:#990000;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
#atmo a.active, #hauptNavi a.active, #subNavi a.active, #subSubNavi a.active{
|
||
|
text-decoration: none;
|
||
|
color: #990000;
|
||
|
}
|
||
|
#subNavi a , #subSubNavi a{
|
||
|
color: #666666;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
/* Ende Eigenschaften fr Navigation */
|
||
|
/* Extra Klassen fuer Layer */
|
||
|
#hauptNavi, #subNavi, #atmo {
|
||
|
color:#990000;
|
||
|
}
|
||
|
#boxText ul {
|
||
|
list-style-type: none;
|
||
|
margin-top:0px;
|
||
|
margin-bottom:0px;
|
||
|
padding:0px;
|
||
|
list-style-image: url("../xml/bullet.gif");
|
||
|
}
|
||
|
#boxText li{
|
||
|
padding:0px;
|
||
|
margin:0px;
|
||
|
}
|
||
|
#inhalt img {
|
||
|
padding:0px 10px 0px 0px;
|
||
|
}
|
||
|
#fuss img {
|
||
|
padding:0px;
|
||
|
}
|
||
|
/* Ende extra Klassen fuer Layer *//* Tabellenklassen fuer Tabellen mit Rahmen*/
|
||
|
.zRahmen {
|
||
|
border-bottom: 1px solid #cccccc;
|
||
|
border-left: 1px solid #cccccc;
|
||
|
}
|
||
|
.tRahmen {
|
||
|
border-top: 1px solid #cccccc;
|
||
|
border-right: 1px solid #cccccc;
|
||
|
}
|
||
|
/* Ende Tabellenklassen fuer Tabellen mit Rahmen*/
|
||
|
|
||
|
|
||
|
/*aus contentuebernaheme*/
|
||
|
|
||
|
a.bildnavi:link {
|
||
|
color: #333333;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
a.bildnavi:visited {
|
||
|
color: #333333;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
a.bildnavi:hover{
|
||
|
color:#990000;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
a.bildnavi:active {
|
||
|
text-decoration: none;
|
||
|
color: #990000;
|
||
|
}
|
||
|
|
||
|
|
||
|
.Subheadline{
|
||
|
font-size: 100%;
|
||
|
font-weight: normal;
|
||
|
margin: 0em 0em .6em 0em ;
|
||
|
}
|
||
|
H1.main {margin-left:5px;
|
||
|
margin-bottom:1px;
|
||
|
padding-bottom:1px}
|
||
|
p.main {margin-left:5px;
|
||
|
margin-bottom:1px;
|
||
|
padding-bottom:1px}
|
||
|
p.klein {font-size:11pt}
|
||
|
td.leer
|
||
|
{width:100px}
|
||
|
|
||
|
.Tabellentext {
|
||
|
padding-left: 5px;padding-right: 5px;
|
||
|
border-width : medium; border-style: hidden;
|
||
|
font-size: small;
|
||
|
color: black; background-color : white;
|
||
|
vertical-align: top
|
||
|
}
|
||
|
.Topictext {
|
||
|
font-size: 12px;
|
||
|
font-family: sans-serif;
|
||
|
color: black;
|
||
|
}
|
||
|
.Tabellenlinks {
|
||
|
vertical-align: top;
|
||
|
text-align:center;
|
||
|
border-width : thick;
|
||
|
border-style: hidden;
|
||
|
font-family: sans-serif;
|
||
|
font-style: oblique;
|
||
|
font-size: large; color: blue;
|
||
|
background-color : white
|
||
|
}
|
||
|
.Tabellenfokus {
|
||
|
border-style: hidden;
|
||
|
font-size: x-large;
|
||
|
font-family: sans-serif;
|
||
|
text-align:center;
|
||
|
height: 25px;
|
||
|
color: black;
|
||
|
background-color : white;
|
||
|
}
|
||
|
.Tabellenerlaeuterung {
|
||
|
vertical-align: top;
|
||
|
text-align:center;
|
||
|
border-width : thick;
|
||
|
border-style: hidden;
|
||
|
height: 25px;
|
||
|
font-family: serif;
|
||
|
font-style: oblique;
|
||
|
font-size: medium;
|
||
|
color: black;
|
||
|
background-color : white;
|
||
|
}
|
||
|
.Topics {
|
||
|
font-size: 12px;
|
||
|
font-family: sans-serif;
|
||
|
color: blue;
|
||
|
text-align:right;
|
||
|
margin-right: 0px
|
||
|
}
|
||
|
.note { font-size: small }
|
||
|
|
||
|
.DezKurztitel {font-size:xx-large}
|
||
|
.DezLangtitel {font-size:medium;
|
||
|
font-weight:normal}
|
||
|
.sgKurztitel {font-size:medium}
|
||
|
.sgLangtitel {font-weight:normal}
|
||
|
.Funktion {font-weight:bold}
|
||
|
.Person {font-style:normal}
|
||
|
.UeberschriftLeitung {
|
||
|
font-size:large;
|
||
|
}
|
||
|
td.detail {border-left: thin solid gray}
|
||
|
td.Themenspalte {font-size:0.9em;
|
||
|
vertical-align:top;
|
||
|
text-align:right;
|
||
|
border-right:thin solid black}
|
||
|
|
||
|
#footer { font-family: serif }
|
||
|
|
||
|
p.mtBox
|
||
|
{
|
||
|
border-top:thin solid gray;
|
||
|
text-align:right
|
||
|
}
|
||
|
span.Schluesselwort
|
||
|
{
|
||
|
color:black;
|
||
|
font-weight:bolder
|
||
|
}
|
||
|
|
||
|
span.schwarz
|
||
|
{
|
||
|
background-color:rgb(20%,20%,90%);
|
||
|
color:white;
|
||
|
font-family:monospace;
|
||
|
font-weight:bold
|
||
|
}
|
||
|
span.weiss
|
||
|
{
|
||
|
background-color:rgb(50%,50%,90%);
|
||
|
color:white;
|
||
|
font-family:monospace;
|
||
|
font-weight:bold
|
||
|
}
|
||
|
a.mtBox:link
|
||
|
{
|
||
|
text-decoration:none;
|
||
|
font-family:monospace
|
||
|
}
|
||
|
a.mtBox:visited
|
||
|
{
|
||
|
text-decoration:none;
|
||
|
font-family:monospace
|
||
|
}
|
||
|
|
||
|
td.heading1
|
||
|
{
|
||
|
font-size:larger;
|
||
|
font-weight:bolder;
|
||
|
background-color:rgb(245,245,245)
|
||
|
}
|
||
|
td.heading2
|
||
|
{
|
||
|
font-size:larger;
|
||
|
background-color:rgb(245,245,245)
|
||
|
}
|
||
|
|
||
|
|
||
|
p.gross
|
||
|
{
|
||
|
font-size:16pt;
|
||
|
text-align:center
|
||
|
}
|
||
|
textarea.blob
|
||
|
{
|
||
|
font-size:11pt;
|
||
|
background-color:rgb(250,250,250);
|
||
|
}
|
||
|
textarea
|
||
|
{
|
||
|
font-size:11pt;
|
||
|
background-color:rgb(250,250,250);
|
||
|
}
|
||
|
input
|
||
|
{
|
||
|
font-size:11pt;
|
||
|
background-color:rgb(250,250,250);
|
||
|
}
|
||
|
#centercontent {
|
||
|
color: #000;
|
||
|
margin-left: 0px;
|
||
|
margin-right:210px;
|
||
|
voice-family: "\"}\"";
|
||
|
voice-family: inherit;
|
||
|
}
|
||
|
#rightcontent {
|
||
|
position: absolute;
|
||
|
right:2px;
|
||
|
top:2px;
|
||
|
width:200px;
|
||
|
background:#fff;
|
||
|
border:none;
|
||
|
}
|
||
|
h2.colhead {
|
||
|
|
||
|
/*#4d8cba*/
|
||
|
color: black;
|
||
|
/*#fff*/
|
||
|
border: none;
|
||
|
width: 100%;
|
||
|
font-weight: bold;
|
||
|
font-size: medium;
|
||
|
text-indent: 0.5em;
|
||
|
margin-top: 0;
|
||
|
padding: 0.1em 0;
|
||
|
}
|
||
|
div.speechbubble {
|
||
|
|
||
|
color: #000;
|
||
|
text-indent: 0;
|
||
|
padding: 0.3em 0 0 0;
|
||
|
margin: -6px 4px 0.5em 4px;
|
||
|
|
||
|
}
|
||
|
h3.bubblehead {
|
||
|
|
||
|
color: black;
|
||
|
border: none;
|
||
|
width: 100%;
|
||
|
font-weight: bold;
|
||
|
font-size: 1.1em;
|
||
|
text-indent: 0.5em;
|
||
|
margin-top: 0;
|
||
|
padding: 0.1em 0;
|
||
|
}
|
||
|
ol.listNavi
|
||
|
{margin:0px;
|
||
|
padding:0px;
|
||
|
list-style-type:decimal;
|
||
|
list-style-position:inside
|
||
|
}
|
||
|
ul.listNavi
|
||
|
{margin:0px;
|
||
|
padding:0px;
|
||
|
list-style-type:disc;
|
||
|
list-style-position:inside;
|
||
|
list-style-image:none
|
||
|
}
|
||
|
p.boxNavi
|
||
|
{margin:0px;
|
||
|
padding:0px
|
||
|
}
|
||
|
|
||
|
a.sidebar_link:link {
|
||
|
color: #3333ff;
|
||
|
font-size:0.8em;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
a.sidebar_link:visited {
|
||
|
color: #3333ff;
|
||
|
font-size:0.8em;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
a.sidebar_link:hover{
|
||
|
color:#990000;
|
||
|
font-size:0.8em;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
a.sidebar_link:active {
|
||
|
text-decoration: none;
|
||
|
font-size:0.8em;
|
||
|
color: #990000;
|
||
|
}
|
||
|
/* für IE */
|
||
|
thead { display: table-header-group; }
|