Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
3 lars 1
/* CSS Document */
2
 
3
div.topnav{
4
	background-image:url(/images/webelemente/nav_rechts.jpg);
5
	background-repeat:no-repeat;
6
	text-align: center;
7
	float:left;
8
	width:775px;
9
	height:79px;
10
	word-spacing:30px;
11
}
12
 
13
div.topnav a{
14
	font-family:Arial, Helvetica, sans-serif;
15
	font-size:18px;
16
	font-weight:bold;
17
	color:#000000;
18
	text-align: center;
19
    line-height: 4;
20
	text-decoration:none;
21
}
22
 
23
div.topnav a:hover{
24
	font-family:Arial, Helvetica, sans-serif;
25
	font-size:18px;
26
	font-weight:bold;
27
	color:#FFFFFF;
28
	text-align: center;
29
    line-height: 4;
30
	text-decoration:none;
31
}