@import url(Forms.css);

.hidden{
	display: none;
}

#loading{
	background: #fff;
	width: 100%;
	height: 100%;
	
	position: absolute;
	top: 0px;
	left: 0px;
	
	margin: 0px auto;
	z-index: 9999;
	
	display: none;
	
	
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

#loading img{	
	position: absolute;
	top: 50%;
	left: 50%;
	/*margin: 0px auto;*/
}

*{
	padding: 0;
	margin: 0;
}

img,fieldset{
	border: none;
}

.clear{
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
}

a:link,a:visited,a:active{
	text-decoration: none;
	outline:none;
	color: #ffffff;
}

a:hover{
	color: #ffffff;
}

body{
	font-family: Verdana,helvetica,sans-serif;
	font-size: 13px;
	background: #000 url(/Static/Images/bg.jpg) repeat-x;
	
	height: 100%;
	color: #000;
	
}

.container{
    background: #000 url(/Static/Images/content_bg.jpg) no-repeat;
	width: 1000px;
	position:relative;
   
    min-height: 601px;
    _height: 601px;
    height: 601px;
	margin: 0 auto !important;
}

.footer{
   
	margin-left: 80px;
}
.tartalom{
    
	width: 600px;
	position:relative;
   
    
    height: 520px;
    
    
	margin: 0 auto !important;
}

.content{
    padding-top:10px; 
}
h1{
    margin-bottom:5px;
}

#files{
    width: 600px;
}

.pager{
    margin: 0 auto !important;
    position:relative;
    width: 603px;
    text-align: right;
}
.pager a {
    margin-right: 10px;
}
.pager a.selected {
    font-weight: bold;
    color: #000;
}

.rightitem{
    margin-top:10px;
    float:right;
    color: gray;
}
.rightitem2{
    margin-top:4px;
    float:right;
    color: gray;
}


.logos{
    margin-top:25px;
    margin-left: 5px;
}

.telefonszam{
    margin-top:20px;
    float:right;
     margin-right: 50px;
}


