@charset "utf-8";
@import "/core_css/portal.css";

html,body {	
	padding: 0px;
	margin: auto;
	font-size:12px;
	color: black;
	height: 100%;
	width: 100%;
	font-family: verdana;
	
	
}


div#container {

	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	min-width:100%;
	width:100%;
			
}

div#header {	
	
}



div#footertores{

	
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	
	

}
div#footer{
	 
	position:absolute;
	margin-top: -20px;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	
}

#footer a, #footer a:hover{
	
	color: #FF0000;
	
}

.magyar{


}

.english{
}

.deutsch{
}


a {color: #e8aa01; text-decoration:none;}
a:hover {color: #e8aa01; text-decoration:none; outline:none; cursor: pointer;}
a:visited{}

input{

	width: 250px !important;
	margin-top: 10px;
	height: 30px;
	font-size: 16px;
	padding: 3px;

}

label{

	display: block;
	width: 80px;
	margin-top: 10px;
}

.button{

	width: 80px !important;
	margin-left: 90px;
	padding-bottom: 5px;
	cursor: pointer;
	color: white;
	font-size: 14px !important;
	font-weight: bold;
	margin-top: 45px;
	border: 2px solid white;
	border-radius: 5px;
}

#content{

    position: absolute;
    width: 600px;
    height: 400px;
    background: #35393f;
    border: 2px solid #35393f;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -300px;
    color: #faf8cf;

}

.left{

    background: url('/templates/default/pic/left_bg.jpg');
    width: 327px;
    height: 400px;
    float: left;
    position: relative;

}

.right{

    background: url('/templates/default/pic/right_bg.jpg');
    width: 260px;
    height: 400px;
    float: left;
    margin-left: 13px;
    position: relative;

}

h1{

    text-align: center;
    position: absolute;
    top:20px;
    left: 5px;
    
}

h2{

    font-weight: normal;
    font-size: 12px;

}

.leftstick{

    -moz-border-radius: 0 15px 15px 0;
    -webkit-border-radius:  0 15px 15px 0;
    -khtml-border-radius:  0 15px 15px 0;
    border-radius:  0 15px 15px 0;
    width: 150px;
    height: 60px;
    background: #35393f;
    float: left;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;

    margin-top: 20px;

}

.rightstick{

    -moz-border-radius: 15px 0 0 15px;
    -webkit-border-radius:  15px 0 0 15px;
    -khtml-border-radius:  15px 0 0 15px;
    border-radius:  15px 0 0 15px ;
    width: 150px;
    height: 60px;
    background: #35393f;
    float: right;    
    
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;

    margin-top: 20px;

}

.box1{


}

.box2{

    text-align: center;
    padding-top: 10px;
    margin-top: 80px;

}

.box3{

    text-align: center;
    padding-top: 20px;
    margin-top: 80px;

}


.box4{

    text-align: center;
    padding-top: 20px;
    margin-top: 80px;
    height: 120px;

}

.box5{

    text-align: center;
    padding-top: 10px;
    margin-top: 80px;

}

.fb{

    color: #3b5998;

}