M
Maik
Irgendwo hat sich ein Fehler im Stylesheet eingeschlichen, den ich nach zweimaligen Durchschauen nicht finden konnte, denn mit dieser ursprünglichen Fassung des Stylesheets tritt der Interpretationsfehler bei mir nicht auf:
mfg Maik
Code:
@charset "utf-8";
body {
background-color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
font-style: normal;
line-height: 140%;
color: #FFFFFF;
text-decoration: none;
margin: 0px;
padding: 0px;
}
a {
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
color: #CCCCCC;
}
a:hover {
text-decoration: none;
color: #FFFFFF;
}
#Wapper {
height: 100%;
width: 100%;
background-attachment: fixed;
background-image: url(../Bilder/Hintergrund/ClassKachel.jpg);
background-repeat: no-repeat;
background-position: center center;
}
#HauptDiv {
height: auto;
width: 800px;
margin-right: auto;
margin-left: auto;
position: relative;
}
#Head {
background-attachment: scroll;
background-image: url(../Bilder/Hintergrund/Head4.png);
background-repeat: no-repeat;
background-position: left center;
height: 250px;
width: 800px;
vertical-align: bottom;
}
#Headplatz {
height: 210px;
width: 800px;
}
#Bottem {
background-attachment: scroll;
background-image: url(../Bilder/Hintergrund/Bottem4.png);
background-repeat: no-repeat;
background-position: left top;
height: 151px;
width: 800px;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
line-height: 140%;
color: #FFFFFF;
text-decoration: none;
text-align: center;
clear:both;
padding-top: 35px;
}
#Bottem a {
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size: 0.8em;
font-style: normal;
line-height: 140%;
text-decoration: underline;
}
#Bottem a:hover {
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size: 0.8em;
font-style: normal;
line-height: 140%;
text-decoration: none;
}
#Navileiste {
height: 40px;
width: 800px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
line-height: 120%;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}
#Navileiste a {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
line-height: 120%;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
padding: 3px;
}
#Navileiste a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
line-height: 120%;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
padding: 3px;
background-color: #990000;
border-top-width: 1.5px;
border-right-width: 1.5px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: groove;
border-right-style: groove;
border-bottom-style: groove;
border-left-style: groove;
border-top-color: #333333;
border-right-color: #333333;
border-bottom-color: #999999;
border-left-color: #999999;
}
#Navileiste ul, #Navileiste ul li {
text-align: left;
text-indent: 0px;
white-space: nowrap;
display: inline;
padding: 0px;
list-style-type: none;
margin-top: 2px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
#Content {
text-align: justify;
height: auto;
width: 765px;
padding-bottom: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
line-height: 140%;
font-weight: normal;
color: #FFFFFF;
background-attachment: scroll;
background-image: url(../Bilder/Hintergrund/MainTran.png);
background-repeat: repeat-y;
background-position: left top;
padding-left: 20px;
padding-right: 15px;
position: relative;
}
.Main {
height: 100%;
width: 765px;
}
#Content p {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
line-height: 140%;
color: #FFFFFF;
text-decoration: none;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
}
h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
line-height: 120%;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
margin-top: 0px;
margin-bottom: 15px;
}
#Content a, #Content a:link, #Content a:visited, #Content a:hover, #Content a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
line-height: 140%;
color: #FFFFFF;
text-decoration: underline;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
}
#Content .news {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
line-height: 140%;
color: #FFFFFF;
height: auto;
width: 300px;
margin-left: 450px;
border-left-width: 1px;
border-left-style: dotted;
border-left-color: #FF0000;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 5px;
}
#Content .news a, #Content .news a:link, #Content .news a:visited, #Content .news a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
line-height: 140%;
color: #FFFFFF;
text-decoration: none;
text-align: justify;
margin: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
#Content .news a:hover {
background-color: #990000;
text-align: justify;
height: auto;
width: 300px;
float: right;
border-left-width: 1px;
border-left-style: dotted;
border-left-color: #FF0000;
padding-left: 5px;
}
#Content .news span {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
line-height: 120%;
color: #FF0000;
padding-top: 0px;
padding-bottom: 0px;
margin: 0px;
}
#Content .info {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
line-height: 140%;
color: #FFFFFF;
height: auto;
width: 430px;
float: left;
}
#Content.clearfix:after {
Content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
#Content.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html #Content.clearfix {height:1%;}
#Content.clearfix {display:block;}
/* End hide from IE-mac */