@font-face {
	font-family: 'Ubuntu-L';
	src: url('fonts/Ubuntu-L.ttf');
	src: url('fonts/Ubuntu-L.woff') format('woff'), url('fonts/Ubuntu-L.ttf') format('truetype'), url('fonts/Ubuntu-L.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DSEG7Classic-Regular';
	src: url('fonts/DSEG7Classic-Regular.ttf');
	src: url('fonts/DSEG7Classic-Regular.woff') format('woff'), url('fonts/DSEG7Classic-Regular.ttf') format('truetype'), url('fonts/DSEG7Classic-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DSEG7Classic-Italic';
	src: url('fonts/DSEG7Classic-Italic.ttf');
	src: url('fonts/DSEG7Classic-Italic.woff') format('woff'), url('fonts/DSEG7Classic-Italic.ttf') format('truetype'), url('fonts/DSEG7Classic-Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color:#E1DAC7;
	font-family: Ubuntu-L;
	font-size: 13px;
	color:#663300;
	padding:5px;
	margin:5px;
}

hr {
    
}

input {
	border: solid;
	border-width:1px;
	height:18px;  
	background-color:#F1EAD7;	
	color:#663300;
	font-family: Ubuntu-L;
}

img {
    border-style:none;
    border-width:0;
}

.nadpis {
  font-weight:bold;
  font-size: 17px;
}
.normal_button {
	border-left: 1px solid #F1EAD7;
	border-right: 1px solid #6C5845;
	border-top: 1px solid #F1EAD7;
	border-bottom: 1px solid #6C5845;
	font-family: Ubuntu-L;
	cursor: pointer;
	height:21px;  
	font-size: 13px;
	font-weight: normal;
	background-color: #E1DAC7;
	color:#663300
}
