BODY {
	background-image: url(grafika/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #404040;

	margin: 0px;
	padding: 0px;
	
	font-family: Impact, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7F7F7F;
}

#bg_top_left {
	background-image: url(grafika/bg_top_left.gif);
	background-repeat: no-repeat;
	width: 333px;
	height: 179px;
}

#bg_top_right {
	background-image: url(grafika/bg_top_right.gif);
	background-repeat: no-repeat;
	width: 467px;
	height: 179px;
}

#bg_middle_left {
	background-color: #404040;
	background-image: url(grafika/bg_middle_left.gif);
	background-repeat: no-repeat;
	width: 333px;
	height: 198px;
}

#bg_middle_right {
	background-color: #404040;
	background-image: url(grafika/bg_middle_right.gif);
	background-repeat: repeat-x;
	width: 467px;
	height: 198px;
	vertical-align: top;
}
#bg_middle_right P {
	padding: 0px;
	margin: 0px;
	padding-top: 3px;
	padding-left: 6px;
}

#bg_bottom_left {
	background-image: url(grafika/bg_bottom_left.gif);
	background-repeat: no-repeat;
	width: 333px;
	height: 307px;
}

#php, #ftp, #mail {
	height: 185px;
	vertical-align: top;
	letter-spacing: 1px;
}
#php, #ftp {
	border-right: 1px solid #404040;
}

.sipka {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.spustit {
	color: red;
	padding-left: 6px;
}
.spustit A {
	color: #505050;
	text-decoration: none;
/*	border-bottom: 1px solid red;*/
}
.spustit A:hover {
	text-decoration: underline;
}

.email {
	text-align: right;
	padding-top: 7px;
	padding-right: 5px;
}
.email A {
	color: #FFFFFF;
	text-decoration: none;
}
.email A:hover {
	color: #000000;
}