@charset "utf-8";

BODY {
background-color: #fcf9f2;
margin: 0px;
}

.h100 {
	height: 100%;
}

.notes {
	background-image:url(gfx/notes.jpg);
	background-repeat:no-repeat;
	height:550px;
}

.map {
	background-image:url(gfx/map_bgr.jpg);
	background-repeat:no-repeat;
}

.txt {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size:11px;
	color: #554f39;
	text-align:justify;
}
.txtTitle {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size:12px;
	align: center;
	font-weight: bold;
	color: #554f39;
	text-align: center;
}
.spantxt{
	font-family: Tahoma, Arial, Times, serif;
	font-size:16px;
	font-weight: bold;
	color: #554f39;
	text-align:justify;
}
.img {
	border: 1px solid #e3d6b2;
	padding: 2px;
	background-color: #FFFFFF;
	margin-right: 12px;
}
a.menutxt {
	font-family: Tahoma, Arial, Times, serif;
	font-size:11px;
	font-weight: normal;
	color: #554f39;
	text-align:justify;
	text-decoration: none;
	margin:5px;
}
a.menutxt:hover {
	font-family: Tahoma, Arial, Times, serif;
	font-size:11px;
	font-weight: normal;
	color: #554f39;
	text-align:justify;
	text-decoration: underline;
	margin:5px;
}
.txtright {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size:11px;
	color: #554f39;
	text-align:right;
}

.kontakt_pole_input {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size:11px;
	color: #554f39;
	padding-left: 3px;
	padding-right: 3px;
	width: 240px;
	height: 14px;
	border-top: 1px solid #bd9d4d;
	border-left: 1px solid #bd9d4d;
	border-bottom: 1px solid #f5f0e3;
	border-right: 1px solid #f5f0e3;
}
.kontakt_pole_tarea {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size:11px;
	color: #554f39;
	padding-left: 3px;
	padding-right: 3px;
	width: 240px;
	border-top: 1px solid #bd9d4d;
	border-left: 1px solid #bd9d4d;
	border-bottom: 1px solid #f5f0e3;
	border-right: 1px solid #f5f0e3;
}
.kontakt_pole_button {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size:11px;
	color: #FFFFFF;
	text-align: center;
	background: #cdb579;
    width: 70px;
    border: #c0a155 1px solid;
}

.data {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size:9px;
	color: #948c6f;
	text-align:justify;
}