@import url('screen.css');
@media screen {

body{font: 11px tahoma,helvetica,arial,sans-serif;}
div#header ul.left li.txt a{
background:transparent url('../images/txt.gif') 0 3px no-repeat;
}
div#header ul.right li.contact{
background:transparent url('../images/contact.gif') 0 3px no-repeat;
}
div#header ul.right li.map{
background:transparent url('../images/map.gif') 0 3px no-repeat;
}
div#header ul.right li.press{
background:transparent url('../images/press.gif') 0 3px no-repeat;
}
div#header ul.right li.news{
background:transparent url('../images/news.gif') 0 3px no-repeat;
}
div#header ul.right li.en{
background:transparent url('../images/flag_en.gif') 0 3px no-repeat;
}
div#header ul.right li.pl{
background:transparent url('../images/flag_pl.gif') 0 3px no-repeat;
}
div#content p{line-height:18px;}
div#content .message3 p,div#content .low_line p{line-height:15px;}

div#content .imagepost,div.news_text, div.message, div.projects{line-height:18px;}
div#content .projects {border-bottom: 1px solid #ccc; padding: 10px 0 10px 0;}
div#content .projects a {
background:transparent url('../images/arrow2.gif') center left no-repeat;
padding-left:8px;
}
.sub {
color: red;
}

}