klick um Design 3 anzusehen
/* Style-Reset */
html
h4
abbr
code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 15px;
font-family: arial;
vertical-align: baseline;
}
img{
border: 0px;
}
* { padding: 0; margin: 0; }
/* Generelles */
a{
color: black;
text-decoration: none;
}
a:hover{
color: black;
text-decoration: none;
}
/* Design */
#designcontainer {
margin: 0 auto;
width: 8100px;
}
#headerdesign {
color: #f62008;
width: 8100px;
float: left;
padding: 10px;
border: 1px solid black;
height: 130px;
margin: 10px 0px 0px 0px;
background-color: #f62008;
background-image: none;
background-repeat: no-repeat;
background-position: center;
}
#nav_container {
color: black;
border: 1px solid black;
background: #f62008;
margin: 0px 0px 0px 0px;
padding: 10px;
height: 1493px;
width: 180px;
float: left;
text-align: center;
}
#content {
float: left;
color: black;
border: 1px solid black;
background: #f62008;
margin: 0px 0px 0px 0px;
padding: 10px;
height: 1493px;
width: 550px;
display: inline;
overflow: auto;
}
#sidebar_container{
color: black;
border: 1px solid black;
background: #f62008;
margin: 0px 0px 0px 0px;
padding: 10px;
height: 1493px;
width: 180px;
float: left;
position: relative;
text-align: center;
}
/* Seitentitel */
h9#title{
font-size: 19px;
text-decoration: none;
font-weight: bold;
text-align: center;
color:#f62008;
background-color: transparent;
border: 1px solid black;
width: 170px;
height: 40px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 10px;
}
/* Navigation */
li.nav_element{
list-style-type: none;
border: 0px;
height: 20px;
text-align: center;
}
li.nav_element a{
display: block;
width: 180px;
height: 15px;
color: #56dd22;
font-size: 13px;
font-weight: bold;
text-decoration: none;
background-color: #fcd200;
background-image: none;
background-repeat: no-repeat;
border: 1px solid black;
}
li.nav_element a:hover{
display: block;
color: green;
font-size: 19px;
font-weight: bold;
text-decoration: none;
background-color: #fcd200;
background-image: none;
background-repeat: no-repeat;
border: 1px solid black;
}
.subpage a{
color: darkblue !important;
text-decoration: underline !important;
}
.subpage a:hover{
color: darkblue !important;
text-decoration: underline !important;
}