body {
    text-align: center;
    margin: 0 auto;
    background: #222;
    color: #555;
    font: 0.8em "Century Gothic", "Avant Garde", "Arial", "Helvetica", "sans-serif";
    cursor: default;
}

a {
    color: #555;
    font: inherit;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 10px 0;
    white-space: nowrap;
}

#content {	
    margin: 200px auto;
    width: 630px;
}

#content_home, #content_contact, #content_service {
	position:absolute;
    margin: 0;
    height: 270px;
    width: 630px;    
    z-index: 1;    
}

#content_home {
	display: block;
	background: url(/img/back.png) no-repeat;
}

#content_contact {
	display: none;
	background: url(/img/back_kontakt.png) no-repeat;
}

#content_service {
	display: none;
    background: url(/img/back_service.png) no-repeat;        
}

#home {
	padding: 50px 180px;
    float: left;
    text-align: center;
}

#contact {
    padding: 50px 200px;
    float: left;
    text-align: center;
}

#service {
    padding: 70px 50px;
    float: left;
    text-align: left;    
}

#home_text {
    display: none;
}


#menue {
    padding: 0;
    height: 20px;
    width: 100%;
    white-space: nowrap;
    z-index: 10;
    position: relative;
}

#menue_home, #menue_contact, #menue_service {
    height: 27px;
}

#menue_home {
    margin: 9px 0 9px 9px;
    float: left;
    width: 81px;
}

#menue_contact {
    margin: 9px 0;
    width: 110px;
    float: left;
    cursor: pointer;
}
#menue_service {
    margin: 9px 0;
    width: 110px;
    float: left;
    cursor: pointer;
}
