/* DESIGNED AND CODED BY ADOBE */
html, body
{
background-image: url(../img/bg.png);
background-repeat: repeat;
}

.header {
    background-image: url(../img/header.png);
    height: 129px;
    width: 724px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.login {
    background-image: url(../img/login.png);
    height: 89px;
    width: 283px;
    position: relative;
    left: 420px;
    top: -158px;
    opacity: 0.9; 
}
.navi {
    background-image: url(../img/navi.png);
    height: 35px;
    width: 724px;
    margin-right: auto;
    margin-left: auto;
	text-align: left; 
	font-family: Arial; 
	font-weight: bold;
}
.content {
    background-image: url(../img/content.png);
    height: auto;
    width: 724px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
	padding-bottom: 20px;
}
.slider {
    background-image: url(../img/sliderbg.png);
    height: 180px;
    width: 670px;
    margin-bottom: 40px;
	color: rgb(255, 255, 255);
	font-family: Arial;
	font-weight: bold;
    
}
.titel {
    background-image: url(../img/titel.png);
    height: 25px;
    width: 104px;
    position: relative;
    top: 108px;
    left: -284px;
}
.beschreibung {
    background-image: url(../img/beschreibung.png);
    width: 254px;
    height: 41px;
    position: relative;
    top: 108px;
    left: -207px;
	font-size: 12px;
	font: Arial;
    
}

.left {
    float: left;
    margin-left: 27px;
    width: 180px;
    margin-bottom: 7px;
    font-size: 14px;
}
.leftzeile {
    width: 140px;
    height: 1px;
    background-color: #CACACA;
}
.middle {
    float: left;
    margin-left: 62px;
    width: 180px;
    margin-bottom: 7px;
    font-size: 14px;
}
.middlezeile {
    width: 180px;
    height: 1px;
    background-color: #CACACA;
}
.right {
   float: right;
   margin-right: 30px;
   width: 180px;
   margin-bottom: 7px;
   font-size: 14px;
}
.rightzeile {
    width: 180px;
    height: 1px;
    background-color: #CACACA;
}
.footer {
    background-image: url(../img/footer.png);
    height: 32px;
    width: 724px;
    margin-right: auto;
    margin-left: auto;
	font-family: Arial; 
	color: rgb(102, 102, 102);
}
a {
    text-decoration: none;
    text-underline: none;
}