/* Generic Styling */

body {
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:11px; /* Sets default font size to 10px */
	color:#222222;
	background-color: #FFF;
	font-weight: bold;
	background-repeat: repeat-x;
	}
html {overflow-y: scroll;}	

* {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS";
	}

p {

	}

a {
	text-decoration:none;
	color:#F00;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	background-repeat: no-repeat;
	}
a:hover {
	text-decoration:none;
	color:#000000;
	font-weight: bolder;
	}


/* Structure */

#wrapper {
	width:902px;
	font-size:1.2em;
	background-repeat: no-repeat;
	background-image: url(img/bg_doba.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-position: center top;

	}
#header {
	height:28px;
	background:url(images/bg-header.jpg) no-repeat;
	padding-top: 0px;
	}
.entry a {
	background-image: url(images/odkaz.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
	font-weight: bolder;
}
.entry a:hover {
	background-image: url(images/odkaz_on.jpg);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	padding-left: 15px;
}
.entry a.current {
	background-image: url(images/odkaz_on.jpg);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	padding-left: 15px;
	color: #000;
	text-decoration: underline;
	font-weight: bolder;
}


#logo {
	padding-top: 30px;
	padding-right: 32px;
	padding-bottom: 10px;
	padding-left: 640px;
	float: right;
	
	}	
#menu {
	height:30px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 30px;
	padding-left: 380px;
	margin-left: 0px;
	}
#sidebar {
	float:right;
	width:241px;
	height: 180px;
	padding-top: 30px;
	padding-right: 6px;
	}
#content {
	float:left;
	padding-left: 35px;
	padding-top: 10px;
	padding-right: 15px;
	min-height: 380px;
	width: 830px;
	}
#footer {
	clear:both;
	height:20px;
	padding-right: 30px;
	padding-left: 30px;
	}

/* Entries */

.nadpisy {
	text-align:left;
	line-height:20px;
	font-size: 15px;
	font-weight: bolder;
	color: #FFF;
	padding-left: 20px;
	}
.entry {
	text-align:justify;
	line-height:20px;
	font-size: 12px;
	font-weight: normal;
	}
.entry_table {
	text-align:justify;
	line-height:20px;
	font-size: 11px;
	font-weight: normal;
	padding-left: 8px;
	color: #000;
	}	
.entry_odrazka {
	text-align:justify;
	line-height:20px;
	font-size: 12px;
	font-weight: normal;
	background-image: url(images/bod.jpg);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 15px;
	}	
.entry-title {
	font-size:13px;
	font-weight:bold;
	letter-spacing:0px;
	color: #000;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
.comments {
	margin-top:-1em;
	}
.comments a {
	color:#6CC7DC;
	background:url(images/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	}
.comments a:hover {
	color:#B4C835;
	}


/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	padding-left: 11px;
	}
#menu li a {
	display:block;
	color:#666;
	margin-right:0px;
	font-size: 11px;
	background-image: url(images/tl_off.jpg);
	background-repeat: no-repeat;
	width: 115px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 0px;
	background-position: 0px 4px;
	text-align: center;
	}
#menu li a:hover {
	background-repeat: no-repeat;
	color: #000000;
	background-image: url(images/tl_on.jpg);
	}
#menu li a.current {
	color: #FFF;
	background-image: url(images/tl_current.jpg);
	}	
	

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:0px;
	}
#sidebar li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	
	}
#sidebar li a {
	height:26px;
	line-height:26px;
	padding-left:40px;
	display: block;
	color: #CCC;
	font-size: 12px;
	border: 1px none #CCC;
	background-image: none;
	}
#sidebar li a:hover {
	color: #000;
	background-repeat: no-repeat;
	background-position: 20px 8px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	background-image: url(images/sipka.gif);
	background-color: #CCC;
	}
#sidebar li a.current {
	color: #000;
	background-repeat: no-repeat;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-position: 20px 8px;
	background-color: #FFF;
	background-image: url(images/sipka.gif);
	}
	
#sidebar-bottom {
	height:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}

/* Footer */

#footer-valid {
	float:left;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Heading's */

h1 {
	font-size:16px;
	font-weight:bold;
	top:50px;
	left:30px;
	letter-spacing:0px;
	color:#000;
	padding-bottom: 5px;
	}

.title {
	font-size:16px;
	font-weight:bold;
	top:50px;
	left:30px;
	letter-spacing:0px;
	color:#333;
	padding-bottom: 5px;
	}
.title a:hover {
	font-size:16px;
	font-weight:bold;
	top:50px;
	left:30px;
	letter-spacing:0px;
	color:#000;
	padding-bottom: 5px;
	}	

h2 {
	font-size: 18px;
	color: #000;
}


/* Feed */

#feed {
	height:25px;
	width:126px;
	background:url(images/bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url("images/button-feed.png") 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}

/* Extra's */

#ad-top {
	width:480px;
	height:72px;
	background:url(images/bg-ad-top.png) no-repeat;
	padding:5px;
	}
#wrapper1 {
	width:902px;
	font-size:1.2em;
	background-repeat: no-repeat;
	background-image: url(img/bg_mapa.jpg);
	height: 801px;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #FFFFFF;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}
.paticka {
	font-size:11px;
	font-weight:normal;
	letter-spacing:0px;
	color: #999;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
}
#content_mapa {

	float:left;
	width:400px;
	padding-left: 105px;
	padding-top: 525px;
}
#footer a {
	color: #999;
	background-image: none;
}
#footer a:hover {
	color: #000;
}
#wrapper_index {
	width:902px;
	font-size:1.2em;
	background-repeat: no-repeat;
	background-image: url(images/bg_body_index.jpg);
	margin-top: 0;
	margin-bottom: 0;
	background-position: center -5px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper_rozperka {
	width:902px;
	font-size:1.2em;
	background-repeat: no-repeat;
	background-image: url(images/bg_body_rozperka.jpg);
	margin-top: 0;
	margin-bottom: 0;
	background-position: center -5px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper_podlaha {
	width:902px;
	font-size:1.2em;
	background-repeat: no-repeat;
	background-image: url(images/bg_body_podlaha.jpg);
	margin-top: 0;
	margin-bottom: 0;
	background-position: center -5px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper_prescot {
	width:902px;
	font-size:1.2em;
	background-repeat: no-repeat;
	background-image: url(images/bg_body_prescot.jpg);
	margin-top: 0;
	margin-bottom: 0;
	background-position: center -5px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper_strecha {
	width:902px;
	font-size:1.2em;
	background-repeat: no-repeat;
	background-image: url(images/bg_body_strecha.jpg);
	margin-top: 0;
	margin-bottom: 0;
	background-position: center -5px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper_izolace{
	width:902px;
	font-size:1.2em;
	background-repeat: no-repeat;
	background-image: url(images/bg_body_izolace.jpg);
	margin-top: 0;
	margin-bottom: 0;
	background-position: center -5px;
	margin-right: auto;
	margin-left: auto;
}
#logo a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}
img {
	border: 1px solid #333;
}
#no_border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
