/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.searchButton {
	font-size: 11px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	background-color: rgb(228,228,228);
 	border: 1px solid rgb(87,102,117);
 	width: 70px
}

.BGWolken {
	background-image: url( "../assets/images/Wolken.jpg" );
 	background-repeat: repeat
}

.SeitenLink {
	color: rgb(24,58,114);
 	text-decoration: underline
}

.suchenBlock {
	font-size: 11px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	clear: none;
 	background-color: rgb(255,255,255);
 	border: 1px solid rgb(153,153,153);
 	width: 100px
}

.suchenButton {
	font-size: 11px;
 	color: rgb(0,0,255);
 	font-weight: normal;
 	font-style: normal;
 	background-color: rgb(228,228,228);
 	border: 1px solid rgb(87,102,117)
}

.Tabelle-Rahmen-L-1px {
	border-left: 1px solid rgb(154,164,174)
}

.Tablle-Rahmen-LRU-1px {
	border-left: 1px solid rgb(154,164,174);
 	border-right: 1px solid rgb(154,164,174);
 	border-bottom: 1px solid rgb(154,164,174)
}

.SeitenLink:visited {
	color: rgb(69,69,69);
 	text-decoration: underline
}

.suchenBlockButton {
	font-size: 11px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	background-color: rgb(228,228,228);
 	border: 1px solid rgb(87,102,117);
 	width: 100px
}

.Tabelle-Rahmen-LR-1px {
	border-left: 1px solid rgb(154,164,174);
 	border-right: 1px solid rgb(154,164,174)
}

.searchField {
	font-size: 11px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	clear: none;
 	background-color: rgb(255,255,255);
 	border: 1px solid rgb(153,153,153);
 	width: 70px
}

.SeitenLink:link {
	color: rgb(24,58,114);
 	text-decoration: underline
}

.suchen {
	font-size: 11px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	clear: none;
 	background-color: rgb(255,255,255);
 	border: 1px solid rgb(153,153,153)
}

.SeitenLink:hover {
	color: rgb(255,255,255);
 	text-decoration: none ;
 	background-color: rgb(69,69,69)
}