Code:
/*
/* ---------------------------------------------------
Inhaltsbereich der Seite importieren
=================================================== */
@import url("editor_content.css");
/* ---------------------------------------------------
Global
evt. anstelle von * nur diese verwenden damit es
weniger komplikationen gibt:
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input
=================================================== */
html, body, div, ul, ol, li, dl, dt, dd, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
padding: 0;
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
body {
background: url(../images/design/background.jpg) top left repeat;
}
#webcontainer {
margin: 0 auto 10px auto;
width: 930px;
}
/* ---------------------------------------------------
Header zuoberst auf der Seite
=================================================== */
#header {
float: left;
width: 930px;
height: 133px;
}
#logo {
float: left;
height: 90px;
width: 314px;
/*margin-top: 18px;*/
background: url(../images/design/logo.jpg) no-repeat left center;
}
#suche {
float: right;
height: 35px;
width: 219px;
background: url(../images/design/suche_bg.gif) top left no-repeat;
padding: 14px 0 0 13px;
/*margin-top: 18px;*/
}
#suche .inputbox {
width: 144px;
height: 14px;
border: #221E1F 1px solid;
padding: 2px;
font-size: 12px;
}
#suche .button {
width: 46px;
height: 17px;
border: #A09E9E 1px solid;
background: #C4C2C2;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #231F20;
margin-left: 7px;
text-transform: lowercase;
}
/* ---------------------------------------------------
Main
=================================================== */
#main_start {
float: left;
width: 930px;
height: 5px;
background: url(../images/design/main_bg_start.gif) no-repeat top left;
}
#main {
float: left;
width: 918px;
padding: 0 5px;
background: #FFF;
border-left: 1px solid #C2C4C7;
border-right: 1px solid #C2C4C7;
}
#main_left {
float: left;
width: 202px;
}
/* ---------------------------------------------------
Hauptnavigation
=================================================== */
#mainnavi {
float: left;
margin-top: 5px;
width: 202px;
background: #221E1F url(../images/design/navi_bg_lo.gif) top left no-repeat;
}
.mainnavi_edge2 {
background: url(../images/design/navi_bg_ro.gif) top right no-repeat;
}
.mainnavi_edge3 {
background: url(../images/design/navi_bg_lu.gif) bottom left no-repeat ;
}
.mainnavi_edge4 {
background: url(../images/design/navi_bg_ru.gif) bottom right no-repeat ;
line-height: 20px;
padding: 12px 6px 12px 5px;
}
a.mainlevel:link, a.mainlevel:visited {
display: block;
margin-bottom: 4px;
width: 151px;
font-size: 12px;
font-weight: normal;
color: #FFF;
text-decoration: none;
margin-top: 1px;
padding-left: 39px;
background: #2C2728 url(../images/design/navi.gif) no-repeat left top;
border: 1px solid #484042;
line-height: 165%;
}
a.mainlevel:hover, a.mainlevel#active_menu{
color: #FFF;
background: #F8931B url(../images/design/navi.gif) no-repeat left top;
border: 1px solid #FBBD73;
}
a.sublevel:link, a.sublevel:visited {
font-size: 11px;
font-weight: normal;
color: #FFF;
text-decoration: none;
padding-left: 42px;
line-height: 25px;
background: none;
}
a.sublevel:hover, a.sublevel#active_menu, #active_menu{
color: #F8931B;
text-decoration: none;
background: none;
}
/* ---------------------------------------------------
News
=================================================== */
#news_start {
float: left;
margin-top: 9px;
width: 202px;
height: 5px;
background: url(../images/design/news_bg_start.gif) no-repeat top left;
}
#news {
float: left;
width: 180px;
padding: 12px 10px;
background: #FFF;
border-left: 1px solid #211D1E;
border-right: 1px solid #211D1E;
}
h4 {
background: url(../images/design/news_titel.gif) no-repeat top left;
color: #F7921C;
border-bottom: 1px solid #F7921C;
height: 25px;
font-size: 14px;
padding-left: 14px;
margin-bottom: 10px;
}
h5 {
padding-bottom: 5px;
color: #211E1F;
font-size: 12px;
font-weight: bold;
}
#news p {
line-height: 150%;
padding-bottom: 5px;
}
#news_end {
float: left;
width: 202px;
height: 5px;
background: url(../images/design/news_bg_end.gif) no-repeat top left;
}
/* ---------------------------------------------------------------
Hauptinhalt
--------------------------------------------------------------- */
#main_right {
float: left;
width: 707px;
padding-left: 9px;
}
#stimmungsbild {
float: left;
width: 707px;
margin-top: 5px;
}
#content_start {
float: left;
margin-top: 9px;
width: 707px;
height: 5px;
background: url(../images/design/content_bg_start.gif) no-repeat top left;
}
#content {
float: left;
width: 655px; /*730px*/
padding: 35px 25px;
text-align: left;
background: #FFF;
border-left: 1px solid #211D1E;
border-right: 1px solid #211D1E;
min-height: 250px;
height: auto !important;
height: 250px;
line-height: 140%;
}
#content_end {
float: left;
width: 707px;
height: 5px;
background: url(../images/design/content_bg_end.gif) no-repeat top left;
}
/* ---------------------------------------------------
Footer zuunterst auf der Seite
=================================================== */
#footer_box {
margin-top: 9px;
margin-bottom: 5px;
float: left;
width: 707px;
background: #221E1F url(../images/design/navi_bg_lo.gif) top left no-repeat;
}
.footer_edge2 {
background: url(../images/design/navi_bg_ro.gif) top right no-repeat;
}
.footer_edge3 {
background: url(../images/design/navi_bg_lu.gif) bottom left no-repeat ;
}
.footer_edge4 {
background: url(../images/design/navi_bg_ru.gif) bottom right no-repeat ;
}
#footer {
width: 657px;
padding: 0 25px;
height: 28px;
color: #FFFFFF;
line-height: 28px;
font-size: 11px;
}
#footer_left {
float: left;
width: 219px;
font-size: 11px;
text-align: left;
font-size: 11px;
color: #FFFFFF;
}
#footer_middle {
float: left;
width: 219px;
font-size: 11px;
text-align: center;
color: #FFFFFF;
}
#footer_right {
float: left;
width: 219px;
font-size: 11px;
text-align: right;
color: #FFFFFF;
}
#footer a {
text-decoration: underline;
color: #FFFFFF;
/*font-size: 11px;*/
}
#footer a:hover, #copyright a:active {
text-decoration: underline;
color: #FFFFFF;
}
#main_end {
clear: both;
width: 930px;
height: 5px;
margin-bottom: 10px;
background: url(../images/design/main_bg_end.gif) no-repeat top right;
}
.inputbox {
border: 1px solid #666;
padding: 2px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
/* Die Formatierung der Module */
table.moduletable {
}
/* Überschrift der Module */
table.moduletable.th {
}
/* Inhalte der Module */
table.moduletable.td {
color: #D1DBBC;
font-size: 10px;
}
table.moduletable-loginform {
width: 206px;
margin: 20px 0 0 1px;
padding-left: 16px;
background: #3D606E;
font-size: 11px;
text-align: left;
color: #D1DBBC;
font-weight: bold;
}
table.moduletable-loginform a, table.moduletable-loginform a:visited {
color: #EDEEE8;
text-decoration: none;
}
table.moduletable-loginform a:hover, table.moduletable-loginform a:active {
color: #D1DBBC;
text-decoration: none;
}
/* All internal headings, including the contact page
.contentheading, .componentheading {
font-weight: bold;
font-size: 18px;
color: #000000;
line-height: 18px;
padding-bottom: 10px;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}*/
Ich hoffe jemand kann mir helfen. Ich weiss nicht mehr weiter.
Lesezeichen