/**
 * Revista CSS Framework
 * Based on Blueprint CSS Framework
 *
 * General CSS for screen and projection
 *
 * @author Jakub Matejka
 * @copyright Revista.cz
 * @date 31. 10. 2007
 * @version 0.1
 *
 */

@import url('reset.css');
@import url('typography.css');
@import url('layout.css');

@import url('buttons.css');
@import url('classes.css');
@import url('forms.css');

body { width: 100%; border: none; margin: 0; }
#logo { height: auto; }
#logo span { display: none; }

#content { padding: 10px 0; }

#menu-spojovaci a    { height: auto; padding: 0; color: black; text-decoration: underline; }
#main-wide h1 { height: auto; font-size: 160%; padding: 0; margin: 10px 0 20px; font-weight: bold; }
