/*** Stil für Hauptseite ***/
/** CSS-Klassen für Hauptseite **/
/* Kolumnen */
.frontPageLeft {
float: left;
width: 65%;
}
.frontPageRight {
float: left;
width: 35%;
}
.frontPageBottom {
float: left;
width: 100%;
}
/* Blocks */
.frontPageBlock {
background: url(https://upload.wikimedia.org/wikipedia/commons/9/97/Bluebg.png) no-repeat 3px 3px;
border: 1px solid #c2dfff;
padding: 3px;
margin-bottom: 1em;
position: relative;
}
.frontPageBlockIcon {
position: absolute;
left: 5px;
top: 5px;
}
.frontPageBlockIcon img {
border: 0 none #000;
}
.frontPageBlockTitle {
position: absolute;
left: 50px;
top: 7px;
font-size: 1.1em;
}
.frontPageBlockContent {
margin: 1em;
padding-top: 30px;
overflow: auto;
}
.frontPageRight .frontPageBlock {
background: url(https://upload.wikimedia.org/wikipedia/commons/2/27/Bluebg_right_3px_offset.png) no-repeat top right #f9f9f9;
margin-left: 1em;
}
.frontPageRight .frontPageBlockIcon {
left: auto;
right: 10px;
}
.frontPageRight .frontPageBlockTitle {
left: auto;
right: 45px;
top: 3px;
font-size: 1.05em;
}
.frontPageRight .frontPageBlockContent {
margin: 1em;
padding-top: 20px;
}
.frontPageBottom .frontPageBlock {
background: #f9f9f9;
margin-bottom: .4em;
}
.frontPageBottom .frontPageBlockContent {
margin: 1em;
padding-top: 0;
}
/* Wenn in Block links, dann ohne Überschriften */
.frontPageLeft H2, .frontPageLeft H3 {
display: none;
}
/** Schluß für Hauptseite **/