Files
2010.karate-ec.de/main.css
Mario Peters 5d9589fb37 init
2025-06-15 13:38:08 +02:00

98 lines
1.7 KiB
CSS

@charset "utf-8";
/* CSS Document */
a:link { font-weight:bold; color:#003b81; text-decoration:none; }
a:visited { font-weight:bold; color:#003b81; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bold; color:green; text-decoration:none; }
a:active {
font-weight:bold;
color:lime;
text-decoration:underline;
font-size: 14px;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #003b81;
text-align: center;
margin: 0px;
padding: 0px;
color: #000000;
}
#header {
background-color: #48391a;
height: 150px;
width: 800px;
}
#container {
background-color: #d9dbea;
height: 1000px;
width: 800px;
margin-right: auto;
margin-left: auto;
text-align: center;
font-size: 12px;
}
#navigation {
height: 35px;
width: 800px;
background-color: #9ca1c7;
color: #FFF;
vertical-align: middle;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
#lleiste {
background-color: #9ca1c7;
height: 1000px;
width: 20px;
}
#leiste {
background-color: #9ca1c7;
height: 1000px;
width: 20px;
}
.us {
font-size: 16px;
color: #FF8000;
font-weight: bold;
}
.zentriert {
text-align: center;
}
.form_us {
background-color: #FF8000;
font-weight: bold;
text-align: center;
}
#formular {
border-left: solid 1px #FF8000;
border-right: solid 1px #FF8000;
border-bottom: solid 1px #FF8000;
}
.gross {
font-size: 14px;
font-weight: bold;
}
#container table tr td {
text-align: center;
font-size: 12px;
}
.kleine_schrift {
font-size: 10px;
}
#apDiv1 {
position:absolute;
visibility: hidden;
top:438px;
width:600px;
height:450px;
z-index:1;
background-color: #BBBFD9
;
}