-
Notifications
You must be signed in to change notification settings - Fork 0
/
mrp_start.css
56 lines (55 loc) · 1.79 KB
/
mrp_start.css
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
body { font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#301010; padding:25px; }
h1 { text-align:center; font-weight:normal; font-size:36px; color:#908080; }
h2 { text-align:left; font-weight:bold; font-size:18px; color:#908080; }
h3 { text-align:left; font-weight:normal; font-size:18px; color:#908080; }
h4 { text-align:left; font-weight:normal; font-size:14px; color:#908080; }
/*td { padding-left:6px; font-family:Cambria, Times New Roman; font-size:15px; color:#301010; white-space:nowrap }*/
td { padding-left:6px; font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#301010; white-space:nowrap }
.head { padding-top:6px; padding-left:6px; font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#301010; }
li { margin-top:6px }
img { margin-left:10px; margin-top: 10px; margin-bottom:10px}
hr { color:#908080}
a { text-decoration: none }
a:link { color:darkBlue }
a:hover { color:darkRed; text-decoration:none; }
a:visited { color:darkBlue }
.ueberschrift {
background-color: rgba(27, 56, 106, 1);
color: white;
padding: 3px 5px;
text-align: left;
text-decoration: none;
display: inline-block;
border-radius: 3px;
margin-top:3px;
width: 1000px;
bottom: 0px;
margin-left: 0px;
}
.intro{
width:1000px;
margin-top:10px;
font-size:14px;
color:#908080;
}
/* copy von oeml footer april.2018 */
.footerDiv{
text-align:left;
width:100%;
margin-bottom:20px;
margin-top:20px;
max-width:900px;
/*background-color:#2856a3;*/
}
#footer > h2{
text-align:left;
background-color:#fff;
}
.partner{
max-width:290px;
float:left;
margin-bottom: 10px;
width:290px;
display:block;
height:170px;
}