html,body	{ 
		background-color: white; 
		color: black; 
		//font-weight: bold;
		font-family: Verdana; 
		font-size: 11pt; 
		background-color: white;
		//background-image: url("graphic/background2.jpg");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: 100%;
        line-height: 1.8em;
        height: 100%;
        margin: 0;
		}
 
a, a:link, a:visited {
        color: blue;
} 

a:hover {
        color: red;
}
 
.main {
        margin: 0 auto; 
        border: 4px outset red;
        border-radius: 14px;
        width: 700px;
        margin-top: 50px;
        
    }
    
h1  {
        text-align: center;
        margin: auto auto;
}

.menunadpis {
        text-align: center;
        display: block;
        font-weight: bold;
}

.row {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
    }
    
.row div {

    }
    
.banner {
        height: 80px;
    }
    
.leftmenu {
        width: 200px;
        min-width: 200px;
    }
    
.leftmenu ul {
        list-style-type: none;
        padding: 0px;
        margin-left: 15px;
}
    
.content {
        flex-grow: 1;
        padding: 5px 20px;
        -webkit-box-shadow: 5px 5px 5px 0px #999999, inset 4px 4px 5px 0px #999999, 5px 5px 5px 5px rgba(0,0,0,0); 
        box-shadow: 5px 5px 5px 0px #999999, inset 4px 4px 5px 0px #999999, 5px 5px 5px 5px rgba(0,0,0,0);
        margin: 5px;
    }
    
label   {
        width: 150px;
        display:inline-block;
}

.errorbox {
        color: white;
        background-color: red;
        padding: 5px 8px;
        display: block;
        font-weight: bold;
}

.error {
        display: block;
        color: red;
        padding: 3px 7px;
}

.noteok {
        background-color: green;
        color: white;
        padding: 5px 8px;
        display: block;
}


.kodline {
        font-weight: bold;
        display: inline;
        letter-spacing: 4px;
        
}

.telefon {
        font-size: 16px;
        font-weight: bold;
}

.viewcode {
        display: block;
        position: fixed;
        width: 90%;
        height: 90%;
        border: 4px solid blue;
        background-color: white;
        left: 5%;
        top: 5%;
}

.viewcode p {
        display: block;
        text-align: center;
        font-size: 15vh;
        font-weight: bold;
        margin: 0px;
}

.viewcode input[type=button] {
        border: 4px solid black;
        border-radius: 7px;
        background-color: red;
        color: white;
        font-size: 7vh;
        font-weight: bold;
}

.viewcode input[type=button]:hover {
        background-color: white;
        color: black;
        cursor: pointer;
}

.viewcodeflex {
        display: flex;
        flex-direction: column;
        height: 80%;
        align-items: center;
        justify-content: center;
        }

.viewcodeflex div {
        display: flex;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: auto;
        font-weight: bold;
        text-align: center;
        
        align-items: center;
        justify-content: center;
}

.viewcodeflex>div div {
        margin: 0px auto;
        height: 7vw;
        font-size: 7vw;
        line-height: 7vw;
        }

            


@media screen and (max-width: 750px) {
    .main {
            width: 90%;
            margin-top: 0px;
    }
    
    .row {
            flex-wrap: wrap;
            flex-flow: column wrap;
    }
    
    .row div {
            flex-grow: 1;

    }
}



 @media print {
         .leftmenu { display: none;}
         .topmenu { display: none;}
         .bublina { display: none;}
         .content { margin-left: 0px;}
         .chat { display: none;}
         .bottom { display: none;}
         .strankovacka { display: none;}
      }