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.
116 lines
2.6 KiB
116 lines
2.6 KiB
#memtext { border: 1pt solid #CCCCCC; |
|
padding: 30px; margin: 0; |
|
width: 900px; |
|
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; margin-top: 0; margin-bottom: 0 } |
|
#memtext h1 { font-size: 24pt; margin-top: 10; margin-bottom: 5 } |
|
#memtext h2 { font-size: 16pt; margin-top: 10; margin-bottom: 5 } |
|
#memtext h3 { font-size: 12pt; margin-top: 10; margin-bottom: 5 } |
|
|
|
#memtext a, #memtext a:link |
|
{ font-size: 12pt; margin-top: 10; margin-bottom: 5; text-decoration: none } |
|
|
|
#memtext a:hover, #memtext a:active, #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%; |
|
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 { |
|
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; |
|
margin: 2px auto 2px auto; |
|
border: 1px solid #CCCCCC; |
|
background-color: #E1E1E1; |
|
} |
|
#layout th a:hover, #layout th a:active, #layout th 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; |
|
} |