/* main css styles for galantos */
#hint {
	position:absolute;
	left:250px;
	top:-70px;
	width:500px;
	height:70px;
	z-index:2;
	background-color: #FFFFFF;
	filter:alpha(opacity=90); -moz-opacity: 0.90;

}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin: 2px 0px 10px;
}
a {
	font-size: 12px;
	color: #333;
}
h1 {
	font-size: 16px;
	color: #336699;
	padding-top: 0px;
	margin-top: 0px;
}
h2 {
	font-size: 14px;
	color: #999999;
}
h3 {
	font-size: 12px;
	color: #336699;
	margin-bottom: 0px;
}
h3 {
	font-size: 12px;
	color: #336699;
	margin-bottom: 0px;
}

.headline2 {
	font-size: 14px;
	color: #999999;
}
.headline1 {
	font-size: 12px;
	color: #999999;
}
.footer {
	font-size: 10px;
	color: #336699;
}

#Logo {
	position:absolute;
	width:248px;
	height:83px;
	z-index:1;
	left: 48px;
	top: 59px;
}


/* styles container and header */
#container {
	margin: 0; /* center for now */
	width: 1000px;
	height: auto;
	text-align: left;
	border: 0px dashed #000;
}
#container #header {
	height: 140px;
	background: url(layout/header2.jpg);
}
#container #header #claim {
	color: #eeeeee;
	text-align: right;
	padding-top: 113px;
	padding-right: 30px;
	font-size: 12px;
	font-weight: bold;
}
#container #language {
	text-align: right;
	color: #336699;
	font-weight: bold;
	padding: 2px 14px;
}
#container #language a {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}


/* styles top-navigation */
#container #topnavi {
	height: 30px;
}
#container #topnavi #menue {
	height: 38px;
	white-space: nowrap;
	background: url(layout/topnavibgr.jpg) no-repeat right center;
	margin-right: 10px;
}
#container #topnavi #menue li {
	list-style: none;
	float: left;
}
#container #topnavi #menue ul {
	float: right;
	margin: 0;
}
#container #topnavi #menue a.notactive {
	color: #333333;
	text-align: center;
	width: 160px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	line-height: 30px;
	margin: 4px;
}
#container #topnavi #menue a.notactive:hover {
	font-weight: bold;
	color: #336699;
}


/* styles navigation */
#container #left {
	float: left;
	width: 200px;
	height: 550px;
	background: url(layout/leftbgr.jpg) no-repeat left top;
}
#container #left ul {
	padding: 0px;
	margin: 0px;
}
#container #left li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#container #left a {
	display: block;
	font-size: 13px;
	text-align: left;
	color: #333;
	text-decoration: none;
	padding: 8px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 20px;
}
#container #left a:hover {
	color: #336699;
}
#container #left #navi {
	padding-left: 10px;
}
#container #left #navi .dir a {
	background: url(layout/arrow.gif) no-repeat left center;
}
#container #left #navi .sub a {
	background: url(layout/arrowsm.gif) no-repeat left center;
	font-size: 11px;
	border-bottom: 1px solid #336699;
	margin-left: 20px;
	padding: 4px;
	padding-left: 16px;
}
#container #left #navi .page a {
	font-size: 10px;
	margin-left: 30px;
	padding: 4px;
	padding-left: 16px;
	background: url(layout/arrowsm.gif) no-repeat left center;
}
.active {
	color:#336699 
}


/* styles right side */
#container #right {
	height: auto;
	width: 760px;
	padding-top: 22px;
}
#textimage {
	float: right;
	width:177px;
}
#text {
	line-height: 18px;
	width: 570px;
	text-align: justify;
}
#textimageContact {
	width:460px;
	padding: 0px;
}
#textContact {
	padding: 0px;
	line-height: 18px;
}
div.legal {
	display: none;
}
/* styles footer */
#container #footer {
	text-align: right;
	padding: 4px;
	background: url(layout/footerbgr.jpg) no-repeat left bottom;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	padding-right: 20px;
}

