@charset "utf-8";

/* ======================================================
   spezielle Vereinbarungen
   ===================================================== */



.box1{
	background-color: rgba(256,256,256,0.9)	;
	border-radius:3px;
	box-shadow: 10px 10px 53px -15px rgba(256,256,256,0.55);
	}

.box2{
	background-color: tan;
	}
.pad{padding: 0 4%;}
.hide{display:none;}
.clear{clear:both}

*{
	margin:0;
	padding:0
}



.block		{text-align:justify}

#oben_pfeil{
	float:right; 
	margin-top:15px;
	margin-bottom:15px;
	width:100%;
	display:block;
	text-align:right;
}

.up{
	clear:both;
	float:right;
	width:26px
}


/* ======================================================
   generelle Vereinbarrungen
   ===================================================== */
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 86%;
	background: blue;
	background-image: -webkit-gradient(linear, left top, left bottom, from( blue), to(black ));
	background-image: -webkit-linear-gradient(blue ,black  );
	background-image: -moz-linear-gradient(blue ,black );
	background-image: -ms-linear-gradient(blue ,black);
	background-image: -o-linear-gradient(blue ,black);
	background-image: linear-gradient(blue ,black);
	color:white;
	height:100%;
	overflow-y: scroll;
	overflow-y: hidden	;
	}

	body{
		width: 100%;
		height:100%;
	   background-attachment: fixed; 
	   overflow-y: scroll;
		}

body, input, textarea, select{
	
	font-family: Verdana, Arial;
	font-size:100%;
	line-height: 26px;
		color:white;
	
		}

body, input[type="text"], input[type="number"], [type="email"], input[type="url"],[type="search"], textarea {

	color: white;
}


img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }


/* ======================================================
   Links
   ===================================================== */


a {
	height: 28px;
	line-height: 26px;
	color: #c93;
	text-decoration:none;
}
.logo a{color:#333}
a:hover {
	color:#ccc;
}

.footer a {
    color: #ccc;
}
.footer h6 {
    color: #ccc;
    border-bottom:1px solid #ccc;
}
/* ======================================================
   Formatierungen
   ===================================================== */


hr {
	width: 100%;
	background-color: #666;
	height: 0.02em;
	margin-top: 2px;
	margin-bottom: 8px;
	margin-left:0px;
}

p {
	line-height: 26px;
	}

sup { top: -0.5em; }

sub { bottom: -0.25em; }

blockquote{
	-webkit-margin-start: 4.5%;
	-webkit-margin-end: 4.5%;
}

/* ===================================================
   Listen
   =================================================== */

ol, ul{    
    width: 100%;
    -webkit-padding-start: 0;
    margin-top:15px;
    margin-bottom:15px;
}

li {
	line-height: 26px;
	margin-left: 10%;
	list-style-image:url(../bilder/gold.png);
	
	}




/* =====================================================
   Schalter und Formulare
   ========================================= */


fieldset { border: 0; margin: 0; padding: 0; }

label {
	cursor: default;
	display:block;
	float:left;
	width: 100%;
	margin-top: 20px;
}



input[type="text"], input[type="number"], [type="email"], input[type="url"],[type="search"], input[type="submit"],  input[type="password"] {
	border: 1px solid silver;
	width:98%;
	min-height: 42px;
	margin: 0 auto;
	color: #333;
	cursor: default;
	padding-left:2%;
	border-radius:3px;
	float:right;
	float: left;
	}



input[type="button"], input[type="submit"]{
	border: 1px solid silver;
	min-width: 160px;
	min-height: 42px;
	max-width:200px;
	margin: 0 auto o;
	color: white;
	cursor: default;
	margin-bottom: 30px;
	margin-top: 14px;
	border-radius:3px;
	float:right;
	font-size: 90%;
	text-align:center;
	margin-left: 3%;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #7e92c2), to(#333 ));
	background-image: -webkit-linear-gradient(#7e92c2,#333);
	background-image: -moz-linear-gradient(#7e92c2,#333);
	background-image: -ms-linear-gradient(#7e92c2,#333);
	background-image: -o-linear-gradient(#7e92c2,#333);
	background-image: linear-gradient(#7e92c2,#333);
	box-shadow: 10px 10px 53px -15px rgba(0,0,0,0.75);
}


		
 input[type="button"]:hover, input[type="submit"]:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from( #a299a8), to(#333 ));
		background-image: -webkit-linear-gradient(#a299a8,#333);
		background-image: -moz-linear-gradient(#a299a8,#333);
		background-image: -ms-linear-gradient(#a299a8,#333);
		background-image: -o-linear-gradient(#a299a8,#333);
		background-image: linear-gradient(#a299a8,#333);	
		box-shadow: 10px 10px 53px -15px rgba(0,0,0,0.95);
			}

textarea {
	border: 1px solid silver;
	color: black;
	cursor: text;
	text-align: left;
	display: block;
	border-radius:3px;
	width: 98%;
	height:160px;
	padding-left:2%;
}

textarea:active {border: 1px solid #ccc;}

select {
  -webkit-appearance: none;
 -moz-appearance: none;
width: 100%;
border: 1px solid #333;
padding:.75em 1em .5em 1em;
	border: 1px solid rgb(166, 166, 166);
background-color:white;
 background-image:url(../bilder/down_blue.png);
 background-position: right;
background-repeat: no-repeat;
border-radius:3px;
	min-height: 45px;
	font-size: 100%;
    color:black;
}
/* ====================================================
   Tabellen
   ================================================ */

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:96%
}
td {
	vertical-align: top;
}


