html {
	width: 100%;
	height: 100%;
	overflow: auto;
}
body {
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #333333;
	background-color: #DEDEDE;
	margin: 0px;
	padding: 0px;
}
.aio {
	position: absolute;
	top: 50%;
	right: 100px;
	margin: -40px 0px 0px 0px;
}
.logo {
	position: absolute;
	top: 50%;
	left: 350px;
	width: 120px;
	height: 129px;
	margin: -65px 0px 0px 0px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}
.slink {
	position: relative;
	width: 400px;
	height: 30px;
	cursor: pointer;
	background-image: url(../images/sscr_header.png);
	background-repeat: no-repeat;
	background-color: #DEDEDE;
}
.glink {
	position: relative;
	width: 400px;
	height: 30px;
	cursor: pointer;
	background-image: url(../images/gymnazium_header.png);
	background-repeat: no-repeat;
	background-color: #DEDEDE;
}
.cklink {
	position: relative;
	width: 400px;
	height: 30px;
	cursor: pointer;
	background-image: url(../images/ck_header.png);
	background-repeat: no-repeat;
	background-color: #DEDEDE;
}
img {
	border: none;
}
table {
	border-collapse: collapse;
}
td {
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}
/* link */
a:link {
	color: #374a6a;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	color: #777777;
}
