body	{margin:0px; border:0px; padding:0px; width:100%;
	font-family: Arial, Helvetica, sans-serif;
	color: black}
table	{font-size:inherit; padding:0em; border:0px; width:100%}
td	{vertical-align:top; text-align:left;}
img	{border:0px; max-width:100%;}
form	{margin:0px;}
a	{text-decoration:none}
h2	{font-size:inherit}
h3,h4	{font-size:inherit; color:saddlebrown;}
p	{margin-top:5px}

.header	{position:relative; background:#444444 url('img/header.png') right no-repeat border-box; height: 100px; padding-top:20px; padding-left:20px;}
.title {color:white; font-size:200%; background:url("img/avatar-lacak.gif") left no-repeat; padding-left:50px;}
.title::before {content:"LacaK"}
.top-menu {background-color: #ff6600; color: white; border-radius:5px 0px 0px 5px; position:relative; top:20px; box-sizing:border-box; width: 100%; height:32px; padding-left:35px}
.top-menu-item {border-left: 1px solid #ff3300;border-right: 1px solid #ff3300; position:relative; top:7px; padding: 7px 20px;}
.top-menu-item:visited {color: white}
.top-menu-item:hover {text-decoration:none; background-color: #ff9240}

.body	{min-height: 100px; padding:20px}

.block {margin-bottom:30px; border: 1px solid #d6d7d9; border-radius:5px 5px 0px 0px;}
.block > :first-child {margin:0px; border: 1px solid #333333; border-radius:5px 5px 0px 0px; background-image: linear-gradient(#777777, #666666); padding:5px; color:white}
.block > div,p {padding:5px}
.block h4  {margin-top:10px; margin-bottom:2px;}
.block h4+p {margin-top:2px; margin-bottom:2px;}
.block li {margin-top:5px}

.error {margin:10px; padding:10px; background-color:OrangeRed; color:white; border:2px solid DarkRed; border-radius:5px}
.success {margin:10px; padding:10px; background-color:LimeGreen; color:white;  border:2px solid DarkGreen; border-radius:5px}

.footer	{position:relative; background-color: #777777; color: white; padding:10px 30px; height: 40px; font-size:smaller;}
.footer a {color:white; padding-right:10px;}
.footer a:hover {text-decoration:underline}
.footer > :nth-child(2) {margin-top:10px}
.footer > .copy::before {content:"\00A9  2020-2025"} /*00A9=&copy; two spaces*/
.footer > .contact {position: absolute; top: 10px; right: 30px}
.footer > .contact::before {content:"\2709  "} /*envelope*/

@media screen and (max-width:1000px) {
}