/* CSS Document */

/* Home */
.boxImage {
	margin-top: 34px;
	margin-bottom: 0px;
}
.boxLogo {
	margin: 13px 0px 0px 0px;
	border: none;
}
.boxText {
	top: 141px;
	padding: 18px;
}
.boxMoreLink {
	position: absolute;
	top: 459px;
}
.boxMoreLink img {
	position: relative;
	top: 8px;
	left: 18px;
	margin-right: 5px;
}
.boxMoreLink span {
	position: relative;
	top: 3px;
	left: 20px;
}
.headerText {
	font-size: 14px;
	font-weight: bold;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.addressText {
	padding: 0px 25px 15px 25px;
	font-size: 12px;
	color: #666666;
}
.addressText a {
	color: #666666;
	text-decoration: underline;
}
.addressText a:hover {
	color: #666666;
	text-decoration: none;
}
.infoBoxText {
	padding: 18px;
	color: #666666;
}
.infoBoxText a {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.infoBoxText a:hover {
	text-decoration: none;
}

/* Credits */
.creditsMenu a, .creditsText a {
	color: #666666;
	text-decoration: underline;
	
}
.creditsMenu a:hover, .creditsText a:hover {
	text-decoration: none;
}
ul.creditsMenu {
	list-style: none;
	margin: 0px 0px 0px 18px;
	padding: 0px;
}
li.creditsMenu-NO, li.creditsMenu-ACT {
	float: left;
	margin: 0px 10px 10px 0px;
}
.creditsText {
	clear: both;
	margin-left: 18px;
	margin-bottom: 20px;
	font-size: 12px;
	color: #666666;
}
.creditsText img {
	position: relative;
	top: 2px;
	border: none;
}

/* Suche */
.searchButtonImg {
	position: relative;
	top: 4px;
	margin-left: 5px;
}
.searchInput {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-size: 10px;
}
.tx-indexedsearch-searchbox-sword, .tx-indexedsearch-selectbox-defop, .tx-indexedsearch-selectbox-sections, .tx-indexedsearch-selectbox-results {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin: 4px;
}

.langMenu a {
	color: #666666;
}