a:active {
	color: Yellow;
	border-right-color: Blue;
	border-bottom-color: Blue;
	border-bottom-style: ridge;
	border-right-style: ridge;
	border-left-style: solid;
	border-left-color: #DC143C;
}

/*body {
 background-image:  url("images/content/ausschnitt.jpg"); background-repeat:no-repeat;
 background-attachment:fixed; padding:0px; } */
 
p {
	font-family: sans-serif;
	font-size: small;
}

div.h1 {
	font-family: sans-serif;
	font-size: large;
	text-align: center;
	float: inherit;
}

div.h1mitte{
	font-family: sans-serif;
	font-size: large;
	text-align: center;
	float: inherit;
	width: 100%;
	margin-top: 10px;
}
 
div.mybody {
	font-family: sans-serif;
	font-size: smaller;
	margin-right:0px; margin-bottom:0px; 
 	border: thin solid blue;
	margin-left: 10px;
	margin-top: 10;
	padding-left: 5;
	padding-right: 5;
	padding-top: 5;
	padding-bottom: 5;
	width: 95%;

}

div.erlaeuterung {
	font-family: sans-serif;
	font-size: small;
	margin-right: 2;
	text-align: justify;
	padding-left: 5%;
	padding-right: 5%;
}

div.links {
	display: block;
	float: left;
	width: 47%;
	background: silver;
	padding: 4px;
	border: 1px solid gray;
	margin-left: 10px;
	margin-bottom: 4px;
	list-style-position: inherit;
	list-style-type: disc;
	font-family: sans-serif;
	font-size: medium;
	margin-right: 2;
}

div.rechts {
	display: block;
	float: right;
	width: 47%;
	background: silver;
	padding: 4px;
	border: 1px solid gray;
	margin-right: 10px;
	margin-bottom: 4px;
	font-family: sans-serif;
	font-size: medium;
}
div.ohnelinks {
	display: block;
	float: left;
	width: 30%;
	padding: 4px;
	/*border: 1px solid gray;*/
	margin-left: 3px;
	margin-bottom: 4px;
	font-family: sans-serif;
	font-size: small;
	margin-right: 2;
	text-align: right;
}

div.ohnemitte {
	display: block;
	float: left;
	width: 30%;
	padding: 4px;
	/*border: 1px solid gray;*/
	margin-left: 10px;
	margin-bottom: 4px;
	font-family: sans-serif;
	font-size: small;
	margin-right: 2;
	text-align: left;	
}

div.ohnerechts {
	display: block;
	float: right;
	width: 30%;
	padding: 4px;
/*	border: 1px solid gray;*/
	margin-right: 10px;
	margin-bottom: 4px;
	font-family: sans-serif;
	font-size: small;
	text-align: left;
}

div.ende{
	font-family: sans-serif;
	font-size: small;
	display: block;
	text-align: center;
	font-family: sans-serif;
	font-size: smaller;
	font-weight: bold;
	font-variant: normal;
	word-spacing: 3px;
	letter-spacing: 2px;
	width: 95%;
}

div.formlinks {
	display: block;
	float: left;
	width: 330px;
	padding: 4px;
	border: 1px solid gray;
	margin-left:5px;
	margin-bottom: 4px;
	list-style-position: inherit;
	list-style-type: disc;
	font-family: sans-serif;
	font-size: small;
	margin-right: 2;
}

div.formrechts {
	display: block;
	float: right;
	width: 40%;
	padding: 4px;
	border: 1px solid gray;
	margin-right: 50px;
	margin-bottom: 4px;
	list-style-position: inherit;
	list-style-type: disc;
	font-family: sans-serif;
	font-size: small;
}

div.stier {
	float: left;
	left: 25;
	position: absolute;
	bottom: 25;
}
 
/*td {
	font-size: 12px;
	color: Black;
	font-family: verdana,arial,helvetica;
	background-color: #DC143C;
	font-weight: bolder;
	height: 25 px;
	font-variant: small-caps;
	text-align: center;*/
}

.flash {
	margin-top: 10;
	margin-right: 25;
	float: right;
}

form {
   text-align: center;
   border: thin solid;
   padding: 2em;
   border-color: blue;
   width: 350px;
   margin: 0 0 0 20%;
}

form.u {
   text-align: center;
   border: 0px none;
   padding: 2em;
   width: 426px;
   height: 147px;
   margin: 0 0 0 20%;
}

label{ 
	font-family: sans-serif;
	font-size: small;
	text-align: right; 
 	padding-right: 1em; 
 	display: block;
 	float: left;
 	width: 150px; /* Breite.*/
}

img {
   display: block;
   float: left;
   width: 10px;
   height: 10px;
   vertical-align: baseline;
}

input, select { /* Formularelemente auswählen */
  display: block;
  float: left;
  width: 150px; /* Breite.*/
}
input.checkbox { 
  display: block;
  float: left;
  width: 15px; /* Breite.*/
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input.submit { /* den Submit-Button */
	display: block;
	width: 200px;/* Breite.*/
}

.blocksatz{
	font-family: sans-serif;
	font-size: small;
	text-align: justify;
}
ul {
	font-family: sans-serif;
	font-size: smallER;
	margin: 0;
	padding: 0 27;
}
li {
	font-family: sans-serif;
	font-size: medium;
}

li.agb {
   font-family: sans-serif;
   font-size: x-small;
}
