/*
  Print css
--------------------------------------------------------------------------------
  Created by: Jan Valuštík, j.j.v@email.cz
  Date: 03/2010
--------------------------------------------------------------------------------
  
  1. body
  2. tags
  3. main layout
  4. subpages 
  
------------------------------------------------------------------------------*/



/* body ----------------------------------------------------------------------*/
body{
  font-family:Tahoma, "Lucida Grande CE", lucida, sans-serif; 
  color:black; 
  font-size:12px; 
  text-align:left; 
  padding:0; 
  margin:0;
}

/* tags ----------------------------------------------------------------------*/  
* a{
  outline:none;
}
a{
  color:rgb(51,141,180);
}
a:hover{
  color:rgb(11,101,140); 
  text-decoration:none;
}
a:active{
  color:rgb(11,101,140); 
  text-decoration:none;
}
h1{
  font-size:22px;
  font-weight:bold;
  color:black;
  margin:0 0 10px 0;
  padding:0;
}
h2{
  font-size:20px; 
  font-weight:normal; 
  color:black;
  margin:0 0 10px 0; 
  padding:0;
}
h3{
  font-size:18px; 
  font-weight:normal; 
  color:black;
  margin:0 0 10px 0; 
  padding:0;
}
h4{
  font-size:16px; 
  font-weight:normal; 
  color:black;
  margin:0 0 10px 0; 
  padding:0;
}
p{
  margin:0 0 12px 0; 
  padding:0 7px 0 7px; 
  line-height:20px;
}
address{
  line-height:26px;  
  padding:10px 20px 15px 20px; 
  margin:0 0 15px 0;
}
img{
  border:0; 
  margin:5px;
}
hr{
  display:none;
}
hr.active{
  display:block; 
  float:left; 
  width:100%; 
  height:1px; 
  border:0; 
  color:rgb(215,215,215); 
  background:rgb(215,215,215); 
  margin:30px 0 30px 0;
}

/* main layout ---------------------------------------------------------------*/
#content{
  width:100%;
}
#header{
  display:none;
}
menu{
  display:none;
} 
#middle{
  width:100%;
}
#text{
  width:100%;
}
#column{
  display:none;
}
#bottom{
  display:none;
}

/* subpages ------------------------------------------------------------------*/

