.header
{position:absolute;
top:0px;
left:0px;
width:100%;
height:80px;
background:black;}

.header_table 
{width:95%;
height:100%;
}

.pozdrav {
	position: absolute;
	top: 100px;
	left: 2px;
	width: 50%;
	height: 20px;
	border-bottom: solid 2px gray;
	font-family: Arial;
}

.container {
	position: relative;
	top: 150px;
	width: 99%;
	justify-content: center; /* Centers horizontally */
	align-items: center;
	border: solid 3px silver;
	border-radius: 5px;
	font-family: Arial;
	left: 7px;
}

.loginbox {position: relative;
top:140px;
width:400px;
height:200px;
justify-content: center; /* Centers horizontally */
align-items: center;
border:solid 3px silver;
border-radius:5px;
font-family:Arial;
font-size:14pt;}

.loginbox2 {position: relative;
top:140px;
width:800px;
height:500px;
justify-content: center; /* Centers horizontally */
align-items: center;
border:solid 3px silver;
border-radius:5px;
font-family:Arial;
font-size:14pt;}

.submit:hover {background:gray;}

.container #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelTab strong {
	font-size: 24px;
	color: #FFF;
}
.container #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table {
	text-align: center;
	font-weight: bold;
}
.container #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table {
	text-align: center;
	font-weight: bold;
}
.container #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table {

}
.container #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table {
	font-weight: normal;
	font-size: 24px;
}
.container #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent form table tr td {
	text-align: left;
}

.input{
	width:100%;
	height:30px;
	border: solid 1px silver;
	border-radius:2px;
	font-family:Arial;
	font-size:14pt;
}

.submit{
	width:100%;
	height:30px;
	background:silver;
	border: solid 1px gray;
	border-radius:2px;
	font-family:Arial;
	font-size:14pt;
	text-align:center;
	color:black;
	text-decoration:none;
}

a.nav {display:block;
	font-family:Impact;
	font-size:20pt;
	text-decoration:none;
	color:black;
	text-align:center;
	border-spacing: 10px;
	transition:0.2s ease;}
	
	a.nav:hover {
	color:gray;
	transition: 0.2s ease;}
	
	
.gumb {border:solid 1px gray;
		border-radius:4px;
		background:silver;
		font-family:Impact;
		font-size:16pt;
		display:block;
		width:100px; 
		height:40px;
		transition: background-color 0.5s ease;}
		
.gumb:hover {background:gray;}