a, a:visited {
	color: #E83C44;
	text-decoration: none;
}
a:active {
	color: #E83C44;
}
a:hover, a:focus {
	color: #E83C44;
	text-decoration:underline;
}

body, html {
	/* (5) */   background: #FFFFFF; /* This is the background color of the whole webpage. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	overflow:hidden;
}
h1 {
	color: #FFFFFF;
}
img {
	border: none;
}
p {
	color: #999999;
	font-size: 0.6em;
}
div.outer {
	height: 95%;
}
#katalog {
	height: 95%;
	outline: none;
	width: 100%;
}
#head {
	background-image:url('../img/bg.jpg');
	background-repeat:repeat-x;
	height:120px;
}
#head div {
	width:800px;
	margin:auto;
	text-align:left;
	vertical-align:top;
}
#head img {
	float:left;
}
#head #links{
	float:left;
	width:300px;
	height:100px;
}
a.back{
	text-align:center;
	display:block;
	margin:10px;
	margin-top:20px;
}
a.download{
	text-align:center;
	display:block;
	margin:10px;
	margin-top:0;
}