body
{
	/*padding:20px;*/
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin:0;
}

.container
{
	width:700px;
	padding:40px 0px 0px 20px;
}

hr
{	
	height:3px;
	width:700px;
	color:#74489C;
	background:#74489C;	
	background-color:#74489C;
	border: none;	
	margin:10px 0 2px 0;
}

.adres
{	
	font-size: 80%;	
	color: #74489C;
	margin:0px;
}

.adres a
{	
	color: #74489C;
}

h1
{
	color: #74489C;
	font-size: 160%;
}

.list
{
	padding-left:10px;
}

.content
{
	font-size: 90%;
}

.info
{
	font-size: 90%;	
	color: #74489C;	
	font-weight:bold;
}

.info a
{	
	color: #74489C;
}

.bt img
{
	display:none;
}

.bt p
{
	display:inline;
}

.cost p
{
	display:inline;
}

@media screen { 
.head
{
	float:left;
	position:absolute;
	/*background:AntiqueWhite;*/
	background:WhiteSmoke;
	width:100%;
	border:1px solid silver;
	font-family: verdana;
	font-size: 70%;	
	padding:5px 5px 5px 15px;
}
.head a
{
	color:black;
}
}
@media print { 
 .head
{	
	display:none;
}
}