/* stylesheet fuer agenturdienst */

/* Allgemeine Styles */
/* Standardstyles fuer Body */

BODY {
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
    background: #000;
}

.red{color:#FF0000}

/* Standardstyle fuer Paragraphs */

p  { font-size: 12px; font-family: arial, Arial, Helvetica;
	}

div {
    font-family:arial,Arial,Helvetica;
        font-size: 12px;
}

img{border:0;}

#junghanns {
height:64px;
width:254px;
left:354px;
position:relative;
top:-850px;

background: url(button_junghanns.jpg);
}


#junghanns:hover {
background: url(button_junghanns_hover.jpg);
}

#minnich {
height:64px;
width:254px;
left:96px;
position:relative;
top:-914px;;
background: url(button_minnich.jpg);
}

#minnich:hover {
background: url(button_minnich_hover.jpg);
}

