html, body { height:100%; }
body {
font-family: Tahoma, Verdana, Helvetica, sans-serif;
font-size:12px; 
color:#161616;
margin:0;
padding:0;
}
a { color:#557FFF; }
a:hover { text-decoration:none; }
p, li { margin: 0px 0px 10px 0px; padding: 0; line-height:150%;}
ul { padding-left:1em; }
img { border: none; }
.bordered { border:1px solid #aaa; }
h1  { text-align:left; margin:0px 0px 10px 0px; color:#000; font-size: 24px; letter-spacing: 4px;}
h1.nadpis { text-align:left; margin:5px 0px 10px 0px; color:#000; font-size: 2em;letter-spacing: 1px;font-weight:normal;}
p.contact { text-align: left; font-size: 14px; text-transform: uppercase; font-weight: bold; letter-spacing: 5px; color: #db241e; margin: 10px 0px 10px 0px; }
textarea { background:#ccc; color:#333; border:1px solid #aaa; }

/** clanky - list */
#article_list {
}
#article_list .article_date{
	margin:5px 0;
}
#article_list .article_image{
	float:left;
}
#article_list .perex{
	float:left;
	margin-left:10px;
	width:400px;
}
/** clanky */
#article {

}
#article h2{
margin:0px 0;
color: black;
}
#article .article_image {
margin:10px;
}

#article .perex {
color:#828282;
margin: 0px 0px 0px 0px;
}

#article .article_date {float:left;}
#article .user {float:left;}

.clear {
clear:both;
float:none;
height:0;
overflow:hidden;
position:relative;
}

.hidden {
display:none;
}
