@charset "utf-8";

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

.box1{
	background-color: transparent;
	border: 1px #f7f6f6 solid;
	padding-top: 1%;
	padding-bottom: 1%;
	}
.box2{
	background-color: tan;
	}

.hide{display:none;}
.clear{clear:both}

*{
	margin:0;
	padding:0
	}


.block		{text-align:justify}

.oben{float:left; 
	margin-top:15px;
	margin-bottom:15px;
	width:100%;
	display:block;
	text-align:right;
	}

.up{
	clear:both;
	float:right;
	margin-bottom: 12px;
	}



html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 86%;
	}

body, table{
	width: 100%;
	background-image:url(../images/back.jpg);
	background-attachment: fixed;
	font-family: Arial;
	line-height: 26px;
	background-size: 100%;
	background-repeat:repeat-y;
	}

body {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9c9c9+0,eeeeee+100 */
background: rgb(201,201,201); /* Old browsers */
background: -moz-linear-gradient(top, rgba(201,201,201,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(201,201,201,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(201,201,201,1) 0%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	}
	


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


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


a {
	height: 28px;
	line-height: 26px;
	color: #b62424;
	text-decoration:none;
}

a:hover {
	color: #c93;
}

.footer a {
    color: #ccc;
}

/* ======================================================
   Formatierungen
   ===================================================== */


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

p {
	line-height: 26px;
	/* text-align:justify; */
	}

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(../images/green.png);
	}



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


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

label {
	cursor: default;
	display:block;
	float:left;
	clear: both;
	width: 96%;
	margin-top: 12px;
	}



input[type="button"], input[type="submit"]{
	min-width: 180px;
	height: 40px;
	display: inline-block;
	margin-bottom: 4px;
	margin-top: 4px;
	float: left;
	cursor: default;
	text-align: center;
	font-size:96%;
	border: 1px solid silver;
	border-radius: 2px;
	min-width: 200px;
	max-width: 100%;
	box-shadow: 10px 10px 53px -15px rgba(0,0,0,0.75);
	min-height: 38px;
	color: white;
	cursor: text;
	clear: none;
	margin-bottom: 12px;
	margin-top: 14px;
	padding: 5px;
	clear: none;
	float: left;
	text-align:center;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #B00130), to(#6B011D ));
	background-image: -webkit-linear-gradient(#B00130 ,#6B011D  );
	background-image: -moz-linear-gradient(#B00130 ,#6B011D );
	background-image: -ms-linear-gradient(#B00130 ,#6B011D);
	background-image: -o-linear-gradient(#B00130 ,#6B011D);
	background-image: linear-gradient(#B00130, #6B011D);
	}
	
input[type="button"]:hover, input[type="submit"]:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from( #B00130), to(#333 ));
	background-image: -webkit-linear-gradient(#B00130,#333);
	background-image: -moz-linear-gradient(#B00130,#333);
	background-image: -ms-linear-gradient(#B00130,#333);
	background-image: -o-linear-gradient(#B00130,#333);
	background-image: linear-gradient(#B00130,#333);		
	}
	
textarea {
	border: 1px solid silver;
	color: black;
	cursor: text;
	text-align: left;
	display: block;
	width: 100%;
	height:160px;
	font-family: arial;
	}

textarea:active {
	border: 1px solid #ccc;
	}
	
/* ====================================================
   Tabellen
   ================================================ */

table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
td {
	vertical-align: top;
	}


