@charset "utf-8";
body {
	background-image: url(images/intro_bg.jpg);
	margin: 0px;
	background-color: #000000;
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
}
.intro_container {
	clear: both;
	width: 856px;
	margin: auto;
	color: #FFFFFF;
}
.intro_top {
	background-image: url(images/intro_top.jpg);
	height: 274px;
	width: 856px;
	background-repeat: no-repeat;
}
.intro_flags {
	margin: 0px;
	padding: 0px;
	background-image: url(images/flags_left_image.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 19px;
	text-align: right;
}
.intro_mainmenu {
}
.intro_pic {
}
.intro_bottom_contact {
	font-size: 11px;
	color: #6e5f5b;
	text-align: center;
	padding-top: 5px;
}
.intro_bottom_contact a:link {
	font-size: 11px;
	color: #6e5f5b;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
}
.intro_bottom_contact a:visited {
	font-size: 11px;
	color: #6e5f5b;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
}
.intro_bottom_contact a:hover {
	font-size: 11px;
	color: #6e5f5b;
	text-align: center;
	padding-top: 5px;
	text-decoration: underline;
}
