1 |
944
|
Ruebenwurz
|
body,td,th,input,textarea {
|
2 |
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
3 |
|
|
font-size: 12px;
|
4 |
|
|
color: #000000;
|
5 |
|
|
}
|
6 |
|
|
body {
|
7 |
|
|
background-color: #FFFFFF;
|
8 |
|
|
margin: 0px;
|
9 |
|
|
}
|
10 |
|
|
hr {
|
11 |
|
|
margin: 0px;
|
12 |
|
|
color: #003366;
|
13 |
|
|
height: 1px;
|
14 |
|
|
}
|
15 |
|
|
a:link, a:visited, a:active {
|
16 |
|
|
color: #003366;
|
17 |
|
|
text-decoration: none;
|
18 |
|
|
}
|
19 |
|
|
a:hover {
|
20 |
|
|
text-decoration: none;
|
21 |
|
|
color: #336699;
|
22 |
|
|
}
|
23 |
|
|
input:focus, select:focus, textarea:focus {
|
24 |
|
|
background: #F1F8FD;
|
25 |
|
|
}
|
26 |
|
|
.content {
|
27 |
|
|
width: 100%;
|
28 |
|
|
height: 100px;
|
29 |
|
|
}
|
30 |
|
|
.rename {
|
31 |
|
|
background: #fff url(images/bgtitle.png) ;
|
32 |
|
|
background-repeat:repeat-x;
|
33 |
|
|
padding: 20px;
|
34 |
|
|
}
|
35 |
|
|
.hide {
|
36 |
|
|
display: none;
|
37 |
|
|
}
|