html {
	height: 100%;
}

body {
	background-color: #bacdf7;
	font-family: arial;
	margin-top: 0px;
	height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
div.box {
	width: 100%;
	text-align: center;
	}
div.tekst {
	z-index:1;
	}
table {
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells:show;
	border-width: 0px;
	marginheight: 0px;
	marginwidth: 0px;
}
table.main {
	width: 760px;
	}
table.inside {
	background-color: #ffff9f;
}
td {
	padding:0;
	}
p {
	color: #681624;
	margin-left: 10px;
}
p.adres {
	color: #681624;
	font-weight: bold;
	text-align: center;
}
p.mail {
	color: #681624;
	font-weight: bold;
	text-align: center;
	font-size: large;
	text-decoration: underline;
}
h1 {
	color: #681624;
	font-variant: small-caps;
}
ul {
	list-style-type: circle;
	font-weight: bold;
	color: #681624;
	line-height: 150%;
	}
li.inside {
	margin-left:50px;
}
ol {
	list-style-type: none;
}
a {
	text-decoration: none;
	}
.intro {
	text-decoration: underline;
	background-color: #FFFF9F;
	font-weight: bold;
	color: #4f68ab;
}
a:hover.intro {
	text-decoration: underline overline;
	background-color: #681624;
	font-weight: bold;
	color: #FFFF9F;
}
a.partner {
	text-decoration: underline;
	background-color: #FFFF9F;
	color: #4f68ab;
}
a:hover.partner {
	text-decoration: underline overline;
	background-color: #681624;
	color: #FFFF9F;
}
span {
	font-weight:bold;
}
img.galeria {
	border-width: 2px;
	border-color: #779ced;
	border-style: solid;
}
img.miniatura {
	border-width: 3px;
	border-color: orange;
	border-style: solid;
	width: 68px;
	height: 50px;
}
textarea {
	font-family: arial;
}
input.mail {
	margin-left:20px;
	background-color: #FFFFCF;
}
textarea {
	background-color: #FFFFBF;
}
label {
	display: block;
	width: 140px;
  	color: #681624;
	text-align: left;
	float: left;
}

a:link.katalog {
	text-decoration: none;
	background-color: none;
	font-size: 60%;
	color: #779ced;
	text-transform: lowercase;
	margin-right: 20px;
}

a:visited.katalog {
	text-decoration: none;
	background-color: none;
	font-size: 60%;
	color: #779ced;
	text-transform: lowercase;
	margin-right: 20px;
}

a:hover.katalog {
	text-decoration: none;
	background-color: none;
	font-size: 60%;
	color: #779ced;
	text-transform: lowercase;
	margin-right: 20px;
}

a:active.katalog {
	text-decoration: none;
	background-color: none;
	font-size: 60%;
	color: #779ced;
	text-transform: lowercase;
	margin-right: 20px;
}
