#header {
	color:            #666;
	background-color: #fff;
	height:           50px;
	text-align:       center;
}

#stgo-pic {
	margin-left:       20px;
	margin-right:      20px;
	background:        url(/web/images/dgu_logo.png);
	background-repeat: no-repeat;
	background-size:   cover;
	width:             73px;
	height:            50px;
}

#stgo-text {
	text-align:     left;
	font-size:      18px;
	font-weight:    700;
	position:       relative;
	bottom:         16px;
	letter-spacing: 1px;
}

#grb {
	height:      50px;
	position:    relative;
	bottom:      25px;
}

#grbovsky{
	background:        url(/web/images/dgu_grb.jpg);
	background-repeat: no-repeat;
	background-size:   cover;
	width:             20px;
	height:            25px;
	position:          relative;
	top:               12px;
}

#grbovsky-title {
	text-transform: uppercase;
	font-size:      11px;
	text-align:     justify;
	position:       relative;
	top:            12px;
	color:          red;
}

#user-section {
	position:   absolute;
	top:        30px;
}

.header-username-wrapper {
	font-size: 12px;
	position:  relative;
	bottom:    13px;
}

#header-tbl {
	height:  75px;
	vertical-align: middle;
	width: 100%;
}
#header-tbl td {
	height: 75px;
	width:33%;
}
.tbl-left {
	text-align: left;
	padding-left: 5px;
}
.tbl-left img {
	height: 100%;
}
.tbl-right {
	text-align: right;
}
.tbl-right img {
	height: 100%;
}

