@import url("styles_forms.css");

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #000000;	
}

table.main {
	background: #F7F5E4 url(../gfx/bg_table_main.gif) repeat-y top center;
	width: 100%;
	height: 100%;
	margin: 0;
}

div.bg_top_left {
	background: transparent url(../gfx/bg_top_left.gif) no-repeat top right;
	height: 259px;
}

div.bg_top_right {
	background: transparent url(../gfx/bg_top_right.gif) no-repeat top left;
	height: 259px;
}

td.topleft {
	background: #f7f5e4 url(../gfx/bg_body.gif) repeat-x top right;	
	width: 50%;
}

td.topright {
	background: #ffffff url(../gfx/bg_body_right.gif) repeat-x top right;	
	width: 50%;
}

td.menu {
	width: 970px;
	height: 259px;
}

td.leftmiddle {
	background: #f7f5e4 url(../gfx/bg_left.gif) repeat-x top left;
}

td.rightmiddle {
	background-color: #fff;
}

td.submenu {
	width: 205px;
	padding-right: 1px; 
}

td.footer_left {
	color: #a7a37e;
	padding: 6px 0 0 20px;
	width: 186px;
}

td.footer_right {
	background: transparent url(../gfx/bg_footer.gif) no-repeat 0 0;
	padding: 0 0 0 30px;
	height: 60px;
}

td.right_bottom {
	background: transparent url(../gfx/bg_bottom_right.gif) repeat-x 0 0;
}

td.content {
	padding: 0 20px 20px 25px;
	vertical-align: top;
	width: 719px;
}

td.data {
	height: 500px;
	background: transparent url(../gfx/bg_data_bottom.gif) no-repeat bottom right;
}

td.contact {
	width: 162px;
	height: 384px;
	padding: 10px 20px 0 18px;
	vertical-align: top;
	text-align: left;
	background: transparent url(../gfx/bg_contact.gif) no-repeat top left;
}
td.contact.en {
	background: transparent url(../gfx/bg_contact_en.gif) no-repeat top left;
}

/*
 * galéria
 */

table.gallery {
	height: 175px;
	text-align: center;
	background: transparent url(../gfx/bg_gallery.gif) no-repeat top left;
}

table.gallery img {
	border-bottom: 5px solid #cab886;
	padding-bottom: 1px;
}

table.gallery a,
table.gallery a:hover {
	display: block;
	width: 130px;
	border: 1px solid #cab886;
	padding: 3px;
	padding-bottom: 3px;
}

table.gallery a:hover {
	border: 1px solid #046380;
}

table.gallery td {
	width: 33%;
	padding-top: 17px;
	vertical-align: top;
}

/*
 * menu
 */

div.menu a,
div.menu a:hover {
	display: block;
	height: 22px;
	color: #046380;
	padding: 3px 15px 0 0;
	background: transparent url(../gfx/bg_submenu.gif) no-repeat left top;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
}

div.menu a:hover {
	color: #002f2f;
	background: transparent url(../gfx/bg_submenu_hover.gif) no-repeat left top;
}

div.menu span {
	display: block;
	height: 22px;
	color: #002f2f;
	padding: 3px 15px 0 0;
	background: transparent url(../gfx/bg_submenu_hover.gif) no-repeat left top;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	text-align: right;
	font-weight: bold;

}

/*
 *	formatting
 */
p {
	margin: 0;
}

div.html p {
	margin: 10px 0;
}

ul {
	padding: 5px 0 0 5px;
	margin: 0;
	line-height: 18px;
	text-align: left;
}

li {	
	list-style: none;
	background: transparent url(../gfx/bg_li.gif) no-repeat 0 3px;
	padding-left: 19px;
}

li.hand {
  cursor: pointer;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.block {
	display: block;
}

.nowrap {	
	white-space: nowrap;
}


/*
 *	link
 */

a,
a:hover {
	color: #046380;
	outline: none;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td.footer_right a,
td.footer_right a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

td.footer_right a:hover {
	text-decoration: underline;
}

h1, h2 {
	margin: 10px 0;
	text-align: left;
	font-family: Helvetica;
	font-size: 13px;
	color: #046380;
	padding: 12px 0 10px 10px;
	border-bottom: 1px solid #A6A47E;
}

h2 {
	height: 15px;
	margin-top: 0;
	background: transparent url(../gfx/h2.gif) no-repeat top right;
}

.map {
	vertical-align: middle; 
	padding-right: 5px;
}


img.left_kiemelt {
	border: 1px solid #B3A89B;
	background-color: white;
	padding: 3px;
}
