	
	BODY {
		background-image: url("../img/Layout/body_background.jpg");
		background-repeat: no-repeat;
		background-color: white;
		color: black;
		padding-bottom: 100px;
		

	}
	#bmenu{
		background: rgb(143, 0, 3);
	}
	#warningBox{
		position: fixed;
		padding: 10px;
		color: black;
		right: 25%;
		top: 50%;
        width:50%;
		height: 50px;
        background:red;
		color: white;
        z-index:1;
		visibility: hidden;
		border-style: outset;
		border-width: 5px;
		border-radius: 12px;
	}
	
	h1{
		
		font-family: tahoma;
		
		font-weight: bold;
		font-size: 30px;
		color: rgb(139,155,203);
	}
	
	.active{
		background-color: rgb(65,83,145);
	}
	
	#main {

        border-style: none;
		 
        /*margin-top: 100px;*/
	    /*background-color: brown;*/
     	
	    

    }
    #main.block{
        display: block;
        margin-left: auto;
        margin-right: auto
    }
	.left{
		text-align: left;
	}
	
	
	
	
	 #box{
     background-color: rgb(189, 189, 189);
     min-height: 80px;
     color: black;
     vertical-align: middle;
     padding: 10px;
     text-align: center;
	 display: inline-block;
     border-radius: 18px;
    }

	table.my {
		
		font-family: tahoma;
		font-size: 12px;
		border: 0px;
    }

    input[type=number]{
        width: 50px;
        height: auto;
        border-color: black;

   }

    table.my th {
		background-color: rgb(60,79,120);
		color:  white;
		margin: 5px;
		padding: 5px;
    }
    table.my td {
		background-color: rgb(189, 189, 189);
		color: black;
		margin: 5px;
		padding: 5px;


    }

    table.my caption {
		font-weight: bold;
		font-size: 30px;
		color: rgb(44,49,63);
		text-align: center;
		vertical-align: top;
		padding: 0px;
    }
	
    .fehler {
	color: #999999;
    }

	.sortierungnav{
		
		background-color: #2B303E;
		color: white;
        text-align: center;
		display: block;
        /*padding: 10px 12px;*/
	}

	.seitennav{
		background-color: rgb(143, 0, 3);
		color: white;
        text-align: center;
        /*padding: 10px 12px;*/
		padding: 14px 16px;
		float: left;
	}

	ul.seitenav {
		
        list-style-type: none;
        margin: 0;
        padding: 0;
		
        overflow: hidden;
        background-color: rgb(143, 0, 3);
    }

    ul.seitenav li {
        float: left;
    }

    ul.seitenav li a {
		
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

    ul.seitenav li a:hover {
        background-color: rgb(78, 1, 1);
    }

	/*Klappt noch nicht richtig!*/
	input.submitLiefern{
		background-color: #4CAF50;
		color: white;
		border-radius: 8px;
		border: 2px solid #39823E;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		cursor: pointer;
	}
	/*Klappt noch nicht richtig!*/
	#submitAbholen input[type=submit]{
		background-color: #FEFF1B;
		color: black;
		border-radius: 8px;
		border: 2px solid #ACB413;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		cursor: pointer;
	}
	.green {
		background: green;
		border-radius: 10px;
		height: 19px;
	}
	.green:hover {
		
		background:#ff0000;

	}

	.glow {
		
		background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
		background-size: 400%;
		animation: glowing 10s linear infinite;
		border-radius: 10px;
		height: 19px;

	}
	.glow:hover {
		
		background:#ff0000;

	}
	.glow-on-hover {
		/*width: 220px;
		height: 50px;*/
		border: none;
		outline: none;
		color: #fff;
		background-color: rgb(60,79,120);
		cursor: pointer;
		position: relative;
		z-index: 0;
		border-radius: 10px;
		font-weight: bold;
	}
	
	.glow-on-hover:before {
		content: '';
		background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
		position: absolute;
		top: -2px;
		left:-2px;
		background-size: 400%;
		z-index: -1;
		filter: blur(5px);
		width: calc(100% + 4px);
		height: calc(100% + 4px);
		animation: glowing 20s linear infinite;
		opacity: 0;
		transition: opacity .3s ease-in-out;
		border-radius: 10px;
	}
	
	.glow-on-hover:active {
		color:rgb(60,79,120); /*#000;*/
	}
	
	.glow-on-hover:active:after {
		/*background: transparent;*/
		opacity: 0.5;
	}
	
	.glow-on-hover:hover:before {
		opacity: 1;
	}
	
	.glow-on-hover:after {
		z-index: -1;
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgb(202, 69, 51);
		left: 0;
		top: 0;
		border-radius: 10px;
	}
	
	@keyframes glowing {
		0% { background-position: 0 0; }
		50% { background-position: 400% 0; }
		100% { background-position: 0 0; }
	}

	
	.topnav{
        width: 100%;
		margin-top: 20px;
    }

	
	
    ul.topnav {
		
        list-style-type: none;
		margin: 0;
		margin-top: 20px;
		
        padding: 0;
        overflow: hidden;
        background-color: #333;
    }

    ul.topnav li {
        float: left;
    }
    ul.topnav li.right {float:right}

    ul.topnav li a {
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }
	
    ul.topnav li a:hover {
        background-color: #111;
    }

	.dropbtn {
		font-size: 15px;
		color: white;
		cursor: pointer;
	}

	.dropdown {
		float: left;
		overflow: hidden;
	}

	.dropdown  .dropbtn{
		
		
		display: block;
     
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
		min-width: 140px;
		border: none;
		outline: none;
		color: white;
		padding: 14px 16px;
		background-color: inherit;
	}

	
	.dropdown:hover .dropbtn {
		background-color: #111;
	}

    .dropdown-legende{
        color: black;
		display: none;
		position: fixed;
    
        left: 0px;
        
		background-color: #333;
		min-width: 100%;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
        
    }
    dropdown-legende a {
		float: none;
        
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		text-align: left;
	}

	.dropdown-content {
		color: black;
		display: none;
		position: absolute;
		background-color: #333;
		min-width: 140px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
	}

	.dropdown-content a {
		float: none;
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		text-align: left;
	}

	.dropdown-content a:hover {
		background-color: #111;
	}

	.dropdown:hover .dropdown-content {
		display: block;
	}
    
    .dropdown-legende a:hover {
		background-color: #111;
	}

	.dropdown:hover .dropdown-legende {
		display: block;
	}
	
	
	div.topline{
		background-color: rgb(143, 0, 3);
		color: white;


		padding: 14px 16px;



    }
	
	#main {
		vertical-align: middle;
		text-align: center;
		margin-top: 50px;
		display: inline-block;
    }
	
	#seitenzahl {
		left:0;
        top:0;
		bottom: 0;
        width:100%;
		text-align: center;
		background-color: rgb(143, 0, 3);
		
    }
	

    #menu {
		min-width: 1300px;
        left:0;
        top:0;
        width:100%;
        height:80px;
        background:rgb(36, 79, 197);
		color: white;
        z-index:4;
    }
	
	#bmenu {
		min-width: 1300px;
		position: fixed;
        width:100%;
		left:0;
		top: 82px;
		padding-top: 5px;
        height: 30px;
       
		color: white;
        z-index:1;
    }


    #seiten{
        border-style: hidden;
    }
    #suche{
        float: right;
        margin-bottom:5px;
    }
	#schaltflaeche{
		float: right;
		
	}
	

    body>#menu {
        position:fixed;
    }
    body>#rahmen{
        padding-top:90px;
        background-image: url(../img/Layout/logo.png);
		background-position: 50px 150px;
        background-size: 15% Auto;
        background-repeat: no-repeat;
		background-attachment: fixed;
		
    }
    body>#main{
        position:static;
	
    }
	
	div.warenanz {
		position: absolute;
  		top: 3px;
		right: 3px;
		border: 1px solid red;
  		border-radius: 3px;
		font-size: 17px;
		color: white;
		background: red;


	}

	@media (max-width: 1300px){

		.dropdown-legende{
			position: static;
			
		}

		#bmenu{
			position: static;
		}

		body>#menu {
			position:static;
		}

		table.my {
			min-width: 1300px;
			font-size:22px;
		}
	}	


/*
@media only screen and (max-width: 999px) and (orientation: landscape) {

	table.my {
		font-size:22px;
	}
}	
@media only screen and (min-width: 1000px) and (orientation: landscape) {

	
	
	
	
	div.topline{
		background-color: rgb(143, 0, 3);
		color: white;


		padding: 14px 16px;



    }
	
	#main {
		vertical-align: middle;
		text-align: center;
		margin-top: 50px;
		display: inline-block;
    }
	
	#seitenzahl {
		left:0;
        top:0;
		bottom: 0;
        width:100%;
		text-align: center;
		background-color: rgb(143, 0, 3);
		
    }
	

    #menu {

        left:0;
        top:0;
        width:100%;
        height:80px;
        background:rgb(36, 79, 197);
		color: white;
        z-index:4;
    }
	
	#bmenu {

		position: fixed;
        width:100%;
		left:0;
		top: 82px;
		padding-top: 5px;
        height: 30px;
       
		color: white;
        z-index:1;
    }
	
	

    .topnav{
        width: 100%;
		margin-top: 20px;
    }

	
	
    ul.topnav {
		
        list-style-type: none;
		margin: 0;
		margin-top: 20px;
		
        padding: 0;
        overflow: hidden;
        background-color: #333;
    }

    ul.topnav li {
        float: left;
    }
    ul.topnav li.right {float:right}

    ul.topnav li a {
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }
	
    ul.topnav li a:hover {
        background-color: #111;
    }

	
   
	
	.dropbtn {
		font-size: 15px;
		color: white;
		cursor: pointer;
	}

	.dropdown {
		float: left;
		overflow: hidden;
	}

	.dropdown  .dropbtn{
		
		
		display: block;
     
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
		min-width: 140px;
		border: none;
		outline: none;
		color: white;
		padding: 14px 16px;
		background-color: inherit;
	}

	
	.dropdown:hover .dropbtn {
		background-color: #111;
	}

    .dropdown-legende{
        color: black;
		display: none;
		position: fixed;
    
        left: 0px;
        
		background-color: #333;
		min-width: 100%;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
        
    }
    dropdown-legende a {
		float: none;
        
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		text-align: left;
	}

	.dropdown-content {
		color: black;
		display: none;
		position: absolute;
		background-color: #333;
		min-width: 140px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
	}

	.dropdown-content a {
		float: none;
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		text-align: left;
	}

	.dropdown-content a:hover {
		background-color: #111;
	}

	.dropdown:hover .dropdown-content {
		display: block;
	}
    
    .dropdown-legende a:hover {
		background-color: #111;
	}

	.dropdown:hover .dropdown-legende {
		display: block;
	}
	
	

    #seiten{
        border-style: hidden;
    }
    #suche{
        float: right;
        margin-bottom:5px;
    }
	#schaltflaeche{
		float: right;
		
	}
	

    body>#menu {
        position:fixed;
    }
    body>#rahmen{
        padding-top:90px;
        background-image: url(../img/Layout/logo.png);
		background-position: 50px 150px;
        background-size: 15% Auto;
        background-repeat: no-repeat;
		background-attachment: fixed;
		
    }
    body>#main{
        position:static;
	
    }

}*/