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.
91 lines
2.1 KiB
91 lines
2.1 KiB
2 years ago
|
#memtext { border: 1pt solid #CCCCCC;
|
||
|
padding: 30px; margin: 0;
|
||
|
width: 600px;
|
||
|
margin: 50px auto auto auto;
|
||
|
|
||
|
background-color:#F8F8F8;
|
||
|
-moz-border-radius: 5px;
|
||
|
-khtml-border-radius: 5px;
|
||
|
|
||
|
font-family: Times New Roman;
|
||
|
text-align:center;
|
||
|
vertical-align:middle
|
||
|
}
|
||
|
|
||
|
#memtext p { font-size: 12pt; color: #333399; margin-top: 0; margin-bottom: 0 }
|
||
|
#memtext h1 { font-size: 24pt; color: #333399; margin-top: 10; margin-bottom: 5 }
|
||
|
#memtext h2 { font-size: 16pt; color: #333399; margin-top: 10; margin-bottom: 5 }
|
||
|
#memtext h3 { font-size: 12pt; color: #333399; margin-top: 10; margin-bottom: 5 }
|
||
|
|
||
|
#memtext a, div#memtext a:link
|
||
|
{ font-size: 12pt; color: #333399; margin-top: 10; margin-bottom: 5; text-decoration: none }
|
||
|
|
||
|
#memtext a:hover, div#memtext a:active, div#memtext a:focus
|
||
|
{ font-size: 12pt; color: #FF9900; margin-top: 10; margin-bottom: 5; text-decoration: none }
|
||
|
|
||
|
#memtext img { border: 1pt solid #CCCCCC; padding: 10px; background-color:#FFFFFF }
|
||
|
|
||
|
|
||
|
#menue {
|
||
|
width: 175px;
|
||
|
font-size: 80%;
|
||
|
margin-left: 15px;
|
||
|
}
|
||
|
.menuekopf {
|
||
|
font-weight: bold;
|
||
|
color: #000000;
|
||
|
width: 163px;
|
||
|
padding: 5px;
|
||
|
border: 1px solid #000000;
|
||
|
-moz-border-radius: 5px;
|
||
|
-khtml-border-radius: 5px;
|
||
|
}
|
||
|
#menue ul {
|
||
|
list-style-type: none;
|
||
|
padding: 0px;
|
||
|
border: 1px solid #000000;
|
||
|
margin: 2px 0px;
|
||
|
-moz-border-radius: 5px;
|
||
|
-khtml-border-radius: 5px;
|
||
|
}
|
||
|
#menue li {
|
||
|
display: block;
|
||
|
}
|
||
|
#menue li a, #menue li a:link, #menue li a:visited {
|
||
|
text-decoration: none;
|
||
|
display: block;
|
||
|
color: #000000;
|
||
|
width: 163px;
|
||
|
padding: 5px;
|
||
|
}
|
||
|
#menue li a:hover, #menue li a:active, #menue li a:focus {
|
||
|
color: #ffcc00;
|
||
|
background-color: #818181;
|
||
|
}
|
||
|
#layout {
|
||
|
width: 130px;
|
||
|
font-size: 80%;
|
||
|
display: block;
|
||
|
text-align:center;
|
||
|
padding: 0px;
|
||
|
margin: 0px 0px 0px 15px;
|
||
|
}
|
||
|
#layout tr {
|
||
|
list-style-type: none;
|
||
|
padding: 0px;
|
||
|
margin: 0px;
|
||
|
}
|
||
|
#layout th {
|
||
|
margin: 0px;
|
||
|
}
|
||
|
#layout th a, #layout th a:link {
|
||
|
text-decoration: none;
|
||
|
display: block;
|
||
|
color: #000000;
|
||
|
width: 30px;
|
||
|
padding: 5px;
|
||
|
}
|
||
|
#layout th a:hover, #layout th a:active, #layout th a:focus {
|
||
|
color: #ffcc00;
|
||
|
background-color: #818181;
|
||
|
}
|