* { padding: 0; margin: 0; }

body,td,th {
        font-family: Verdana, Arial, Helvetica, sans-serif, Comic Sans MS;
        font-size: 14px;
	color: #222222;
	line-height: 1.4em;
        
}

body {
 font-family: Verdana, Arial, Helvetica, sans-serif, Comic Sans MS;
 font-size: 14px;
 color: #222222;
 line-height: 1.4em;
 background-color: #FFFFFF;
 background-image: url(../images/hintergrund.jpg);
 background-repeat: no-repeat;
 background-attachment: fixed;
 
}

.Stil1 {
        font-style: italic;
}


a:link {
        color: #ff0000;
        text-decoration: underline;
}


a:visited {
        color: #ff0000;
        text-decoration: underline;
}
a:hover {
        color: #0033FF;
        text-decoration: none;
}
a:active {
        color: #ff0000;
        text-decoration: underline;
}


#wrapper {
 position: absolute;
 padding: 25px;
 width: 790px;
}

#content {
 width: 790px;
 border-width:4px;
 border-color:#ffcc00;
 border-style:solid;
 margin: 0px 0px 0px 0px;
 background-color: #FFFFFF;

}
#inhalt {
        width:750px;
        margin:20px 20px 20px 20px;
}
