@charset "utf-8";

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

.box1{
	background-color: transparent;      /*white, 	padding-top: 1%;  padding-bottom: 1%;                */
	border: 0px #f7f6f6 solid;
	padding-top: 0%;
	padding-bottom: 0%;
	}
.box2{
	background-color: transparent; /*tan;*/
	margin:0;
	padding:0;
    vertical-align:top;
}

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

*{
	margin:0;
	padding:0
	}


.abstand	{margin-right:2.4%}
    
.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
	}

.end{
	clear:both;
	float:left;
	}

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

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

input[type="text"], input[type="number"], [type="email"], input[type="url"],[type="search"], textarea {
	background-color:white;
	color: #000000;
	height: 30px;
	}


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


/* ======================================================
   Links           036C9E
   ===================================================== */


a {
	height: 28px;
	line-height: 26px;
	color:white; /*#036C9E;    */
	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;
    color: white;                 
	}

input[type="button"], input[type="submit"], input[type="reset"]{
	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(#3c5a9f, #333);
	}
	
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover{
	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);		
	}
	
textarea {
	border: 1px solid silver;
	color: black;
	cursor: text;
	text-align: left;
	display: block;
	width: 90%;
	height:100px;
	font-family: arial;
	}

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

select{ 
    width: 350px;
    height: 35px; 
 } 
	
/* ====================================================
   Tabellen
   ================================================ */

table {
	border-collapse: separate;
	border-spacing: 2px; 
	}

table.b800 {
    width:880px;
    background-color: #4d659e;
}

table.b600 {
    width: 600px;
    background-color: #4d659e;
}
    	
td {
	vertical-align: top;
	}

th, td  {
    text-align: left;
}

td.w150{
   width: 200px; 
}

td.w16{
   width: 17px; 
}

td.belegt{
    background: #3333cc;
    width: 30px;
}

td.frei {
    background: #6699ff;
    width: 30px;
}

.frei {
    background: #6699ff;
    width: 100px;
}

.belegt{
    background: #3333cc;
    width: 100px;
}