body {
	background : black;
	color : white;
	margin : 4px;
}

a {
	text-decoration : none
}

a:link {
	color : silver;
}

a:visited {
	color : gray;
}
    
a:hover {
	text-decoration : underline;
	color : white;
}

.pocitadlo {
	position : relative;
	z-index: -5;
}

.border-left {
	background-repeat : repeat-y;
	background-position : left;
	background-image : url(../images/border-left.gif);
	height : 100%;
	float : left;
}

.border-right {
	background-repeat : repeat-y;
	background-position : right;
	background-image : url(../images/border-right.gif);
	height : 100%;
	float : right;
}

.zelinka {
	text-align : center;
	position : relative;
	z-index : 5;
}

.left {
	position : absolute;
	left : 84px;
	top : 50px;
}

.right {
	position : absolute;
	right : 84px;
	top : 50px;
}

.menu {
	position : absolute;
	top : 220px;
	left : 70px;
	line-height : 140%;
	font-size : larger;
	border : medium double silver;
	padding : 10px;
}

.webmaster {
	font-size : smaller;
	font-style : italic;
}

.angelfire {
	margin-left : 30%;
	margin-right : 10%;
	text-align : justify;
	line-height : 140%;
}

.napis {
	margin : 2px;
	float : right;
}

.vizitka {
	margin-top : 16px;
	position : relative;
	left : 60px;
}

.copyright {
	margin-top : 16px;
	margin-left : 50px;
	margin-right : 50px;
	border : medium double silver;
	padding : 10px 10px 4px;
	font-size : x-small;
	font-style : italic;
	font-weight : bold;
	text-align : center;
}

.picture {
	margin-top : 4px;
	text-align : right;
}

