body,html {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color:#bed7ed;
	background-image:url(../images/backs/body_pruh.gif);
	background-repeat:repeat-x;
/* 	color:#959595; */
	color:#636262;
  line-height:130%;
}
a , a:visited{
	text-decoration:none;
/*   color:#959595; */
	color:#636262;
}
a:hover, a:visited:hover {
  text-decoration:underline;
  color:#5b5b5b;
}
img {
	border:none;
}
input {
	color:#003399;
}
h1,h2,h3,p {
	margin: 0 0 5px 0px;
	padding: 0px;
}
h1 {
	font-size:28px;
	color:#83b3d7;
  font-weight:lighter;
  line-height:1em;
}
h2, h3, h4, h5 {
	font-size:18px;
	color:#83b3d7;
  margin:15px 0 10px;
  font-weight:lighter;
}
h3 {
	font-size:12px;
  margin:5px 0;
}
h4, h5{
  font-size:10px;
}

ul {
	margin: 10px 10px 15px 10px;
	padding:0px;
	list-style-type: none;
	font-size:12px;
/*	line-height:1.3em;*/
}
li {
	background-image:url(../images/pictures/ul_bull.gif);
	background-repeat:no-repeat;
	background-position:0px 0.55em;
	padding: 0px 0px 0px 11px;
}
