2022-03-23 07:20:56 +01:00
|
|
|
<!--
|
|
|
|
|
|
|
|
html,body {
|
|
|
|
background-color: white;
|
|
|
|
color: #3f3f3f;
|
|
|
|
font-family:'Arial';
|
|
|
|
}
|
|
|
|
|
|
|
|
.tdint {
|
|
|
|
padding:0.3em 0.5em;
|
|
|
|
vertical-align: top;
|
|
|
|
text-align: right;
|
|
|
|
|
|
|
|
}
|
|
|
|
.tdtxt {
|
|
|
|
padding:0.3em 0.5em;
|
|
|
|
vertical-align: top;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
div#Contenttxt {
|
2022-03-24 14:58:12 +01:00
|
|
|
min-height:600px;
|
2022-03-23 07:20:56 +01:00
|
|
|
padding-left:0px;
|
|
|
|
border:0px solid silver;
|
|
|
|
text-align: left;
|
2022-03-24 07:25:20 +01:00
|
|
|
color: #4f3f3f;
|
2022-03-23 07:20:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
div#ContentLogin {
|
2022-03-24 14:58:12 +01:00
|
|
|
min-height:600px;
|
2022-03-23 07:20:56 +01:00
|
|
|
text-align:center;
|
|
|
|
max-width:380px;
|
|
|
|
width:100%;
|
|
|
|
padding:0px;
|
|
|
|
margin:0;
|
|
|
|
border: 0px solid #cccccc;
|
2022-03-24 07:25:20 +01:00
|
|
|
color: #4f3f3f;
|
2022-03-23 07:20:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
select,input {
|
|
|
|
border: 1px solid #c7c8ca;
|
|
|
|
color:black;
|
|
|
|
}
|
|
|
|
|
|
|
|
div a {
|
2022-03-24 07:25:20 +01:00
|
|
|
color:#4f3f3f;
|
2022-03-23 07:20:56 +01:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
div a:hover {
|
|
|
|
color: grey;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
.content_title2 {
|
|
|
|
font-size:1.2em;
|
2022-03-24 07:25:20 +01:00
|
|
|
color: #4f3f3f;
|
2022-03-23 07:20:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.content_title3 {
|
|
|
|
font-size:1.5em;
|
|
|
|
padding-top:1.0em;
|
2022-03-24 07:25:20 +01:00
|
|
|
color: #4f3f3f;
|
2022-03-23 07:20:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.content1 {
|
|
|
|
font-size:1.5em;
|
|
|
|
line-height:1.2;
|
|
|
|
font-weight:bold;
|
|
|
|
padding-bottom:0.7em;
|
2022-03-24 07:25:20 +01:00
|
|
|
color: #4f3f3f;
|
2022-03-23 07:20:56 +01:00
|
|
|
}
|
|
|
|
.content2 {
|
|
|
|
line-height:1.2;
|
|
|
|
padding-top:1.0em;
|
|
|
|
max-width:750px;
|
2022-03-24 07:25:20 +01:00
|
|
|
color: #4f3f3f;
|
2022-03-23 07:20:56 +01:00
|
|
|
}
|
|
|
|
.content2_contact {
|
|
|
|
font-size:1em;
|
|
|
|
line-height:1.5;
|
|
|
|
max-width:750px;
|
2022-03-24 07:25:20 +01:00
|
|
|
color: #4f3f3f;
|
2022-03-23 07:20:56 +01:00
|
|
|
}
|
|
|
|
.content2_legende {
|
|
|
|
line-height:2.0;
|
|
|
|
max-width:750px;
|
|
|
|
text-align:left;
|
2022-06-08 20:18:11 +02:00
|
|
|
padding:0.2em 0;
|
2022-03-24 07:25:20 +01:00
|
|
|
color: #4f3f3f;
|
2022-03-23 07:20:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
@media (max-width: 768px){
|
|
|
|
|
|
|
|
div#Contenttxt {
|
|
|
|
border:0px solid silver;
|
|
|
|
padding:0px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
|
|
//-->
|
|
|
|
|
|
|
|
|