a:link,a:visited{
/*color:#000000;
text-decoration:underline;
}

a:hover,a:active{
color: #999999;
text-decoration:underline;*/
}

a:link {
color: #262b86;
}


a:visited{
	color: #262b86;
}


a:hover{
	color: #00BFFF;
}

.copyright, .copyright a:link, .copyright a:visited, a.copyright:link, a.copyright:visited, a.copyright:active{
	font-size:9px;
	margin-bottom:0px;
	text-decoration:none;
	color: #6F6F6F;
}
a.copyright:hover{
color: #999999;
text-decoration:none;
}

a.schalt:link, a.schalt:visited{
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #262B86;
	padding: 5px 0px 5px 1px;
	background-color:#F0F0EE;
	width:142px;
	margin: 0px 2px 0px 2px;
	border-bottom: 1px solid #262B86;
}


a.schalt:hover, a.schalt:active{
	background-color: #CCCCCC;
	color: #262B86;
	}
	
a.schaltakt:link, a.schaltakt:visited, a.schaltakt:hover, a.schaltakt:active{
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding: 5px 0px 5px 1px;
	width:142px;
	margin: 0px 2px 0px 2px;
	border-bottom: 1px solid #262B86;
	cursor:default;
		background-color: #CCCCCC;
	color: #262B86;
}	


a.schaltu:link, a.schaltu:visited{
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #262B86;
	padding: 2px 0px 2px 0px;
	background-color:#F0F0EE;
	width:133px;
	margin: 0px 1px 0px 12px;
	border-bottom: 1px solid #262B86;
}


a.schaltu:hover, a.schaltu:active{
	background-color: #CCCCCC;
	color: #262B86;
	}

a.schaltuakt:link, a.schaltuakt:visited, a.schaltuakt:hover, a.schaltuakt:active{
display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding: 2px 0px 2px 0px;
	width:133px;
	margin: 0px 1px 0px 12px;
	border-bottom: 1px solid #262B86;
	background-color: #CCCCCC;
	color: #262B86;

}


a.mitglied:link, a.mitglied:visited{
	display: block;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #262B86;
	padding: 5px 5px 5px 5px;
	background-color:#F0F0EE;
	width:133px;
	margin: 0px 2px 0px 2px;
	border: 1px solid #262B86;
}


a.mitglied:hover, a.mitglied:active{
	background-color: #CCCCCC;
	color: #262B86;
	}


.mitglied123 {
	display: block;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #262B86;
	padding: 5px 5px 5px 5px;
	background-color:#F0F0EE;
	width:133px;
	margin: 0px 2px 0px 2px;
	border: 1px solid #262B86;
}

/* The *normal* state styling */
/* The *normal* state styling */
.mitglied {
background-image:linear-gradient(-90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
	background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0.2)));
	background-image:-moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#80ffffff', EndColorStr='#20ffffff');
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#80ffffff', EndColorStr='#20ffffff')";
	background-color:rgb(188, 188, 188);
	border:1px solid rgb(102, 102, 102);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px 20px;
	box-shadow:0px 0px 0px rgb(255, 255, 255);
	-moz-box-shadow:0px 0px 0px rgb(255, 255, 255);
	-webkit-box-shadow:0px 0px 0px rgb(255, 255, 255);
	/*font-size:12px;
	font-weight:normal;*/
	text-align:center;
	color:rgb(6, 6, 6);
	text-shadow:1px 1px 1px rgb(115, 115, 115);
	width:105px
}
/* The *hover* state styling */
.btn:hover{
}

/* The *active* state styling */
.btn:active,.btn:focus{
}








.Title, h1{
	font-size:15px;
	font-weight:bold;
	color:#000000;/*border-bottom:1px solid #333333;*/
}

.underTitle, h2{
	font-size:13px;
	font-weight:bold;
	color:#000000;/*border-bottom:1px solid #333333;*/
}


/*label, .input, select, textarea{
	 Alle Labels UND Formularelemente auswählen
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid;
	border-color: #666666;
}

input#radio{
	/* den Submit-Button 
	color: #000000;
	border: none;
	border-color:White;
	vertical-align:middle;
}

input#checkbox{
	/* den Submit-Button 
	color: #000000;
	border: none;
	border-color:White;
	vertical-align:middle;
}*/

label{
	border: none;
	color: #000000;
}

blockquote{
background-color:#F0F0EE;
margin-left:40px;
border-left: 10px solid #CCCCCC;
padding:2px 0px 2px 5px;
}

#strich{
	width: 100%;
	height: 1px;
	border-bottom:solid 1px;
	border-color: #252A86;
}

#bildab img{
margin: 5px;
}

