* {
    padding: 0px;
    margin: 0px;
}

body {
	font-family: Verdana;
    font-size: 11px;
    color: #005fa1;
	line-height:150%;
	letter-spacing: 1px;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #ebebeb;
	_height: 100%;

}

	#wrap {
		width:960px;
		margin:0 auto;
	}
	#header {
		height: 510px;
		width: 960px;
		background-image: url(images/head_bg.jpg);
		background-repeat:repeat-x;
	}
	
	#cim {
		width: 526px;
		height: 45px;
		float: left;
		padding-top: 50px;
	}


	#terv {
		height: 210px;
		width: 960px;
		background-image: url(images/szechenyiterv.jpg);
		background-repeat: no-repeat;
		background-position: right; 
	}

	#nav {
		float: left;
		margin-top: 52px;
	}
	
	#nav ul {
		margin:0;
		padding: 10px;
		list-style:none;
	}
	#nav li {
		display:inline;
		margin:0;
		padding-right:0 px;
	}
	
	#nav a {

		float:left;
		text-decoration:none;
		color: #fff;
		padding:18px;
		font-size: 13px;
	}
	#nav a:hover {
		padding-bottom: 14px;
		padding-top: 17px;
		border-bottom: 5px solid white;
		color: white;
	}

	#menu_shadow {
		background-image: url(images/menushadow.jpg);
		background-repeat:repeat-x;
		height: 30px;
		width: 960px;
		clear: both;
	}	

	#content {
		float:right;
		width:950px;
	}

	.main {
		float:right;
		width:920px;
		padding:20px;
		background:#fff;
	}	

	#banner {
		float:right;
		width:650px;
		height: 200px;
		padding:0px;
		background:#fff;
	}
	
	#contentshadow {
		float:right;
		width:650px;
		height: 30px;
		background-image: url(images/contentshadow.jpg);
		background-repeat: no-repeat;

	}
	
	#sidebox {
		float:left;
		width:240px;
	}
	
	#sidebarhead {
		width:240px;
		height: 15px;
		padding:25px 20px;
		background:#1c5fab;
		color: #fff;
		font-size: 13px;
	}
	
	#sidebar {
		width:240px;
		padding:20px;
		background:#fff;
	}
	
	#sideshadow {
		width: 280px;
		height: 30px;
		background-image: url(images/sideshadow.jpg);
		background-repeat: no-repeat;
	}
	
	#footer {
		clear:both;
		background:#fff;
		height: 70px;
		padding: 5px;
		width: 950px;
	}
	
	#foottext {
	font-size: 10px;
	padding-top: 30px;
	width: 950px;
	text-align: center;
	}
	
	#footer p {
		margin:0;
    }
	* html #footer {
		height:1px;
	}
	
	h1 {
		margin: 0px;
		padding-bottom: 15px;
		color: #1c5fab;
		font-size: 18px;
		font-weight: normal;
	}

	h2 {
		margin: 0px;
		padding-bottom: 15px;
		font-size: 14px;
		font-weight: lighter;		
	}
	
	h3 {
		margin: 0px;
		padding: 0px;
		font-size: 12px;
		color: #1c5fab;
	}
	
	a {
		color: #1c5fab;
		text-decoration: none;
	}
	
	a:visited {
		color: #1c5fab;
		text-decoration: none;	
	}
	
	a:hover  {
		color: #6480c5
	}
	
	ul, ol {
		padding-left: 20px;
	}

	img {
		border: 0px;
	}
	
.insidelink {
	padding: 10px 15px;
	display: inline-block;
	float:right;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #20538D;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.insidelink:hover {
	background: #005fa1;
	border: solid 1px #2A4E77;
	text-decoration: none;
	color: #FFF;
}

.insidelink:active {
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	background: #2E5481;
	border: solid 1px #203E5F;
}

div.gallery {
    margin: 5px;
	padding:5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

hr.separator{
    background-color: #cccccc;
    height: 1px;  
	border: 0px;
	margin-bottom: 20px;