html, body {
	margin: 0;
	padding: 0;
	background-color: #d1d1d1;
	font-family: Arial, Helvetica, sans-serif;
	color: #505f69;
	font-size: 90%;
} 

img {
	border: 0px;
}


#content  h1,h2,h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
	margin-top: 0px;


}

#container {
	margin-right: auto;
	margin-left: auto;
	height: 140px;
	background-image: url(pics/head_bg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
#head {
	height: 140px;
	margin-right: auto;
	margin-left: auto;
}
#head img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	height: 50px;
	background-color: #87cefa;
	margin-right: auto;
	margin-left: auto;
	width: 810px;
	background-image: url(pics/menu_bg.jpg);
	background-repeat: no-repeat;
}
#menu a {
	/*float: left;*/
	cursor: hand; /*nastaveni rucicky pro IE 5.x*/
	overflow: hidden;
}
#menu span {
	visibility: hidden;
	text-decoration: none;
	display: block;
}

#menu a:hover, a:hover span, a.features-current, a.download-current, a.overview-current, a.odkazy-current, a.buy-current, a.contacts-current, a.de-current, a.en-current {
	background-position: 0 -50px;
}



a.overview, a.overview-current {
	display: block;
	width: 123px;
	height: 50px;
	background-image: url(pics/overview.jpg);
	float: left;
}
a.features, a.features-current {
	display: block;
	width: 108px;
	height: 50px;
	background-image: url(pics/features.jpg);
	float: left;
}
a.download, a.download-current {
	display: block;
	width: 122px;
	height: 50px;
	background-image: url(pics/download.jpg);
	float: left;
}
a.buy, a.buy-current {
	display: block;
	width: 59px;
	height: 50px;
	background-image: url(pics/buy.jpg);
	float: left;
}
a.contacts, a.contacts-current {
	display: block;
	width: 113px;
	height: 50px;
	background-image: url(pics/contacts.jpg);
	float: left;
}

a.de, a.de-current {
	display: block;
	width: 30px;
	height: 50px;
	background-image: url(pics/de.gif);
	float: left;
}

a.en, a.en-current {
	display: block;
	width: 30px;
	height: 50px;
	background-image: url(pics/en.gif);
	float: left;
}


a.link 	{
			font-weight: bolder;
			text-decoration: none;
			color: #6e7e8b;
			}

a:hover.link  	{
			color: #315b7f;
		   }

.text-ul    {
				text-decoration: none;
				list-style-type: square;
				}

		
			

#content-container {
	background-color: #87cefa;
	background-image: url(pics/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#content strong {
	font-size: 110%;
}

#content {
	margin-right: auto;
	margin-left: auto;
	width: 810px;
	padding-top: 20px;
	height: auto;
}
#cleaner {
	clear: both;
	width: 100%;
	float: left;
}

#content-left {
   clear: both;
	width: 250px;
	float: left;
	background-image: url(pics/content_line.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 10px;
	height: 217px;
}
#content-middle {
	width: 250px;
    float: left;
	padding: 10px;
	height: 217px;
}


#content-right {
	width: 250px;
	float: left;
	background-image: url(pics/content_line.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 10px;
	height: 217px;
}
#mezera {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 250px;
}
#menu ul {
	text-decoration: none;
	list-style-type: square;
}
#menu li {
	text-decoration: none;
	
}

