/* CSS Document */
* { margin: 0;
    padding: 0;
}

a { font-size: 10px;
	  text-decoration: none;
}
a:link { color: #fff; }
a:visited { color: #fff;}
a:hover { color: #fff; text-decoration: underline;}

#fejsav { background-color: rgb(0,51,51);
          height: 140px;
					width: 100%;
}
#keret { position: relative;
				 top: -140px;
				 width: 960px; 
				/* max-width: 980px;
				 width: 100%; */
				 margin-left: auto;
				 margin-right: auto;
				 text-align: left;
}
#header { position: relative;
					height: 100px;
					width: 100%;
					color: #fff;
					margin-top: 40px;
					background-color: rgb(0,51,51);
}
#univ { position: absolute;
        left: 0px;
	      top: 17px;
	      font-family: Georgia, "Times New Roman", Times, serif, Garamond;
	      font-size: 22px;
	      font-weight: bold;
				text-transform: uppercase;
				letter-spacing: 0.2ex;
}
#logo { position: absolute;
				top: 0px;
				right: 315px;
}
#shortcut { position: absolute;
	          top: 20px;
            right: 0px;
}
#lang_sel { position: absolute;
            height: auto;
	          bottom: 40px;
						right: 0px;
	          font-size: 12px;
}
#lang_sel a { font-size: 12px;}

.dist { clear: both;
				height: 2em;
}
#labjegy { clear: both;
					 position: relative;
           height: 3.6em; 
					 border-top: rgb(0,51,51) 2px dotted;
					 border-bottom: rgb(0,51,51) 2px dotted;
					 color: rgb(0,51,51);
}
#labdiv1{ position: absolute;
				 top: 6px;
				 left: 0px;
				 text-align: left;
}
#labdiv2{ position: absolute;
				 top: 6px;
				 right: 180px;
				 text-align: right;
}
#labdiv3{ position: absolute;
				 top: 6px;
				 right: 0px;
				 text-align: right;
}