body {
	background: black;
	color: white;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: silver;
}

#page {
	background: url(../images/body1.png) no-repeat center bottom;
	width: 800px;
	height: 615px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

h1 {
	visibility: hidden;
}

#header {
	background: url(../images/headtitle.png) no-repeat bottom;
	width: 450px;
	height: 100px;
	padding-top: 25px;
	margin-left: 30px;
}

#content {
	margin-left: -18px;
	margin-top: 15px;
	text-align: center;
	width: 550px;
	height: 50px;
}

#menu {
	height: 320px;
	width: 470px;
	text-align: center;
}

.menu_title1 {
	position: relative;
	overflow: hidden;
	height: 20px;
	padding-top: 15px;
}

.menu_title1 span {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	height: 35px;
	width: 490px;
	background: url(../images/kontakt.png) no-repeat bottom center;
}

.menu_title2 {
	position: relative;
	overflow: hidden;
	height: 20px;
	padding-top: 15px;
}

.menu_title2 span {
	position: absolute; left: 0; top: 0; z-index: 1;
	display: block;
	height: 35px;
	width: 490px;
	background: url(../images/studium.png) bottom center no-repeat;
}

.menu_title3 {
	position: relative;
	overflow: hidden;
	height: 20px;
	padding-top: 15px;
}

.menu_title3 span {
	position: absolute; left: 0; top: 0; z-index: 1;
	display: block;
	height: 35px;
	width: 490px;
	background: url(../images/projekty.png) bottom center no-repeat;
}

#footer {
	float: right;
	font-size: x-small;
	text-align: center;
	width: 420px;
	height: 75px;
	margin-top: -20px;
}

#menu a:visited, #menu a:link {
	border-bottom-style: dotted;
	color: silver;
	text-decoration: none;
	border-bottom-color: silver;
	border-bottom-width: thin;
}

#menu a:hover {
	border-bottom-style: solid;
	color: yellow;
	text-decoration: none;
	border-bottom-color: yellow;
	border-bottom-width: thin;
}

.submenu {
	margin-left: 15px;
}

#footer a:visited, #footer a:link {
	border-bottom-style: dotted;
	color: silver;
	text-decoration: none;
	border-bottom-color: silver;
	border-bottom-width: thin;
}

#footer a:hover {
	border-bottom-style: solid;
	color: yellow;
	text-decoration: none;
	border-bottom-color: yellow;
	border-bottom-width: thin;
}

.yellow {
	color: yellow;
}