<!--startfragment{  }
<pre>#html, body{
background: #6CAAD9/*#004E98*/;
}

input{ 
	background: white; 
	border: 1px solid black; 
	color: black; 
}

#index_obsah {
	margin: 50px auto 0 auto;
	background: #f7fbfd;
	width: 440px;
	border: 2px solid black;
	font: 12px tahoma;
}

#login {
	margin-top: 40px;
}

#index_logo{
	float:center;
	background: url('http://www.pocket-lint.co.uk/images/baglevirus.gif') ;
	width:300px;
	height:268px
}

#index_obsah h1{
	background: #0066B2;
	color:white;
	text-align: center;
	font-size: 12px;
	margin:0;
}

#index_obsah a{
	color:white;
}

#index_obsah a:hover{
	color:yellow;
}

#obsah {
	margin: 50px auto 0 auto;
	background: white;
	color:black;
	width: 850px;
	border: 2px solid black;
	font: 12px tahoma;
}

#obsah h1{
	background: #0066B2;
	color:white;
	text-align: center;
	font-size: 12px;
	margin:0;
	border-bottom:2px solid black;
}

#menu{
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
.tlacitko{
font-size: 11px;
font-weight: bold;
background: #D4DEEA;
color: #000000;
}
.tlacitko:hover{
color:white;
background:#0066B2;
}
#menu A, #menu A:visited {
	width: 114px;
	margin: 0px;
	padding: 5px 0px;
	text-decoration: none;
	font-size: 11px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 2px solid #000000;
	float: left;
	font-weight: bold;
	background: #D4DEEA;
	color: #000000;
}

#menu A:hover{
color:white;
background:#0066B2;
}

#prava{
	float:left;
	border:1px solid black;
	height:400px;
	width: 800px;
	border: 2px solid black;
	background: white;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:5px;
	overflow:auto;
	
}

#login{
	float:right;
	padding: 5px;
}

#paticka{
	clear:both;
	background: #285577;
	width: auto;
	color:white;
	text-align:center;
}

.tucne{
	font-weight: bold;
}

/*menici se obrazky*/
#ikony{float:right;padding-right: 15px;margin-bottom: 5px;}
#ikony a{display:block;float:right;width: 24px;height: 24px;margin-right:2px;}

#shutdown{background-image: url('http://snail.pc.cz/StrongDC/webserver/Shutdown.gif');}
#shutdown:hover{background-image: url('http://snail.pc.cz/StrongDC/webserver/ShutdownOn.gif');}
#logoff{background-image: url('http://snail.pc.cz/StrongDC/webserver/Logoff.gif');}
#logoff:hover{background-image: url('http://snail.pc.cz/StrongDC/webserver/LogoffOn.gif');}
#reboot{background-image: url('http://snail.pc.cz/StrongDC/webserver/Reboot.gif');}
#reboot:hover{background-image: url('http://snail.pc.cz/StrongDC/webserver/RebootOn.gif');}
#suspend{background-image: url('http://snail.pc.cz/StrongDC/webserver/Suspend.gif');}
#suspend:hover{background-image: url('http://snail.pc.cz/StrongDC/webserver/SuspendOn.gif');}
#switch{background-image: url('http://snail.pc.cz/StrongDC/webserver/Switch.gif');}
#switch:hover{background-image: url('http://snail.pc.cz/StrongDC/webserver/SwitchOn.gif');}
</pre>
