Subversion-Projekte lars-tiefland.shop_ns

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
4 lars 1
/* FARBEN:
2
  haupt rot: #CF2718
3
  mouseover rosa: DD685E
4
 
5
*/
6
/* leftnav */
7
.right .box_1 {
8
	display:						block;
9
	float:							left;
10
	z-index:						2;
11
	font-size:0.8em;
12
 
13
}
14
.right .box_1 .box_top h1 {
15
    font-size:1.3em;
16
}
17
.right .box_1 {
18
    list-style-type:none;
19
}
20
 
21
.right .box_1 ul li a,
22
.right .box_1 ul li a:active,
23
.right .box_1 ul li a:visited {
24
	display:                        block;
25
	padding:3px 4px 4px 8px;
26
 
27
	text-align:                     left;
28
	text-decoration:                none;
29
	color:							#fff;
30
	overflow:						hidden;
31
	width:135px;
32
	font-size:0.8em;
33
}
34
.right .box_1 ul li a {
35
 
36
}
37
.right .box_1 ul {
38
	list-style:                     none;
39
	width:150px;
40
	margin-left:-10px;
41
}
42
 
43
.right .box_1 ul li {
44
    float:none;
45
    width:150px;
46
    min-height:23px;
47
    border-bottom:1px dotted #fff;
48
    cursor:pointer;
49
 
50
}
51
.right .box_1 ul li.active {
52
	background:url(/images/webelemente/navi_arrow.gif) no-repeat right;
53
}
54
.right .box_1 ul li:hover {
55
    float:left;
56
    /*background-color:#DD685E;*/
57
}
58
.right .box_1 ul li a:hover {
59
	color:#fff;
60
}
61
.right .box_1 ul li ul {
62
	display:						none;
63
	background-color:#CF2718;
64
	border-top:1px solid #DD685E;
65
	border-left:1px solid #DD685E;
66
}
67
.right .box_1 ul li ul li {
68
    height:30px;
69
    vertical-align:middle;
70
	width:150px;
71
	background-color:#CF2718;
72
}
73
 
74
.right .box_1 ul li:hover ul {
75
	display:						block;
76
	position:						absolute;
77
	margin-left:-150px;
78
	margin-top:-30px;
79
	padding-left:0px;
80
	z-index:10000;
81
	width:150px;
82
}
83
 
84
.right .box_1 ul li:hover ul li {
85
	float:                          none;
86
	position:                       relative;
87
	width:150px;
88
 
89
}
90
.right .box_1 ul li ul li:hover {
91
 
92
    background-color:#DD685E;
93
 /*   background-color:#CF2718; */
94
    width:150px;
95
}
96
.right .box_1 ul li:hover ul li a {
97
    position: absolute;
98
	display:                        block;
99
	text-align:                     left;
100
	color:							#fff;
101
	text-transform: none;
102
	width:137px;
103
	height:23px;
104
}
105
 
106
.right .box_1 ul li:hover ul li a:hover {
107
	background-image:               none;
108
 
109
}
110
.right .box_1 ul li.last,
111
.right .box_1 ul li ul li.last {
112
    border-bottom:none !important;
113
 
114
}