Subversion-Projekte lars-tiefland.cienc

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
8 lars 1
/* 1. Ebene */
2
.topnav {
3
    clear:both;
4
    float:left;
5
    width:100%;
6
    height:55px;
7
    background-color:#ea5802;
8
}
9
/*
10
.topnav .inner {
11
    width:100%!important;
12
    max-width:1300px!important;
13
    text-align:center!important;
14
}
15
*/
16
.topnav ul {
17
    margin:0 auto!important;
18
    clear:both;
19
    float:none;
20
    font-size: 16px;
21
    display:inline-block;
22
}
23
.topnav ul li {
24
    list-style-type:none;
25
    float:left!important;
26
    max-width: 160px;
27
    font-size:14px;
28
    height:55px;
29
    z-index:9999;
30
    text-align: center;
31
    line-height:1.3em;
32
}
33
.topnav ul li a {
34
    display:block;
35
    height:55px;
36
    padding:0px 10px 0 10px;
37
    vertical-align:middle;
38
    display:table-cell;
39
    color:#fff;
40
}
41
.topnav ul li a:link,
42
.topnav ul li a:active,
43
.topnav ul li a:visited {
44
    background-color: transparent;
45
}
46
.topnav ul li a:hover {
47
    text-decoration:underline;
48
}
49
/*
50
.topnav ul li:hover .topnav_active {
51
    display:block!important;
52
}
53
*/
54
.topnav_active {
55
    position:absolute;
56
    width: 0;
57
    height: 0;
58
    border-style: solid;
59
    border-width: 15px 10px 0 10px;
60
    border-color: #ea5702 transparent transparent transparent;
61
    z-index:9999999999999999999999999999;
62
    display:none;
63
    margin:0 0 0 20px;
64
}
65
/* 2. Ebene (Aufklapper) */
66
.subnav {
67
    margin:-6px 0 0 0;
68
    width:1090px;
69
    position:absolute;
70
    padding:0px 0 0 0;
71
    float:left;
72
    display:none;
73
    z-index:888!important;
74
    -webkit-box-shadow: 4px 6px 7px 0px rgba(102,102,102,1);
75
    -moz-box-shadow: 4px 6px 7px 0px rgba(102,102,102,1);
76
    box-shadow: 4px 6px 7px 0px rgba(102,102,102,1);
77
 
78
}
79
.subhead_inactive {
80
    float:left;
81
    width: 0;
82
    height: 0;
83
    border-style: solid;
84
    border-width: 6px 0 6px 8px;
85
    border-color: transparent transparent transparent #000000;
86
    margin:4px 0;
87
}
88
.subhead_active {
89
    float:left;
90
    width: 0;
91
    height: 0;
92
    border-style: solid;
93
    border-width: 9px 7px 0 7px;
94
    border-color: #ea5802 transparent transparent transparent;
95
    margin:6px 0 0 -3px;
96
}
97
.active a:link,
98
.active a:active,
99
.active a:visited,
100
.active {
101
    color:#ea5802;
102
}
103
 
104
 
105
.subnav .level02_item {
106
    float:left;
107
    text-transform:uppercase;
108
    padding:0 0% 0.5% 0.5%!important;
109
    height:25px;
110
    overflow:hidden;
111
}
112
.subnav a:link,
113
.subnav a:active,
114
.subnav a:visited {
115
    font-size:14px;
116
    color:#000!important;
117
}
118
.subnav a:hover {
119
    color:#ea5901!important;
120
    text-decoration:none!important;
121
}
122
 
123
.subnav_outer_container {
124
    display:block;
125
    width:100%;
126
    margin:0;
127
    padding:0;
128
    float:left;
129
    background-color:#fff;
130
}
131
 
132
.subnav_inner_container {
133
    display:block;
134
    width:98%;
135
    float:left;
136
    z-index:999999999!important;
137
    /*min-height:316px;*/
138
    padding:0 2% 2% 2%;
139
}
140
.subnav_padding {
141
    background:url(/images/webelemente/topnav_bg_3.png) repeat-y;
142
    float:left;
143
    padding:3% 1% 1% 1%;
144
    clear:both;
145
    width:98%;
146
}
147
.subdir_col {
148
    width:250px;
149
    float:left;
150
    overflow:hidden;
151
    margin-right:5px;
152
    /*background-color:#ccc;*/
153
}
154
.subdir_box {
155
    /*border-bottom:1px dotted #666;*/
156
    /*padding-bottom:5px;*/
157
    margin:1px 3px 1px 3px;
158
    clear:both;
159
    float:none;
160
}
161
.subdir_last {
162
    border:none!important;
163
}
164
.sub_head {
165
    float:left;
166
    margin:0 20px 0 5px;
167
    font-size:14px;
168
    cursor:pointer;
169
}
170
.sub_head:hover {
171
    color:#ea5901;
172
}
173
.sub_head a {
174
    display:block;
175
}
176
.sub_head a:hover {
177
 
178
}
179
.last_entry {
180
    /*height:10px;*/
181
    /*border-bottom:1px dotted #fff;*/
182
}
183
/* 3. Ebene */
184
.sub2{
185
    float:left;
186
    clear:both;
187
    width:98%;
188
}
189
.sub2data {
190
    display:none;
191
}
192
.sub2 a {
193
    background-color:#ea5802;
194
    display:block;
195
    float:left;
196
    padding:0.6%;
197
    margin:0.4%;
198
}
199
.sub2 a:link,
200
.sub2 a:active,
201
.sub2 a:visited {
202
    font-family:droid_sansbold,verdana,sans-serif;
203
    text-decoration:none;
204
    color:#fff!important;
205
}
206
.sub2 a:hover {
207
    color:#1e1e1e!important;
208
}
209
 
210
/* Artikel hervorheben */
211
.subnav_special {
212
    width:210px;
213
    float:right;
214
    overflow:hidden;
215
    margin-right:5px;
216
    text-align:center;
217
}
218
 
219
a.subnav_item:link,
220
a.subnav_item:active,
221
a.subnav_item:visited {
222
    color:#143465!important;
223
}
224
a.subnav_item:hover {
225
    color:#ea5901!important;
226
}
227
 
228
.subnav_preis {
229
    color:#FB7E00;
230
    font-size:18px!important;
231
}
232
.highlight {
233
    background-color:#fff;
234
 
235
}
236
.marker_container {
237
    width:10px;
238
    float:left;
239
}
240
.closeMenu {
241
    position:absolute!important;
242
    top:10px;
243
    right:10px;
244
}
245
.closeMenu button {
246
    width:20px!important;
247
    height:20px!important;
248
}
249
.closeMenu button:hover {
250
    color:#555555!important;
251
    background-color:#ededed;
252
}