Hi Quov!
Das würde bedeuten das ich für jeden Browser im Speziellen den Wert anpassen müsste oder?
@charset "UTF-8";
/* CSS Document */
body {
background-color: #fff;
font-size: 10px;
line-height: 13px;
margin: 0;
padding: 0;
border: 0;
text-align: left;
}
html,body {
height: 100%;
}
/* startseite */
.logo_start {
display: block;
float: left;
height: 175px;
width: 100%;
background-repeat: no-repeat;
background-position: center;
}
* html .logo_start {
padding-left: 50px;
}
#startbild {
text-decoration: none;
display: block;
height: 175px;
width: 100%;
}
*html #startbild {
cursor: hand;
}
#bild_start {
display: block;
float: left;
height: 650px;
width: 100%;
overflow: hidden;
padding-left: 25px;
}
* html #bild_start {
padding-left: 50px;
}
#einlass {
position: absolute;
top: 180px;
height: auto;
left: 50%;
width: 500px;
margin-left: -250px;
z-index: 4;
text-align: center;
}
/* Hauptseite */
#main {
position: absolute;
height: 800px;
left: 50%;
margin-left: -275px;
padding-bottom: 100px;
width: 550px;
background-image: url(../Bilder/Bilder/shadow_02.gif);
background-repeat: no-repeat;
background-position: top;
clear: both;
}
* html #main {
margin-left: -300px;
height: 100%;
top: 0;
bottom: 0;
}
#logo {
display: block;
float: left;
height: 125px;
width: 100%;
background-repeat: no-repeat;
background-position: center;
}
* html #logo {
padding-left: 50px;
}
#bild {
display: block;
float: left;
height: 150px;
width: 100%;
overflow: hidden;
padding-left: 25px;
}
* html #bild {
padding-left: 50px;
}
#menue {
display: block;
float: left;
height: 45px;
width: 500px;
text-align: center;
padding-left: 25px;
padding-top: 1px;
}
* html #menue {
padding-left: 50px;
}
#textbox {
display: block;
float: left;
height: auto;
width: 300px;
padding-left: 50px;
overflow: hidden;
text-align: left;
}
* html #textbox {
padding-left: 75px;
}
#schattenrechts {
position: absolute;
z-index: 1;
left: 50%;
margin-left: 250px;
width: 25px;
height: 100%;
}
#schattenlinks {
position: absolute;
z-index: 1;
left: 50%;
margin-left: -275px;
width: 25px;
height: 100%;
}
#emptainer {
display: block;
float: left;
height: 50px;
width: 500px;
text-align: left;
}
#clearer {
width: 100px;
height: 100px;
clear: both;
border: 1px;
background-color: #F00;
}
#blaubeere {
position: absolute;
bottom: 0px;
left: 50%;
margin-left: 115px;
width: 130px;
height: 100px;
background-image: url(../Bilder/blaubeere.jpg);
background-repeat: no-repeat;
background-position: top;
}
#fixpic {
display:block;
width: 130px;
height: 100px;
position:fixed;
bottom:0;
left: 50%;
margin-left: 115px;
}
* html #fixpic {
position:absolute;
}
#impressum {
position: absolute;
bottom: 10px;
height: 12px;
left: 50%;
width: 100px;
margin-left: 260px;
z-index: 2;
}
/* text */
h1 {
margin: 0px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 1px;
color: #999;
}
h1 a {
color: #999;
}
h1 a:hover {
color: #40A52B;
}
h2 {
margin: 0px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
color: #0A71B3;
}
h3 {
margin: 0px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 8px;
text-transform: uppercase;
letter-spacing: 1px;
color: #40A52B;
}
h3 a {
color: #40A52B;
}
h3 a:hover {
color: #999;
}
p {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000;
}
a {
text-decoration: none;
}
.active {
color: #40A52B;
}
.white {
color: #FFF;
}