/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	margin: 0 0 0 0px;
	background-image: url(../img/tlo.gif);
	background-repeat: repeat-x;
	background-color: #C1CAD1;
	text-align : center;
}

body, td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	line-height: 13px;
}



img {
	border : 0;
}

a {
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}




/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#ramka {
	width : 950px;
	margin : auto;
	margin-bottom:15px;
	text-align : left;
}
  

/***********************************************/
/* Components                                  */
/***********************************************/


.pole {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 2px;
	border-width : 1px;
	border-style : solid;
	border-color : #656565;
	line-height : 13px;
}