/*Buttons...*/
#head_buttons
{
position:relative;
width:745px;
height:40px;
top:125px;
margin-left:238px;
}
/*Einzelne Buttons mit deren MouseOverdingensen*/
a#index
{
position:absolute;
display:block;
width:129px;
height:39px;
}
a#index:hover
{
background:url('/images/buttons/navi/index_hover.gif') no-repeat;
}

a#referenzen
{
position:absolute;
display:block;
width:139px;
height:39px;
margin-left:111px;
}
a#referenzen:hover
{
background:url('/images/buttons/navi/referenzen_hover.gif') no-repeat;
}

a#preise
{
position:absolute;
display:block;
width:128px;
height:39px;
margin-left:234px;
}
a#preise:hover
{
background:url('/images/buttons/navi/preise_hover.gif') no-repeat;
}

a#bestellung
{
position:absolute;
display:block;
width:140px;
height:39px;
margin-left:346px;
}
a#bestellung:hover
{
background:url('/images/buttons/navi/bestellung_hover.gif') no-repeat;
}

a#kontakt
{
position:absolute;
display:block;
width:133px;
height:39px;
margin-left:468px;
}
a#kontakt:hover
{
background:url('/images/buttons/navi/kontakt_hover.gif') no-repeat;
}

a#gaestebuch
{
position:absolute;
display:block;
width:157px;
height:39px;
margin-left:584px;
}
a#gaestebuch:hover
{
background:url('/images/buttons/navi/gaestebuch_hover.gif') no-repeat;    
}
/*Footer-Buttons*/
#foot_buttons
{
position:relative;
width:340px;
height:36px;
margin-left:351px;
top:20px;
}
/*Einzelne Buttons mit deren MouseOverdingensen*/
a#agb
{
position:absolute;
display:block;
width:105px;
height:36px;
}
a#agb:hover
{
background:url('/images/buttons/navi/agb_hover.gif') no-repeat;
z-index:2;
}
a#faq
{
position:absolute;
display:block;
width:120px;
height:36px;
margin-left:92px;
}
a#faq:hover
{
background:url('/images/buttons/navi/faq_hover.gif') no-repeat;
z-index:2;
}
a#impressum
{
position:absolute;
display:block;
width:130px;
height:36px;
margin-left:196px;
}
a#impressum:hover
{
background:url('/images/buttons/navi/impressum_hover.gif') no-repeat;
z-index:2;
}

/*KundenNavi*/
#kunden_navi
{
width:480px;
height:23px;
top:125px;
margin-left:485px;
}
a#kunden_index
{
position:absolute;
display:block;
width:120px;
height:27px;
}
a#kunden_index:hover
{
background:url('/images/buttons/kunden/navi/index_hover.gif') no-repeat;
}
a#kunden_bestellungen
{
position:absolute;
display:block;
width:133px;
height:27px;
margin-left:109px;
}
a#kunden_bestellungen:hover
{
background:url('/images/buttons/kunden/navi/bestellungen_hover.gif') no-repeat;
}
a#kunden_profil
{
position:absolute;
display:block;
width:124px;
height:27px;
margin-left:234px;
}
a#kunden_profil:hover
{
background:url('/images/buttons/kunden/navi/profil_hover.gif') no-repeat;
}
a#kunden_logout
{
position:absolute;
display:block;
width:129px;
height:27px;
margin-left:349px;
}
a#kunden_logout:hover
{
background:url('/images/buttons/kunden/navi/logout_hover.gif') no-repeat;
}

/*Formular-Buttons*/
.aendern_button
{
float:right;
border:none;
width:125px;
height:29px;
background:url('/images/buttons/kunden/aendern.png') no-repeat;
margin:15px 0;
}
.aendern_button:hover
{
background:url('/images/buttons/kunden/aendern_hover.png') no-repeat;
}
.speichern_button
{
float:right;
border:none;
width:125px;
height:29px;
background:url('/images/buttons/kunden/speichern.png') no-repeat;
margin:15px 0;
}
.speichern_button:hover
{
background:url('/images/buttons/kunden/speichern_hover.png') no-repeat;
}
.anmelden_button
{
width:127px;
height:27px;
border:none;
background:url('/images/buttons/anmelden.png') no-repeat;
}
.anmelden_button:hover
{
background:url('/images/buttons/anmelden_hover.png') no-repeat;
}
.bestellen_button
{
width:127px;
height:27px;
border:none;
background:url('/images/buttons/bestellen.png') no-repeat;
}
.bestellen_button:hover
{
background:url('/images/buttons/bestellen_hover.png') no-repeat;
}
.einloggen_button
{
width:127px;
height:27px;
border:none;
background:url('/images/buttons/einloggen2.png') no-repeat;
}
.einloggen_button:hover
{
background:url('/images/buttons/einloggen2_hover.png') no-repeat;
}
.zurkasse_button
{
width:127px;
height:27px;
border:none;
background:url('/images/buttons/zurkasse.png') no-repeat;
}
.zurkasse_button:hover
{
background:url('/images/buttons/zurkasse_hover.png') no-repeat;
}