1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
|
body, p, td, li {
font-family : Tahoma, Helvetica;
font-size : 12px;
color : #000000;
}
body {
background-repeat : repeat-x;
}
a:link, a:visited, a:active {
color : #000000;
text-decoration : underline;
}
.nav {
font-size : 12px;
font-weight : bold;
color : #000000;
line-height : 25px;
background-image : url(grafiken/design/bg_navlinkleft.gif);
margin : 0;
padding : 0;
text-indent : 25px;
}
.topnav {
text-align : center;
}
.nav a {
background-image : none;
}
a.nav:link, a.nav:visited, a.nav:active {
color : #000000;
text-decoration : none;
}
.nav_head {
font-size : 14px;
font-weight : bold;
text-align : center;
color : #000000;
background : url(grafiken/design/bg_navheadleft.gif) no-repeat 0 0;
height : 34px !important ;
height : 28px;
}
.tab_head {
color : #000000;
text-decoration : none;
font-weight : bold;
}
a.tab_head_link:link, a.tab_head_link:visited, a.tab_head_link:active {
color : #000000;
text-decoration : none;
font-weight : bold;
}
.textfeld {
font-size : 12px;
font-family : Tahoma, Helvetica;
color : #000000;
background-color : #ebebeb;
border : 1px solid #00a2ff;
}
.button {
font-size : 11px;
font-family : Tahoma, Helvetica;
font-weight : bold;
color : #000039;
}
.titel {
font-family : Tahoma, Helvetica;
font-size : 17px;
font-weight : bold;
color : #000000;
}
.projektname {
font-size : 17px;
font-weight : bold;
color : #000000;
margin-top : 10px;
}
.copyright {
font-size : 11px;
color : #000000;
text-align : center;
height : 52px;
}
.footertext {
margin-top : 18px;
}
.klein {
font-size : 11px;
}
.rot {
color : #ff0000;
}
.mannschaft_a {
color : #0060ff;
}
.mannschaft_b {
color : #009f00;
}
select, option, textarea {
font-family : Tahoma, Helvetica;
font-size : 13px;
color : #000000;
background-color : #f0f0f0;
}
.left {
clear : left;
float : left;
}
.right {
clear : right;
float : right;
}
.ball {
position : absolute;
top : 3px;
margin-left : -55px;
padding : 0;
}
.select {
margin : 0;
padding : 0;
}
.inhalt {
padding : 0 5px 0 5px;
}
.status_color_on {
font-weight : bold;
}
#pmenu, #pmenu ul {
padding : 0;
margin : 0;
list-style-type : none;
}
#pmenu a, #pmenu a:visited {
display : block;
width : 115.1px;
font-size : 12px;
font-weight : bold;
font-family : verdana;
color : #000000;
height : 25px;
line-height : 24px;
text-decoration : none;
text-indent : 5px;
border : 1px solid #b0b0b0;
border-width : 1px 0 1px 1px;
}
#pmenu li ul li a, #pmenu li ul li a:visited {
border-width : 0 1px 1px 1px;
}
#pmenu li a.enclose, #pmenu li a.enclose:visited {
border-width : 1px;
}
#pmenu li {
float : left;
background : #dedede;
}
#pmenu li:hover {
position : relative;
}
#pmenu li:hover > a {
background : #f9f9f9;
color : #a81010;
}
#pmenu li ul {
display : none;
}
#pmenu li:hover > ul {
display : block;
position : absolute;
top : -11px;
left : 80px;
padding : 10px 30px 30px 30px;
background : transparent url(transparent.gif);
width : 120px;
}
#pmenu > li:hover > ul {
left : -30px;
top : 16px;
}
#pmenu table {
position : absolute;
border-collapse : collapse;
top : 0;
left : 0;
z-index : 100;
font-size : 1em;
}
* html #pmenu li a:hover {
position : relative;
background : #dedede;
color : #c00;
}
#pmenu li a:active, #pmenu li a:focus {
background : #dedede;
color : #c00;
}
#pmenu li.fly {
background : #dedede url(http://www.worldsoccersim.com/images/fly.gif) no-repeat right center;
}
#pmenu li.drop {
background : #dedede url(http://www.worldsoccersim.com/images/drop.gif) no-repeat right center;
}
* html #pmenu li ul {
visibility : hidden;
display : block;
position : absolute;
top : -11px;
left : 80px;
padding : 10px 30px 30px 30px;
background : transparent url(transparent.gif);
}
#pmenu li a:hover ul ul {
visibility : hidden;
}
#pmenu li a:hover ul a:hover ul ul {
visibility : hidden;
}
#pmenu li a:hover ul a:hover ul a:hover ul ul {
visibility : hidden;
}
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility : hidden;
}
#pmenu li a:hover ul {
visibility : visible;
left : -30px;
top : 14px;
left : -31px;
top : 15px;
}
#pmenu li a:hover ul a:hover ul {
visibility : visible;
top : -11px;
left : 80px;
}
#pmenu li a:hover ul a:hover ul a:hover ul {
visibility : visible;
}
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul {
visibility : visible;
}
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {
visibility : visible;
}
</style>
<!--[if IE]>
<style type="text/css">
#nav ul {display:inline-block;}
#nav ul {display:inline;}
#nav ul li {float:left;}
#nav {text-align:center;}
</style>
<![endif]-->
|