body {
	background-color: white;
}

.navi {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	color: #6a0d69;
	text-decoration: none;
}
.navi a:link{
	text-decoration: none;
	color: #6a0d69;
}
.navi a:visited{
	text-decoration: none;
	color: #6a0d69;
}
.navi a:hover{
	text-decoration: underline;
	color: #6a0d69;
}
.navi a:active{
	text-decoration: none;
	color: #6a0d69;
}
.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: black;
	text-decoration: none;
}
.content a:link{
	text-decoration: underline;
	color: #6a0d69;
}
.content a:visited{
	text-decoration: underline;
	color: #6a0d69;
}
.content a:hover{
	text-decoration: underline;
	color: #6a0d69;
}
.content a:active{
	text-decoration: underline;
	color: #6a0d69;
}

#language_selector{
	height: 60px;
	margin-top: 4px;
}

#language_selector span {
	padding-right: 15px;
}

#language_selector span a.textlink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
	border-width: 1px 2px 2px 1px;
	vertical-align: 20%;
	text-decoration: underline;
	color: #6a0d69;
}

#language_selector span a img {
	width: 26px;
	padding:1px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
}

#language_selector span a img.currentLang {
	width: 40px;
}

#comment {
	background-color: white;
	border:1px solid #cccccc;
	display: block;
	float:left;
	text-align: center ;
	text-decoration: none;
	font-size: 11px;
	color: #666666;
	/* font-weight: bold; */
	/* padding: 4px; */
	/* color: #ff6600; */
}

#comment:hover {
	border:1px solid #666666;
}

.commentFormInput {
	background-color: white;
	width: 30em;
}

.textArea{
	width: 30.8em;
}


#loginForm td {
	float: right;
	text-align: right;
}

#loginForm td span {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6a0d69;
}

#loginForm input {
	background-color: white;
	border:1px solid #888888;
	width: 10.7em;
	text-align: right;
	display: block;
	float:left;
}

#loginForm input.button {
	color: #6a0d69;
	margin-top: 5px;
	margin-bottom: 2px;
	text-align: center ;
	float:right;
	width: auto;
	cursor: pointer;
}

.currentUser{
	font-weight: bold;
}

#sitemap {
	width: 100%;
}
#sitemap a {
	text-decoration: none;
}
#sitemap a:hover {
	text-decoration: underline;
}
#sitemap tr.sitemap_header td {
	font-weight: bold;
	border-bottom: 1px solid #888888;
	
}
#sitemap table tr td {
	vertical-align: top;
	padding-right:	15px;
	padding-bottom: 4px;
}
