@charset "utf-8";
/* CSS Document */
/* CSS Document */
/* CSS für die Starstseite mit dem Bild von Solothurn */
/* CSS mit body grundseite gestalten */

body {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	background:rgba(166,166,166,1.00);
	margin: 0px;
	text-align:center;
	display:block;
     }
/* CSS Bild */
div.Hintergrundbild  {
	border-bottom:solid 2px rgba(75,75,75,1.00);
	border-top:solid 3px rgba(166,166,166,1.00);
	border-right:solid 3px rgba(166,166,166,1.00);
	border-left:solid 3px rgba(166,166,166,1.00);
	width:97%;
	height:250px;
	margin-left:-50%;
}
#bild1 {
	position:absolute;
	z-index:2;
	opacity:1;
	filter:alpha(opacity=100);
	border:rgba(81,81,81,1.00) 15px double;
	height:200px;
	width:93%;
	background:rgba(44,44,44,0.14);
}
#bild2 {
   	position:absolute;
	z-index:2;
	opacity:1;
	filter:alpha(opacity=100);
	border:rgba(81,81,81,1.00) 15px double;
	height:200px;
	width:93%;
	background:rgba(44,44,44,0.14);
}
div.nav  {
	width:100%;
	text-align:center;
}
/* CSS Navigation Ausehen festlegen */
a:link  {
	color:rgba(63,67,67,1.00);
	font-family:Times New Roman, serif;
	text-decoration:none;
	background-color:rgba(3,3,3,0.20);
	border:solid 1px rgba(102,136,152,1.00);
	padding-bottom:2px;
	padding-left:3px;
	padding-right:3px;
	padding-top:2px;
	height:30px;
}
a:visited  {
	color:rgba(63,67,67,1.00);
	font-family:Times New Roman, serif;
	text-decoration:none;
	background-color:rgba(229,229,229,0.77);
	border:solid 1px rgba(90,110,130,1.00); 
	padding-bottom:2px;
	padding-left:3px;
	padding-right:3px;
	padding-top:2px;
	height:30px;
}
a:focus  {
	color:rgba(191,191,191,1.00);
	font-family:Times New Roman, serif;
	text-decoration:underline;
	background-color:rgba(102,136,152,1.00);
	border:solid 1px rgba(90,110,130,1.00);
	padding-bottom:2px;
	padding-left:3px;
	padding-right:3px;
	padding-top:2px;
	height:30px;
}
a:hover  {
	color:rgba(252,252,252,1.00);
	font-family:Times New Roman, serif;
	text-decoration:underline;
	background-color:rgba(102,136,152,1.00);
	border:solid 1px rgba(90,110,130,1.00);
	padding-bottom:2px;
	padding-left:3px;
	padding-right:3px;
	padding-top:2px;
	height:30px;
}
a:active  {
	color:green;
	font-family:Times New Roman, serif;
	text-decoration:underline;
	background-color:rgba(3,3,3,0.20);
	border:solid 1px rgba(102,136,152,1.00);
	padding-bottom:2px;
	padding-left:3px;
	padding-right:3px;
	padding-top:2px;
	height:30px;
}
/* CSS Schrift für Text unter Bild */
div.textA {
	margin-top:-23px;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color:rgba(47,47,47,0.70);
	font-size:15px;
	font-stretch:expanded;
    background:rgba(212,212,212,0.25);
	border-bottom:solid rgba(253,253,253,0.10) 20px;
	padding-bottom:-20px;
	margin-bottom:-45px;
}
div.SeiteB {
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	margin-top:-45px;
	color:rgba(47,47,47,0.70);
	width:250px;
	height:20px;
	border-radius:10px;
	background:rgba(239,239,239,0.20);
	border:rgba(81,81,81,1.00) 4px double;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:block;
}

	 
	 
	






