32 lines
493 B
CSS
Executable File
32 lines
493 B
CSS
Executable File
#cimpressum {
|
|
}
|
|
#ccontact {
|
|
width: 300px;
|
|
/*height: 200px;*/
|
|
float: right;
|
|
padding-left: 5px;
|
|
border-left: 1px solid #FF0000;
|
|
}
|
|
#ctechnical {
|
|
margin-top: 10px;
|
|
}
|
|
span.cheadline {
|
|
width: 100%;
|
|
display: block;
|
|
border-bottom: 1px solid #FF0000;
|
|
color: #FF0000;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
margin-bottom: 5px;
|
|
}
|
|
span.cheadcorrect {
|
|
width: 660px;
|
|
}
|
|
span.cclabel {
|
|
width: 100px;
|
|
float: left;
|
|
font-weight: bold;
|
|
}
|
|
tr.gone {
|
|
text-decoration: line-through;
|
|
} |