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.
102 lines
2.3 KiB
102 lines
2.3 KiB
2 years ago
|
#memtext { border: 1pt solid #CCCCCC;
|
||
|
padding: 30px; margin: 0;
|
||
|
width: auto;
|
||
|
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 h4 { font-size: 160%; font-weight: bold; color: #000000; width: 165px; padding: 5px; margin-bottom: 5px }
|
||
|
|
||
|
#memtext img { border: 1pt solid #CCCCCC; padding: 10px; background-color:#FFFFFF }
|
||
|
|
||
|
#memtext a, #memtext a:link {
|
||
|
text-decoration: none;
|
||
|
display: block;
|
||
|
color: #000000;
|
||
|
width: 124px;
|
||
|
padding: 5px;
|
||
|
margin: 2px auto 2px auto;
|
||
|
border: 1px solid #CCCCCC;
|
||
|
background-color: #E1E1E1;
|
||
|
}
|
||
|
#memtext a:hover, #memtext a:active, #memtext a:focus {
|
||
|
color: #000000;
|
||
|
padding-top: 6px;
|
||
|
padding-right: 4px;
|
||
|
padding-bottom: 4px;
|
||
|
padding-left: 6px;
|
||
|
margin: 2px auto 2px auto;
|
||
|
border-top: 1px solid #FFFFFF;
|
||
|
border-right: 1px solid #000000;
|
||
|
border-bottom: 1px solid #000000;
|
||
|
border-left: 1px solid #FFFFFF;
|
||
|
}
|
||
|
|
||
|
|
||
|
#menue {
|
||
|
width: 175px;
|
||
|
font-size: 80%;
|
||
|
display: block;
|
||
|
background-color: #F8F8F8;
|
||
|
border: 1pt solid #CCCCCC;
|
||
|
-moz-border-radius: 5px;
|
||
|
-khtml-border-radius: 5px;
|
||
|
text-align:center;
|
||
|
margin-left: 15px;
|
||
|
}
|
||
|
.menuekopf {
|
||
|
font-size: 160%;
|
||
|
font-weight: bold;
|
||
|
color: #000000;
|
||
|
width: 165px;
|
||
|
padding: 5px;
|
||
|
margin-bottom: 5px;
|
||
|
}
|
||
|
#menue ul {
|
||
|
list-style-type: none;
|
||
|
padding: 0px;
|
||
|
margin: 0px;
|
||
|
}
|
||
|
#menue li {
|
||
|
display: block;
|
||
|
margin-bottom: 2px;
|
||
|
}
|
||
|
#menue li a, #menue li a:link {
|
||
|
text-decoration: none;
|
||
|
display: block;
|
||
|
color: #000000;
|
||
|
width: 124px;
|
||
|
padding: 5px;
|
||
|
margin: 2px auto 2px auto;
|
||
|
border: 1px solid #CCCCCC;
|
||
|
background-color: #E1E1E1;
|
||
|
}
|
||
|
#menue li a:hover, #menue li a:active, #menue li a:focus {
|
||
|
color: #000000;
|
||
|
padding-top: 6px;
|
||
|
padding-right: 4px;
|
||
|
padding-bottom: 4px;
|
||
|
padding-left: 6px;
|
||
|
margin: 2px auto 2px auto;
|
||
|
border-top: 1px solid #FFFFFF;
|
||
|
border-right: 1px solid #000000;
|
||
|
border-bottom: 1px solid #000000;
|
||
|
border-left: 1px solid #FFFFFF;
|
||
|
}
|
||
|
#layout {
|
||
|
font-size: 80%;
|
||
|
text-align:center;
|
||
|
height: 50px;
|
||
|
}
|