html {
    overflow-y: auto;
}

body {
    background-color: #ffffff;
    color: #000000;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6em;
    margin: 0;
    paddin: 0;
    border: 0;
}

img {
	border: 0;
}

a {
    color: #f79f00;
    text-decoration: underline;;
}

a:hover {
    color: #f79f00;
    text-decoration: none;
}


#button-behance a{
	position:relative;	left:-64px; top:0 px;
    display:block;    background-image: url(button-behance-off.jpg);
    width: 64px;    height: 64px
}

#button-behance a:hover {
    background-image: url(button-behance.jpg);
}

#button-facebook a{
	position:relative;	left:0px; top:-64px;	
    display: block;    background-image: url(button-facebook-off.jpg);
    width: 64px;    height: 64px
}

#button-facebook a:hover {
    background-image: url(button-facebook.jpg);
}

#button-flickr a{
	position:relative;	left:64px; top:-128px;	
    display: block;    background-image: url(button-flickr-off.jpg);
    width: 64px;    height: 64px
}

#button-flickr a:hover {
    background-image: url(button-flickr.jpg);
}

#button-slambigrams a{

    background-image: url(slambigrams-logoa.gif);
    width: 150px;    height: 150px;
}

#button-slambigrams a:hover {
    background-image: url(slambigrams-logoa.gif);
}

#adresse {
	position:relative; top:-100px;
	
}

p {
    overflow: hidden;
}

h1 {
    font-weight: lighter;
    font-family: arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

hr {
    float: left;
    border: 0px; /* Für Firefox und Opera */
    border-top: solid 1px #eeeeee;
    border-bottom: transparent;
    height: 1px;
    width: 100%;
}

#tooltip {
    position: absolute;
    border: 1px solid #000000;
    background: #000000;
    padding: 2px 5px;
    color: #ffffff;
    display: none;
}

