/* -------------------------------------------- */
/* DirectPrint Stylesheet: DEFAULT */
/* -------------------------------------------- */
/* StyleSheet Scope: HOMEPAGE */
/* -------------------------------------------- */
/* CONTENT DETAIL: Page layout */
/* -------------------------------------------- */

body#section1 {
text-align: center;
}

#section1 #masterContent {
background: none;
width: 465px;
margin: 0 auto;
padding: 50px 0 0 0;
}

#home_img, #home_txt {
padding-left: 42px;
}

#home_img, #home_txt, #home_line {
display: block;
border: none;
}

ul {
margin: 0;
padding: 0;
}

li {
display: block;
position: relative;
float: left;
list-style: none;
text-transform: uppercase;
overflow: hidden;
height: 28px;
}

li.sec2 {width: 71px;}
li.sec3 {width: 165px;}
li.sec4 {width: 107px;}
li.sec5 {width: 122px;}

li span {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}

li.sec2 span {
background: url("http://www.loriot.de/images/img2006/home_butt2.jpg") no-repeat;
}

li.sec3 span {
background: url("http://www.loriot.de/images/img2006/home_butt3.jpg") no-repeat;
}

li.sec4 span {
background: url("http://www.loriot.de/images/img2006/home_butt4.jpg") no-repeat;
}

li.sec5 span {
background: url("http://www.loriot.de/images/img2006/home_butt5.jpg") no-repeat;
}


