@charset "utf-8";
body {
	background-image: url(../img/indexintro_bg.jpg);
	background-position: center top;
	background-color: #E7D8AD;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#introwrap {
	padding: 0px;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.introlanguagemenu {
	margin: 0px;
	padding: 0px;
}
.menuline {
	list-style-type: none;
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.menuline li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
a:link {
	color: #71382D;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #71382D;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #C2845E;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #71382D;
	text-decoration: none;
	font-weight: bold;
}
#footer {
	font-size: 10px;
	padding: 10px 25px 10px 25px;
	margin: 0px;
	text-align: center;
}

