﻿        /* Style for overlay and box */
        .overlay{
            background:transparent url('../IMG/effect/overlay.png') repeat top left;
            position:fixed;
            top:0px;
            bottom:0px;
            left:0px;
            right:0px;
            z-index:100;
        }
        .box{
        	width:370px;
        	height:250px;
            /*position:fixed;*/
            top:-400px;
            position:fixed;
           /* margin:0 auto;*/
           
            left:35%;
            /*right:30%;*/
                        background-color:#fff;
            color:#7F7F7F;
            padding:20px;
            border:2px solid #ccc;
            -moz-border-radius: 20px;
            -webkit-border-radius:20px;
            -khtml-border-radius:20px;
            -moz-box-shadow: 0 1px 5px #333;
            -webkit-box-shadow: 0 1px 5px #333;
            z-index:101;
        }
         .box1{
        	width:350px;
        	height:300px;
            /*position:fixed;*/
            top:-400px;
            position:fixed;
           /* margin:0 auto;*/
           
           text-align:left;
            left:35%;
            /*right:30%;*/
                        background-color:#fff;
            color:#7F7F7F;
            padding:20px;
            border:2px solid #ccc;
            -moz-border-radius: 20px;
            -webkit-border-radius:20px;
            -khtml-border-radius:20px;
            -moz-box-shadow: 0 1px 5px #333;
            -webkit-box-shadow: 0 1px 5px #333;
            z-index:101;
            
        }

        .box h1{
            border-bottom: 1px dashed #7F7F7F;
            margin:-20px -20px 0px -20px;
            padding:10px;
            font-size:medium;
            /*background-color:#FFEFEF;*/
            background-color:#effff7;
            /*color:#EF7777;*/
            color:#4bab44;
            -moz-border-radius:20px 20px 0px 0px;
            -webkit-border-top-left-radius: 20px;
            -webkit-border-top-right-radius: 20px;
            -khtml-border-top-left-radius: 20px;
            -khtml-border-top-right-radius: 20px;
        }
        a.boxclose{
            float:right;
            width:26px;
            height:26px;
            background:transparent url('../IMG/effect/cancel.png') repeat top left;
            margin-top:-30px;
            margin-right:-30px;
            cursor:pointer;
        }
        
        
              /* Style for overlay and box */
        .overlayKontakt{
            background:transparent url('../IMG/effect/overlay.png') repeat top left;
            position:fixed;
            top:0px;
            bottom:0px;
            left:0px;
            right:0px;
            z-index:100;
        }
        .boxKontakt{
        	width:300px;
        	height:150px;
            /*position:fixed;*/
            top:-400px;
            position:fixed;
           /* margin:0 auto;*/
           
            left:35%;
            /*right:30%;*/
                        background-color:#fff;
            color:#7F7F7F;
            padding:20px;
            border:2px solid #ccc;
            -moz-border-radius: 20px;
            -webkit-border-radius:20px;
            -khtml-border-radius:20px;
            -moz-box-shadow: 0 1px 5px #333;
            -webkit-box-shadow: 0 1px 5px #333;
            z-index:101;
        }
         .box1Kontakt{
        	width:300px;
        	height:150px;
            /*position:fixed;*/
            top:-400px;
            position:fixed;
           /* margin:0 auto;*/
           
           text-align:left;
            left:35%;
            /*right:30%;*/
                        background-color:#fff;
            color:#7F7F7F;
            padding:20px;
            border:2px solid #ccc;
            -moz-border-radius: 20px;
            -webkit-border-radius:20px;
            -khtml-border-radius:20px;
            -moz-box-shadow: 0 1px 5px #333;
            -webkit-box-shadow: 0 1px 5px #333;
            z-index:101;
            
        }

        .boxKontakt h1{
            border-bottom: 1px dashed #7F7F7F;
            margin:-20px -20px 0px -20px;
            padding:10px;
            font-size:medium;
            /*background-color:#FFEFEF;*/
            background-color:#effff7;
            /*color:#EF7777;*/
            color:#4bab44;
            -moz-border-radius:20px 20px 0px 0px;
            -webkit-border-top-left-radius: 20px;
            -webkit-border-top-right-radius: 20px;
            -khtml-border-top-left-radius: 20px;
            -khtml-border-top-right-radius: 20px;
        }
        a.boxcloseKontakt{
            float:right;
            width:26px;
            height:26px;
            background:transparent url('../IMG/effect/cancel.png') repeat top left;
            margin-top:-30px;
            margin-right:-30px;
            cursor:pointer;
        }