/* Layout */
body {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
#des {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 40px;
}
#des-head {
	display: none;
}
#des-cont {
	width: auto;
	padding-top: 0px;
	background-image: url(../css_images/bg-cont.gif);
	background-repeat: repeat-y;
}
#des-cont-twin {
	width: auto;
}
#des-cont-center {
	padding-top: 45px;
	width: auto;
}
#des-cont-left {
	display: none;
}
#des-cont-right {
	display: none;
}
#des-foot {
	display: none;
}
#des-adse {
}
#des-adse p a {
	display: none;
}


/* Odkazy */
a:link {
	text-decoration: underline;
	color: #006699;
}
a:visited {
	text-decoration: underline;
	color: #71A4CF;
}
a:hover {
	text-decoration: none;
}
