* {
    padding: 0px;
    margin: 0px;
}

body {
	font-family: Verdana;
    font-size: 11px;
    color: #333333;
	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: 210px;
		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:650px;
	}

	.main {
		float:right;
		width:610px;
		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;
	}
	
	#foottext {
	font-size: 10px;
	padding-top: 30px;
	width: 500px;
	text-align: center;
	float: left;
	}
	
	#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;
	}

