html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	background: #f4f4f4 url(../images/body_bg.jpg) repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111924;
	text-align: center;
}

div#content h2{
	color: #1888c8;
	text-decoration: none;
	font-weight: bold;
	font-size: 140%;
	}
div#content h4{
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	}
div#content h4{
	color: #1888c8;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	}
div#content h5{
	color: #1888c8;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	}

#maincontainer {
	width: 967px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: transparent url(../images/maincontainer_bg.gif) repeat-y top center;
	}

#container{
	width: 955px;
	margin: 0;
	padding: 0 6px;
	overflow: hidden;
	background: transparent url(../images/container_bg.gif) no-repeat top center;
	min-height: 660px;
  height: auto !important;
  height: 660px;

	}
#container_top{
	width: 967px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: #fffff7 url(../images/samsung_logo.gif) no-repeat top left;
	}
#slide{
	width: 930px;
	height: 168px;
	padding: 0;
	margin: 0;
	clear: both;
	background: transparent url(../images/head_pic.jpg) no-repeat top left;
	}



#content{
	background: transparent url(../images/content_bg.gif) no-repeat top left;
	margin: 0;
	padding: 0 0 0 8px;
	overflow: hidden;
	font-size: 100%;
	width: 670px;
	text-align: left;
	}

div#content_title{
	height: 46px;
	padding: 0;
	color: #a28b94;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 4px solid #bcbdc1;
	}
div#content_title h1{
	padding: 0;
	margin: 0;
	color: #f57311;
	line-height: 40px;
	font-weight: normal;
	font-size: 200%;
	}

#navigation{
	margin: 0 0 0 0;
	padding: 0;
	height: 102px;
	background: #12202d url(../images/top_bg.gif) repeat-x top left;
	}	
#navigation img{
	margin: 0;
	padding: 0;
	border: none;	
	float: left;
	}
#navigation ul.menu{
	float: right;
	margin: 0;
	padding: 0
	}
	#navigation ul.menu li{
		display: block;
		width: 170px;
		height: 86px;
		padding: 0 0 0 5px;
		margin: 0;
		float: left;
		}
	#navigation ul.menu li a{
		display: block;
		width: 165px;
		height: 46px;
		padding: 40px 0 0 0;
		margin: 0;
		color: white;
		text-align: right;
		text-decoration: none;
		letter-spacing: -0.05em;
		font-size: 20px;
/* text-transform: uppercase; */
		}
	#navigation ul.menu li.first{
		padding-left: 0;
		}
	#navigation ul.menu li#open a{
		background: #207ab4 url(../images/menu_bg_left.gif) no-repeat bottom left;
		}
	#navigation ul.menu li#open a span{
		background: transparent url(../images/menu_bg_right.gif) no-repeat bottom right;
		border-top: 1px solid #53a5d7;
		}
	#navigation ul.menu li a span{
		display: block;
		height: 45px;
		line-height: 45px;
		padding: 0 10px 0 0;
		margin: 0;
		border-top: 1px solid #4c5660;
/*		font-weight: bold; */
		}
	#navigation ul.menu li a:hover{
		background: #142b3d url(../images/menu_bg_left.gif) no-repeat bottom left;
		}
	#navigation ul.menu li a:hover span{
		background: transparent url(../images/menu_bg_right.gif) no-repeat bottom right;
		border-top: 1px solid #f37312;
		}

#subnavigation{
	margin: 0 6px;
	padding: 0 0 130px 0;
	width: 257px;
	float: left;
	background: transparent url(../images/subnavigation_bg.gif) no-repeat bottom left;
	display: inline;
	}

#subnavigation ul.menu2{
	margin: 8px 2px;
	padding: 0;
	}
#subnavigation ul.menu2 li{
	display: block;
	background: transparent url(../images/submenu_bg.gif) no-repeat top left;
	height: auto;
	width: 253px;
	padding: 0 2px;
	margin: 0 0 10px 0;
	list-style: none;
	}
#subnavigation ul.menu2 li#open a,
#subnavigation ul.menu2 li.openroot a{
	background-color: #111b25;
	}
	#subnavigation ul.menu2 li a{
		background: #207AB4 url(../images/menu_bg.gif) no-repeat center right;
		display: block;
		height: 35px;
		line-height: 35px;
		padding: 0 10px;
		color: white;
		text-align: right;
		text-decoration: none;
/*		font-weight: bold;*/
		font-size: 20px;
		}
	#subnavigation ul.menu2 li a:hover{
		background-color: #142b3d;
		}


#container #subnavigation ul.menu li#openroot a{
	background: #207AB4 url(../images/menu_bg.gif) no-repeat top left;
	height: 27px;
	line-height: 27px;
	color: white;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-size: 16px;
	width: 237px;
	padding: 0 8px; 
	margin: 0 0 0 2px;
	border: none;
	}
#subnavigation ul.menu{
	margin: 0;
	padding: 0;
	background-color: #f9f9f9;
	}
#subnavigation ul.menu li{
	background: transparent url(../images/submenu_bg.gif) no-repeat top left;
	height: auto;
	padding: 0;
	margin: 0;
	list-style: none;
	}
	#subnavigation ul.menu li a{
		background: transparent url(../images/submenu_bg.gif) no-repeat center right;
		border-bottom: 1px solid #ebebeb;
		display: block;
		height: 29px;
		line-height: 29px;
		padding: 0 10px 0 10px;
		color: #a28b94;
		text-align: left;
		text-decoration: none;
		font-weight: bold;
		font-size: 14px;
		}
	#container #subnavigation ul.menu li a:hover{
		background-color: #eeeeee;
		color: #a28b94;
		}
	#subnavigation ul.menu li#open a{
		background-color: #8e9196;
		color: white;
		}
	#subnavigation ul.menu li#open ul a{
		background-color: transparent;
		color: #a28b94;
		}
	#subnavigation ul.menu li ul li a{
		padding: 0 10px 0 20px;
		font-weight: normal;
		}

div#szakkalk{
	border:2px solid #248ECA;
	margin-top:20px;
	padding:10px;	
}
div#szakkalk h2{
}
div#szakkalk label{
	width: 75%;
}
div#szakkalk input{
	width: 20%;
}
div#szakkalk button{
	width: 20%;
	float: none;
	margin: 0;
}
div#szakkalk div{
  clear: both;
}
div#szakkalk span{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #207ab4;
}

#maincontainer {
	width: 967px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: transparent url(../images/maincontainer_bg.gif) repeat-y top center;
	}

#licence{
	background: transparent url(../images/core/logo_rivendel.gif) no-repeat 165px 52px;
	margin: 6px 0 0 0;
	padding: 25px 0 10px 20px;
	font-size: 10px;
	text-align: left;
	line-height: 1.2em;
	color: #bbbbbb;
	}
	#licence div.sitemap{
		width: 260px;
		height: 50px;
		float: left;
		margin: 0;
		padding: 0;
		text-align: right;
		}
		#licence div.sitemap a{
			color: #A28B94;
			font-size: 10px;
			text-decoration: none;
			font-weight: bold;
			text-align: right;
			padding-right: 15px;
			}
		#licence div.sitemap a:hover{
			color: #207ab4;
			}
			
	#licence img.w3c{
		float: right;
		border: none;	
		padding-right: 20px;
		}
	#licence a{
		color: #207ab4;
		text-decoration: none;
		}
		#licence a:hover{
			text-decoration: underline;
			}
	#licence strong{
		color: #207ab4;
		font-weight: normal;
		}
#container_bottom{
	width: 967px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: transparent url(../images/container_bottom_bg.gif) no-repeat top center;
	height: 20px;
	}


table.tablewithborder,
table.tablewithoutborder {
	width: 99%;
	}
	table.tablewithborder thead td,
	table.tablewithoutborder thead td {
		border-top: 2px solid #131D29;
		background-color: #207AB4;
		font-weight: bold;
		}
	table.tablewithborder td,
	table.tablewithoutborder td {
		padding: 4px;
		}
	table.tablewithborder tbody td {
		border: 1px solid #121C28;
		}


		div#content img.center, 
		div#content img.right, 
		div#content img.left{
			padding: 8px;
			background-color: #F4F4F4;
			border: 1px solid #0D1218;
			}
		div#content img.left, 
		div#content img.left_nb{
			margin: 8px;
			margin-left: 0px;
			padding: 8px;
			float: left;
			}
		div#content img.right,
		div#content img.right_nb{
			margin: 8px;
			margin-right: 0px;
			padding: 8px;
			float: right;
			}
		div#content img.center, 
		div#content img.center_nb{
			margin: 8px;
			margin-left: auto;
			margin-right: auto;
			display: block;
			padding: 8px;
			}
		div#content ul,
		div#content ol{
			margin: 0;
			padding-left: 20px;
			}
			div#content li{
				list-style-image: none;
				list-style-position: outside;
				margin: 0;
				padding: 0;
				}
			div#content ul li{
				list-style-type: disc;
				}
				div#content li ul li {
					list-style-type: circle;
					}
		div#content p,
		div#content ul,
		div#content ol{
			padding-top: 6px;
			padding-bottom: 6px;
			}
			div#content ul ul{
				padding-top: 0;
				padding-bottom: 0;
				}
		div#content blockquote{
			padding-left: 20px;
			}

div#content a{
	color: #EF4A03;
	text-decoration: none;
	}
	div#content a:hover{
		text-decoration: underline;
		}

div#content hr{
	margin: 6px 0;
	color: #121E2C;
	background-color: #121E2C;
	border: none;
	height: 1px;
	}
	
br.clear{
	clear: both;
	}


#start_maincontainer {
	width: 1056px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	}
	#start_maincontainer #navigation img{
		padding-left: 40px;
		}

#start_container{
	width: 1056px;
	margin: 0;
	padding: 0 6px;
	overflow: hidden;
	}
#start_content {
	display: none;
	}
#start_subnavigation{
	margin: 0 6px;
	padding: 331px 0 0 0;
	width: 1056px;
	float: left;
	background: transparent url(../images/start_szalag.jpg) no-repeat center 14px;
	}
#start_subnavigation ul.menu2{
	padding: 0;
	margin: 0 45px;
	width: 966px;
	background: transparent url(../images/start_menu.jpg) no-repeat 0 0;
	overflow: hidden;
	}
#start_subnavigation ul.menu2 li{
	padding: 0;
	margin: 0;
	width: 322px;
	float: left;
	list-style: none;
	}
#start_subnavigation ul.menu2 li a{
	display: block;
	padding: 0;
	margin: 0;
	width: 322px;
	height: 170px;
	line-height: 170px;
	text-decoration: none;
	font-size: 32px;
	color: #207ab4;
	}
#start_subnavigation ul.menu2 li a:hover{
	color: #304455;
	}
#start_licence{
	background: transparent url(../images/start_rivendel.gif) no-repeat 80px 50px;
	background: transparent url(../images/start_rivendel.gif) no-repeat 165px 52px;
	margin: 6px 45px;
	padding: 25px 0 10px 20px;
	font-size: 10px;
	text-align: left;
	color: #304455;
	line-height: 1.2em;
	}
	#start_licence img.w3c{
		float: right;
		border: none;	
		}
	#start_licence a{
		color: #446480;
		text-decoration: none;
		}
		#start_licence a:hover{
			text-decoration: underline;
			}
	#start_licence strong{
		color: #446480;
		font-weight: normal;
		}
#start_container_bottom{
	display: hidden;
	}
div#licence span.numbers{
	color: #0d1218;
	}
div#start_licence span.numbers{
	color: white;
	}

div#start_licence div.sitemap{
	width: 260px;
	height: 50px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: right;
	}
div#start_licence div.sitemap a{
	padding-right: 15px;
	font-weight: bold;
	}
	div#start_licence div.sitemap a:hover{
		text-decoration: none;
		color: white;
		}

	
div#content ul.sitemap li {
	list-style: none;
	font-weight: bold;
	padding-top: 10px;
	}
	div#content ul.sitemap li ul li {
		font-weight: normal;
		}

.hidden{
	display: none;
	}
	
div#newsletter{
	overflow: hidden;
	border-bottom: 1px solid #D1D3D4;
	border-right: 2px solid #EBEBEB;
	border-left: 2px solid #EBEBEB;
	background-color: #F9F9F9;
	height: 120px;
	font-size: 10px;
	padding-top: 20px;
	}
	div#newsletter span.newsletter_title{
		font-size: 11px;
		font-weight: bold;
		line-height: 20px;
		}
	div#newsletter label{
		width: 42%;
		margin: 2px 6px 2px 0;
		padding: 0;
		line-height: 18px;
		height: 18px;
		}
	div#newsletter input{
		width: 42%;
		margin: 2px 6px 2px 0;
		padding: 0;
		height: 18px;
		line-height: 18px;
		border-color: #207AB4;
		font-size: 11px;
		text-align: left;
		background-color: white;
		}
	div#newsletter input.nl_button{
		width: 80px;
		padding: 0 0px 0 0;
		margin: 4px 6px 0 0;
		height: 20px;
		line-height: 20px;
		border: none;
		background-color: #207AB4;
		color: white;
		font-size: 11px;
		text-align: center;
		width: 42%;
		}	
