* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
font: bold 1em verdana, sans-serif;
}

body {
	text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
	background-color:#fbf54b;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

td{
font-family:  Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333;
font-weight: normal;
line-height:22px;
}

sup{
font-family:  Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333;
font-weight: normal;
line-height:22px;
}

p{
font-family:  Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333;
font-weight: normal;
line-height:22px;
}

a{
font-family:  Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333;
font-weight: normal;
line-height:22px;
text-decoration :underline;
}

strong{
font-family:  Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333;
font-weight: bold;
line-height:22px;
}

li{
font-family:  Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333;
font-weight: normal;
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

html, body {
height: 100%;
}

/* DIV-Boxen */

div#wrapper {
position: relative;
margin: 0 auto;
width: 1000px;
min-height: 100%;
height: auto !important;
height: 100%;
background-color:#FFFFFF;
border-left: 1px solid #b8b8b8;
border-right: 1px solid #b8b8b8;
}

div#header {
height: 300px;
background: #fff;
border-bottom: 1px solid #b8b8b8;
}


div#footer {
clear: both;
position: absolute;
bottom: 0;
width: 1000px;
height: 32px;
background: #fff;
border-top: 1px solid #b8b8b8;
font-family:  Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
font-weight: bold;
text-align:center;
background-image:url(images/footer.gif);
}


/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

