@media screen{
body, html
{
	background-color: #eaf1fb;
}
#strankaobal, .svetly-odstin
{
	background-color: #fff;
}

div.outer1 {
	background-color: #D0E8FF;
	}
div.outer2 {
	background-color: #E0E8FF;
	}


div.outer1 a,div.outer2 a {
	color:#000;
	}
div.outer1 a {
	background-color: #507AB2;
	}
div.outer2 a {
	background-color: #a7c0e2;
	}
.stredni-odstin {
	background-color: #D0E8FF;
	}

div.outer1 a:hover,div.outer2 a:hover {
	background-image: none;
	background-color: transparent;
	}

div.outer1 a:active,div.outer2 a:active {
	background-image: none;
	background-color: #2E2E7E;
	color: #fff;
	}
}
