html * {
	margin: 0px;
	padding: 0px;

}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;

}



/* float bug
---------------------------------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.clear {  clear:both;  height:1px;  overflow:hidden; font-size: 1px;  }




#MainTopContainer{
 display: none;
}
#MainContainer{
width: 100%;

}

#TopSection{
display: none;
}


#wrapper{
float: left;
width: 100%;
}

#ContentColumn{

}

#RightColumn{
display: none;
}

#Footer{
display: none;
}


#Menu,
#NavPath,
.PageSwitch,
#Show{
	display: none;
}
/* naglowek
----------------*/
h1{
	margin: 0.3em 0 0.6em 0;
	font-family:arial,helvetica,sans-serif;
}
/* tabele w treści 
------------------------------------- */
.BlogEntry table{
	border-collapse: collapse;
	width: 90%;
 margin-top: 1em;
}
.BlogEntry  table td.year,
.BlogEntry  table td.delete{
	width: 5%;
}
.BlogEntry  table td {
	border: 1px solid #999;
	padding:4px 3px 3px 3px;
}

.BlogEntry  table tr.TableHead td{
	background-color: #DBDBDB;
}
.BlogEntry  table td a{
	color: #333;
}
.BlogEntry  table td a:hover{
	color: #CCA44B;
}
