@charset "UTF-8";
/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** # "YAML for TYPO3" (c) by Dieter Bunkerd (http://yaml.t3net.de) ######################################
** ######################################################################################################
**
**  Datei       : basemod.css
**  Funktion    : Basis-Modifikation f? Layout des YAML-Tutorials
**  Checked with http://jigsaw.w3.org/css-validator/ 13.8.07 - DB
*/

@media all
{

.boxinhalt {
margin:0 20px 40px 30px;
}

.boxinhalt img {
padding-right: 10px;
float: left;
clear: bottom;
}

.news-single-img img {
padding: 0px 10px 10px 0px;
float: left;
clear: bottom;
}

/* Close @media all - DO NOT DELETE! */
}
