﻿/*
---------------------------------------
www.drumel.cz
media: print
---------------------------------------
*/

body 
{   
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 80%;
}

h1 
{
    font-size: 180%;
    font-weight: lighter;
}

h2 
{
    font-size: 150%;
    font-weight: lighter;
}

h3
{
    font-size: 115%;
}

p 
{
    line-height: 160%;
}

p.HighLight 
{
    padding: 10px 15px;
    font-weight: bold;
    border: solid 2px #000000;
}

p.FormErrorMessage 
{
    display: none;
}

ul 
{
    line-height: 160%;
}

a 
{
    color: #000000;
    text-decoration: none;
}

table 
{ 
    border-collapse: collapse;
    margin: 20px 10px;
}

td, th 
{
    border: solid 1px #000000;
    padding: 5px 10px;
}

div.PageTop 
{
    display: none;
}

div.PageBottom 
{
    display: none;
}

div.HeaderTop 
{
    display: none;
}

div.HeaderBodyLeft 
{
    display: none;
}

div.HeaderBodyRight 
{
    display: none;
}

div.HorizontalSubmenu 
{
    display: none;
}

div.ContentRightPanel 
{
    display: none;
}

div.RightContentBody 
{
    display: none;
}

div.Footer 
{
    display: none;
}