@CHARSET "UTF-8";

body {
	text-align: center;	
}

div#container {
	width: 600px;
	margin:0 auto;
}

div#view {
	border:1px solid #000;
	background-color: #FBF0F0;
	width: 600px;
	text-align: center;
}

span#domena {
	color: red;
	font-size: 20px;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
}

h1 {
	color: black;
	font-size: 20px;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
}

.nadpis {
	color: black;
	font-size: 15px;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
}

.text {
	color: black;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
}

.error {
	color: red;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
}

div#copyright {
	width: 600px;
	text-align: right;
}
div#copyright a:link a:visited a:active a :hover {
	text-decoration: none;
}
div#copyright a img {
	border: 0;
}
