﻿html,body,form {	
	padding:0px;
	height:100%; /* needed for container min-height */
	margin:0px;
	background-image: url(Images/sznet_bg.gif);
	background-repeat: repeat-x;
	background-color:#EBEBED;
	}
/*---Design kialakítása---*/
div#container{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* needed for centering */
	width:945px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height */
	min-height:100%;
	background-color:#FFFFFF;
	text-align:left; /* IE6 centering */

	}
	/* Header Section */
	div#header {
		height:180px;
		background:#fff url(Images/sznet_header_01.jpg) top center no-repeat;
		width:945px;
		}
		div#header.en{
			background:#fff url(Images/sznet_header_01_en.jpg) top center no-repeat;
			}

		div#header #header1{
			position:relative;
			width:50px;
			top:15px;
			left:880px;
		}
		div#header #header2{
			display:none;
		}
	/*Content Section*/
	div#content {
		width:945px;
		}
		div#content1{	
			position:absolute;					
			top:125px;
			left:0px;
			/*border: #000000 solid 1px;*/
		}
		div#content2{
			display:none;
			width:250px;
			position:relative;
			float:left;			
			background:url(Images/leftmenu_border.gif);
		}	
		div#content3{
			width:920px;
			position:relative;
			float:left;
			margin:10px 10px 0px 15px;
			padding:0px;
			/*overflow:hidden;	*/
			float:left;		
			}			
			div#content3 #content_data{
				float:left;
				width:630px;
				}
			div#content3 #content_data img{
				max-width:630px;
				}
			div#content3 .mainbox{
				float:left;
				width:600px;
				margin:0px 0px 10px 10px;
				}
			div#content3 .leftbox{
				float:left;
				width:300px;
				margin:0px 0px 10px 10px;
				}
			div#content3 .rightbox{
				float:right;
				width:300px;
				margin:0px 0px 10px 10px;
				}
			div#content3 .linkbox{
				clear:both;
				width:600px;
				margin:0px 0px 10px 10px;
				}	
				div#content3 .linkbox h3{
			    	border-bottom:#DDDDDD 1px solid;
					}			
				div#content3 .linkbox .righttitle{
					float:right;
					}				
			div#content3 .fullmainbox{
				float:left;
				width:900px;
				margin:0px 10px 10px 10px;
				}
			div#content3 .fullleftbox{
				float:left;
				width:440px;
				margin:0px 10px 10px 10px;
				}
			div#content3 .fullrightbox{
				float:right;
				width:440px;
				margin:0px 10px 10px 10px;
				}
			div#content3 .sidebar{
				width:280px;
				position:relative;
				float:right;
				padding: 0px 0px 150px 0px;
				margin: 10px 10px 0px 0px;
				background-image: url(Images/sznet_logo.jpg);
				background-repeat: no-repeat;
				background-position: left bottom;
				}
				div#content3 .sidebar .box{
					background-image: url(Images/sznet_rightbox_header_bg.gif);
					background-repeat: no-repeat;
					background-position: 10px 10px;
					margin:5px 0px 0px 0px;
					border: #DDDDDD solid 1px;
					}
				div#content3 .sidebar .greenbox{
					background-image: url(Images/sznet_rightbox_header_green_bg.gif);
					background-repeat: no-repeat;
					background-position: 10px 10px;
					margin:5px 0px 0px 0px;
					border: #DDDDDD solid 1px;
					}
					div#content3 .sidebar .box h2, div#content3 .sidebar .greenbox h2{
						color:#FFFFFF;
						padding: 11px 0px 15px 20px;	
						text-transform:uppercase;
						font-size:13px;		
						}
						div#content3 .sidebar .box h2 a, div#content3 .sidebar .greenbox h2 a{
						color:#FFFFFF;	
						}
						div#content3 .sidebar .box p, div#content3 .sidebar .greenbox p{
							padding: 0px 5px 10px 15px;	
							//background-image: url(Images/sznet_data_img01.gif);
							background-repeat: no-repeat;
							background-position: bottom right;
							}
		div#content4{
			position:relative; 
			}
		div#content5{
			position:relative;  
			clear:both;
			padding-bottom:55px;
			}
	/*Footer Section*/
	div#footer{
		position:absolute;
		height:42px;
		width:945px;
		bottom:0; /* stick to bottom */
		background:#FFFFFF;
		background-image:url(Images/footer_bg.gif);
		background-repeat:no-repeat;
		}
		div#footer1{
			position:relative;
			float:left;
			margin:20px 0px 0px 30px;
			}
			div#footer1 span{
				/*display:none;-*/
				}		
		div#footer2{	
			position:relative;
			float:right;
			margin:20px 30px 0px 0px;
			}	
			div#footer2 span{
				/*display:none;-*/
				}
/*Clearer*/
.clearer{
	clear:both;
	}
/*Team pos*/
.team_absolute_pos {
	position: absolute;
	width: 1024px;
	height:520px;
	margin-left:-75px;
	margin-top: -10px;	
}
.team_absolute_pos object{
	margin-bottom:520px;
	}
