/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
80.1.1 by a11andoh
Startview constructed and completed.
1
@charset "utf-8";
2
/* CSS Document */
3
* {margin: 0; padding: 0;}
4
/*-----------------------------text attributes-----------------------------------*/
5
html {
6
	font-size:125%;
7
}
8
9
body {
10
	font-size:50%;
11
	font-family:Arial, Helvetica, sans-serif;
12
}
13
14
h2 {
15
	font-family:Arial, Helvetica, sans-serif;
16
	font-size:24px;
17
}
18
19
h3 {
20
	font-family:Arial, Helvetica, sans-serif;
21
	font-size:24px;
22
	font-weight:bold;
23
}
24
25
p {
26
	font-family:Arial, Helvetica, sans-serif;
27
	font-size:14px;
28
}
29
30
/*-----------------------------link attributes-----------------------------------*/
31
a:link {
32
	color:#0a68ad;
33
	text-decoration:none;
34
}
35
36
a:visited {
37
	color:#0a68ad;
38
	text-decoration:none;
39
}
40
41
a:hover {
42
	color:#0a68ad;
43
	text-decoration:underline;
44
}
45
46
/*-----------------------------div attributes-----------------------------------*/
47
#wrapper {
48
	position:absolute;
49
	top:54px;
50
	width:100%;
51
}
52
53
#topdiv {
54
	width: auto;  
55
	height: 290px;
56
	padding-top:60px;
57
	background-color: #9db400;
58
}
59
60
#botdiv {
61
	width: auto;
62
	background-color: #eee
63
	height: 350px;
64
}
65
			
66
#logodiv	{
67
	background-image:url(../img/biglogo.png);
68
	background-repeat:no-repeat;
69
	background-position:center;
70
	height:88px;
71
}
72
73
#topdivtext {
74
	color:#eee;
75
	text-align:center;
76
	line-height:300%;
77
	padding-top:25px;
78
}
79
			
80
#topdivfsbs {
81
	color: #eee;
82
	text-align: center;
83
	margin-top: 30px;
84
}
85
86
#botheader {
87
	color:#000;
88
	text-align:center;
89
	margin-top:5px;
90
	padding-top:20px;
91
}
92
93
#links{
94
	text-align:center;
95
	margin-top:10px;
96
	font-size:14px;
97
	line-height:150%;
98
}