﻿/* styly pro tisk stránky */

#top {
	display:none;
}

#col1 {
	display:none;
}

#col2 {
	display:none;
}

body {
	background-color: #ffffff;
}

#page {
	width:650px;
}

#middle {
	background-image: none;
}
#middle-sub {
	background-image: none;
}
.catItem {
	width:650px;
}

#bottom {
	width:750px;
}

#top-print {
	display: block;
}

#middle-sub #main {
	width: 100%;
}


