/* -------------------------------------------- */
/* DirectPrint Stylesheet: DEFAULT */
/* -------------------------------------------- */
/* StyleSheet Scope: GLOBAL */
/* -------------------------------------------- */
/* GENERAL LAYOUT: Page layout */
/* -------------------------------------------- */

body {
margin: 0;
padding: 0;
background-color: #fff;
font-size: small;
font-family: "ITC Garamond","Adobe Garamond",Garamond,Georgia,Times,serif;
text-decoration: none;
}

/* -------------------------------------------- */
/* GENERAL LAYOUT: Columns */
/* -------------------------------------------- */

#masterContent {
padding: 0 30px 0 20px;
width: 850px;
min-height: 453px;
background: url("http://www.loriot.de/images/img2006/content_back.jpg") repeat-x;
}

#contentIntro {
padding: 20px 0 15px 0;
border-bottom: 1px solid;
float: left;
overflow: auto;
}

#contentIntro:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#contentMain {
clear: both;
padding: 15px 0 0 0;
}

#section4 #contentMain {
margin-left: 5px;
width: 855px;
}

#section5 #contentMain.matrix {
margin-left: 30px;
}

/* TECHNIQUE: Holly Hack for After-Clearing */
#contentMain:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#contentIntroSide {
width: 207px;
float: left;
}

#contentIntroFocus {
width: 643px;
float: right;
}

#contentMainSide, .contentMainSide {
width: 207px;
float: left;
}

#contentMainFocus, .contentMainFocus {
width: 643px;
float: right;
}

/* -------------------------------------------- */
/* GENERAL LAYOUT: Main Footer */
/* -------------------------------------------- */

#masterFooter {
clear: both;
display: none;
}


